@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0066cc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	border: 0px solid #FFFFFF;
	color: #000000;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
	background-image: url(back_image.jpg);
}
#mainContent {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 5px;
	margin: 0 0 0 200px;
	padding: 0 20px 20px 20px;
}
#mainContent_gallery {
	color: #FFFFFF;
	padding-left: 170px;
	padding-right: 5px;
	padding-bottom: 20px;
	font-size: 12px;
	padding-top: 5px;
	width:600px;
}
#sidebar {
	float: left;
	width: 200px;
	background-color: #FFFFCC;
	padding-top: 5px;
	height: 100%;
}

#sidebar_right {
	float: right;
	width: 150px;
	background-color: #FFFFcc;
	padding-top: 5px;
	height: 100%;
	padding-right: 5px;
}
#text_left {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 0px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 10px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 10px;
}
#image_right {
	float: right;
	width: 40%;
	background-color: #FFFFFF;
	padding-top: 0px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 10px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 10px;
}
#sidebar_right2 {
	float: right;
	width: 18%;
	background-color: #FFFFFF;
	padding-top: 0px;
	margin-right: 0px;
	border-left-color: #CC9933;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 5px;
	border-right-color: #CC9933;
	border-right-width: 5px;
	border-color: #CC9933;
	border-top-width: 5px;
	border-top-color: #CC9933;
	border-top-style: solid;
	border-bottom-color: #CC9933;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	position: fixed;
}

#logobar {
	width: 830px;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align:left;
	border-top-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-top-width: 10px;
	border-left-style: solid;
	border-left-width: 20px;
	border-left-color: #FFFFFF;
}
#emptybar {
	width: 100%;
	height:100%;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align:center;
}
#navbar {
	float: left;
	width: 100%;
	background: #CCFFFF;
	border: 0px solid #000000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	border-bottom-color: #ccffff;
}
.pageHeader {
	color: #cc3300;
	line-height:24px;
	font-style: normal;
	font-weight: normal;
	font-family: arial;
	font-size: 24px;
	}
.bodyText {
	font:14px arial;
	color:#0033FF;
	}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0033FF;
}
a {
	color: #FF0000;
	text-decoration:none;
	font-weight:bold;
	font-size: 11px;
	}
a:hover {
	color: #FF0000;
	text-decoration:underline;
	}
#navigation a {
	font:14px arial;
	color: #0033ff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #FF0000;
	}
#footerbar {
	width: 100%;
	height:100%;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align:center;
}
div#navbar2 {
	height: 40px;
	width: 100%;
	border-top: solid #000 0px;
	border-bottom: solid #003399 5px;
	background-color: #003399;
	text-align: left;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #00CCFF;
	line-height: 40px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
	color: #00CCFF;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #00CCFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	-moz-background-inline-policy: #99CCCC;
}
div#navbar2 li a:link {
    color: #FFF:
	color: #9900CC;
	color: #00CCFF;
}
div#navbar2 li a:visited {
	color: #00CCFF;
}
div#navbar2 li a:hover {
	color: #0066FF;
	background-color: #003399;
}
