/** zeros out default browser settings for all page elements**/
*{margin:0;	padding:0;	border:0;	font-size: 100%; line-height:100%;
}

/**For non-IE browsers**/
html,body {font-size:90%; height:102%; margin-bottom:1px; /**adds scrollbar in Mozilla**/}

/**For IE only, you can move this to a Conditional Comment if you like**/
*body {font-size:76%; zoom: 100%;}

body {
	font-family:"Century Gothic", Arial, sans-serif;
	width: 100%;
	min-width:1000px;/**not supported in pre-IE7**/
	text-align: center;
	background-image: url(../images/test/body.jpg);
	color: #F5F5F5;
}

/**Liquid Header**/
#headerWrapper {
	line-height:0;
	color:white;
	font-weight:bold;
	min-height: 200px; /**adjust to height of background image**/
	_height: 200px /**for IE6 only**/;
	background-image: url(../images/test/mast.jpg);
	background-repeat: repeat;
	padding-top: -50;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.headRight {text-align:right;}

#sidebar {
	float:left;
	width: 150px;
	overflow: hidden;
	margin:45px 0 0 0;
	padding:0;
	color: #FFF;
}

#contentWrapper {
	width:900px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.content {padding: 10px; text-align: left
}

/**begin Liquid Footer**/
#footerWrapper {
	width:100%;
	line-height: 1.5px;
	color: #966;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	background-image: url(../images/test/bottom.jpg);
}

/**Re-usable classes**/
.left {text-align: left}
.center {text-align: center}
.right {text-align: right}

/**Floats and clearing**/
.floatRight {float:right; width:40%;}
.floatLeft { float: left; width: 40%;}
.clearfloat {clear:both; height: 1px; visibility:hidden}

/**Text Styles**/
h1,h2,h3{font-size:1.2em; line-height: 1.5;}
h1 {color:#E5E5E5;}
h2,h3, {color: #666;}
h4 {
	color:#333;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight: normal;
}
p {font-size:1em; line-height:1.5em;}


/**Regular Links**/
a{color:#4488c3; font-weight: 700; text-decoration: none}
a:visited {color:#4488c3; text-decoration:none}
a:hover,a:active,a:focus{text-decoration: underline}
a img{border: none;}
img a:hover {border: none}



/* BEGIN vertical list menu */
#logo {
	height:150px;
	width:364px;
	background-image: url(../images/test/logo.png);
	position: relative;
	top: -150px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
}

#navbar {
	width:1000px;
	height:60px;
	background-image: url(../images/test/menu.jpg);
	position: relative;
	right: 60px;
	top: -44px;
}

#menu {
	width:800px;
	height:40px;
	right:150px;
	top:-135px;
	color: #432645;
	left:100px;
	position: relative;
	font-weight: bold;
	font-size: 200%;
	text-align: center;
}
#navcontainer {
width: 145px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
background-color: #90bade;
color: #333;
}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#nav li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#nav li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #nav li a { width: auto; }

#nav li a:hover,
#nav li a:active,
#nav li a:focus {
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

/* END vertical list menu */

#Myfooter {
	min-height: 5em;
	min-width: 800px;
	width: auto;
	text-align:left;
	padding:35px 50px 22px 50px;
	margin:0;
	color:#0FF;
	overflow:hidden;
	background-image: url(../images/test/bottom.jpg);
	background-repeat: repeat;
	background-position: left;
	bottom: 0px;
}


.line{
	background-color:#e0d1bc;
	border-bottom:1px solid #f9f5ef;
	height:1px;
	width:440px;
	margin:0px auto 20px auto;
}

.maintext{
	color:#000;
	font-size: 110%;
	text-align: justify;
}

.text2 {
		color:#000;
	font-family: "Century Gothic", Arial, sans-serif;
	110%
}

.biotext {
		color:#000;
	font-family: "Century Gothic", Arial, sans-serif;
		font-size: 115%;

}