/* CSS Document */

* {
padding:0px;
margin:0px;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62%;
	background-repeat: repeat-x;
	background-color: #C3C3C3;
	background-image: url(images/html_backgrd.gif);
}
h1 {
	font-size: 2em;
	color: #336C0B;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
h5 {
	color: #000000;
	padding-bottom: 1em;
	font-size: 1.3em;
	font-style: italic;
}
p  {
	font-size: 1.2em;
	padding-bottom: 10px;
	color: #666666;
	padding-right: 20px;
	line-height: 1.3em;
}

b {
	font-size: 13px;
	color: #333333;
}
pre  {
	font-size: 12px;
	color: #887373;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 1.2em;
	padding-top: 0em;
}
ul, ol {
	margin-left: 40px;
	font-size: 1.2em;
	color: #666666;
	line-height: 1.4em;
	margin-bottom: 10px;
}
li {

}
sup {
	font-size: 10px;
	line-height: 10px;
}

#mainLayout {
	text-align: left;
	width: 990px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#mainLayout_top {
	height: 30px;
	background-image: url(images/top_backgrd.gif);
	background-position: left top;
	position: relative;
}
#mainLayout_container {
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	position: relative;
}
#mainLayout_bottom {
	background-image: url(images/bottom_backgrd.jpg);
	background-position: left bottom;
	height: 40px;
	background-repeat: no-repeat;
	background-color: #919190;
	position: relative;
	width: 990px;
}
#topContainer {
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#middleContainer {
	padding-bottom: 20px;
	background-image: url(images/container_backgrd.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 990px;
	padding-top: 40px;
}
#mC_Left {
	float: left;
	position: relative;
	width: 450px;
	margin-left: 100px;
	padding-top: 20px;
}


#mC_Right {
	float: right;
	background-color: #f2f2f2;
	position: relative;
	width: 250px;
	margin-right: 40px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
#mC_Right img {
	padding-right: 10px;
	float: left;
}

#bottomContainer {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	position: relative;
	width: 990px;
}
.clear:after {
	content: ".";
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
	margin: 0px;
}

/* =====================================
	top and bottom Navigation
========================================*/
#bottomNav {
	list-style-type: none;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}
#bottomNav li  {
	text-decoration: none;
	padding-left: 5px;
	display: inline;
}
#bottomNav a {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#bottomNav a:hover {
	color: #336C0B;
	text-decoration: none;
}
#nav1 a#bottomNav01,
#nav2 a#bottomNav02,
#nav3 a#bottomNav03,
#nav4 a#bottomNav04,
#nav5 a#bottomNav05,
#nav6 a#bottomNav06 {
	font-weight: bold;
	color: #336C0B;
	text-decoration: none;
}
/* =====================================
	END top and bottom Navigation
========================================*/


#mC_Left a {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
}
#mC_Left a:hover {
	color: #0066FF;
	text-decoration: underline;
}
#mC_Left .lactive a {
	color: #5A4B4B;
	text-decoration: none;
	font-weight: bolder;
}
#nav2 #mC_Left {
	width: 990px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#nav0  #topContainer {
	background-color: #B8B8B8;
	height: 500px;
}

#nav2  {
	background-image: url(images/nav2_backgrd.gif);
}

#nav2 #topContainer {
	height: 200px;
}
#nav2 #mC_Right {
	display: none;
}
#nav3 #mC_Right, 
#nav4 #mC_Right, 
#nav5 #mC_Right {
	display: none;
}
#nav3  #middleContainer {
	padding-bottom: 150px;
}
#topButton01 a {
	display: block;
	height: 30px;
	width: 200px;
	position: absolute;
}

