/* General Styles */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/background.gif);
	background-repeat: repeat;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width : 760px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	background-color: #333649;
	position: relative;
	text-align:left;
}
#left {
	width:151px;
	float:left;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 35px;
	text-align: left;
	height: 200px;
}
#left p{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#left a{
	color: #FFFFFF;
	text-decoration: underline;
}
#images {
	width:569px;
	float:left;
	margin-right: 20px;
	margin-top: 35px;
	padding-left: 2px;
}
#images img {
	margin: 0px 7px 5px 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;

}

#center {
	width:376px;
	float:left;
	margin-top: 20px;
	margin-right: 10px;
	text-align: left;
	padding-bottom: 35px;
}
#center h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #AFCDD8;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#center h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #BBB900;
	padding-top: 2px;
	background-color: #201F2D;
	background-image: url(../_images/home_h1.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #80828F;
	border-bottom-color: #80828F;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#center h3 {
	font-size: 8pt;
	color: #B6C6D5;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
#center a {
	color: #BBB900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BBB900;
}
#center a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
#center strong {
	font-weight: bold;
	color: #FFFFFF;
}
#right {
	width:183px;
	padding:0px;
	float:left;
	margin-right: 20px;
	margin-top: 20px;
	text-align: left;
}
#right h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #636200;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#right strong {
	font-weight: bold;
	color: #f5710c;
}
#right ul {
	list-style-image: url(../_images/right_bullet.gif);
	padding-left: 18px;
	margin-left: 0px;
}

#right li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding-bottom: 10px;

}
#right h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #BBB900;
	padding-top: 2px;
	background-color: #201F2D;
	background-image: url(../_images/home_h1.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #80828F;
	border-bottom-color: #80828F;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#right a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
#right a:hover {
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#right input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #222238;
	border: 1px solid #839DB8;
	color: #839DB8;
}
#right .whitebox {
	background-color: #FFFFFF;
	color: #000000;
}

#header {
	background : url(../_images/banner_home.jpg) no-repeat;
	height:187px;
}
#main {
	background-image: url(../_images/menu_background.gif);
	background-repeat: repeat-x;
	height: 41px;
}
#main p {
	margin: 0px;
	padding: 12px 0px 0px;
}
#main a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #AEC8D5;
	text-decoration: none;
	padding: 4px 9px;
	border: 1px solid #0B0A10;
}
#main a:hover {
	text-decoration: none;
	padding: 4px 9px;
	border: 1px solid #AEC8D5;
}
#bottom {
	width:760px;
	height: 41px;
	position: relative;
	float: left;
	text-align: center;
	margin-top: 35px;
}
#bottom p {
	margin: 0px;
	padding: 12px 0px 0px;
}
#bottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	padding: 4px 9px;
	border: 1px solid #ffffff;
}
#bottom a:hover {
	text-decoration: none;
	padding: 4px 9px;
	border: 1px solid #000000;
}
#footer {
	width:760px;
	height: 35px;
	position: relative;
	float: left;
	background-image: url(../_images/main_footer.jpg);
	background-repeat: no-repeat;
}
#supported {
	width:250px;
	position:relative;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding-top: 17px;
	padding-left: 50px;
}
#copyright {
	width:450px;
	position:relative;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding-top: 17px;
	padding-right: 10px;
	text-align: right;
}

