@charset "utf-8";
/* navigation Rules */

#menu {
        position:relative;
		top: 100px;
        width:800px;
        min-width:800px;
        min-height:45px;
        margin:0 auto;
        
}
* html #menu {
        height:45px
}
#topMenu {
        position:absolute;
        padding-top:12px;
        right:0px;
}
#topMenu ul {
        list-style:none;
        margin:0;
        padding:0;
}
#topMenu li {
        float:left;
        text-align:center;
}
#topMenu ul li a {
        height:16px;
        font:12px Arial, Helvetica, sans-serif;
        display:block;
        text-decoration:none;
        padding:2px 10px;
        float:left;
}
#topMenu ul li a.selected {
        text-decoration:none;
}
#topMenu ul li a:hover {
        text-decoration:none;
}

#head #menu #topMenu a:link, #head #menu #topMenu a:active, #head #menu #topMenu a:visited {
	color: #000000;
	font-weight: normal;
	font-size: 14px;
}

#head #menu #topMenu a:hover {
	color: #006600;
	text-decoration: underline;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}

#head {
	height: 150px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/headImg.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
}
#content {
	height: 550px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#content #left {
	margin: 5px;
	height: 500px;
	width: 200px;
	float: left;
}
#content #middle {
	margin: 5px;
	height: 500px;
	width: 330px;
	float: left;
}
#content #middle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-left: 5px;
}
#content #middle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

#content #right {
	height: 500px;
	width: 230px;
	float: left;
	border: thin solid #000000;
	margin: 5px;
}
#content #right p {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 10px;
}
#content #right img {
	margin-right: auto;
	margin-left: 15px;
	width: 200px;
}
#content #right a:link, #content #right a:active, #content #right a:visited {
	padding: 4px;
	color: #006600;
	text-decoration: none;
}


#content #right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	margin: 0px;
	padding: 4px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
	color: #006600;
}
#content #middle #links {
	position: relative;
	top: 40px;
	width: 275px;
	margin-right: auto;
	margin-left: auto;
}
#content #middle #links h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #EEB211;
	padding-left: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 15px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
#foot #info {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content #left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #EEB211;
	margin-top: 20px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

#foot #info ul {
	list-style-type: none;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#foot #info p {
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#foot #info li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
#content #middle #links p {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding: 4px;
}



#foot {
	width: 100%;
	margin-top: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #FFFFFF;
}
#content #middle #links a:link, #content #middle #links a:active, #content #middle #links a:visited {
	color: #006600;
	text-decoration: none;
}
#content #middle #links a:hover {
	text-decoration: underline;
	color: #000000;
}
#foot #info a:link, #foot #info a:active, #foot #info a:visited {
	color: #000000;
}
#foot #info a:hover {
	color: #006600;
}
#content #contentListing p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px;
	padding-left: 15px;
}
