/* CSS Document */
/* ------------------------------------------- COLORS USED -------------------- */
/* 2281C6 - regular content */
/* 204d64 - background */
/* FFFFFF - */
/* 663d10 - top navigation */
/* ------------------------------------------- BODY -------------------- */
body {
	background-color:#204d64;
	padding:0px;
	margin:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
img {
	border:0px;
}
a {
	color:#2189C6;
}
a:visited {
}
/* ------------------------------------------- CONTAINER -------------------- */
#container {
	width:760px;
	background-image:url(images/layout/bg-container.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	position:relative;
}
/* ------------------------------------------- MAIN -------------------- */
#main {
	width:720px;
	margin-left:20px;
	margin-right:20px;
}
/* ------------------------------------------- HEADER -------------------- */
#header {
	width:720px;
	height:157px;
	background-image:url(images/layout/header.jpg);
	background-repeat:no-repeat;
}	
/* ------------------------------------------- FOOTER -------------------- */
#footer {
	width:755px;
	background-image:url(images/layout/footer.jpg);
	background-repeat:no-repeat;
	background-color:#204D64;
	margin:auto;
	border-left:5px solid #204D64;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#B8B7B7;
}
#footer a {
	color:#2189C6;
	text-decoration:none;
	font-weight:bold;
}
#footer .larger {
	font-size:13px;
}
#footer .normal {
	font-weight:normal;
}
#footer .small {
	font-size:9px;
}
#footer .orange {
	color:#FF7901;
}
/* ------------------------------------------- TOP NAVIGATION -------------------- */
#top-nav {
	color:#663d10;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding-top:130px;
	margin-left:20px;
}

#top-nav .links {
	color:#663d10;
	display:block;
	float:left;
}

#top-nav .links a {
	color:#663d10;
	text-decoration:none;
}
#top-nav .links a:hover {
	color:#000000;
	text-decoration:underline;
}
/* ------------------------------------------- CONTENT -------------------- */
#content {
	width:700px;
	padding-top:10px;
	padding-left:4px;
	padding-bottom:10px;
	padding-right:20px;
	color:#545454;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content strong {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.red-bold {
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}
.blue-bold {
	color:#2189C6;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.list {
	font-size:12px;
	color:#2189C6;
	text-decoration:none;
}
.list a {
	color:#2189C6;
	text-decoration:none;
}
.list a:hover {
	color:#000000;
}
.blue {
	color:#2189C6;
	text-decoration:none;
	font-size:12px;
}	
.blue-bold-small {
	color:#2189C6;
	text-decoration:none;
	font-weight:bold;
	font-size:10x;
}
.grey-bold {
	color:#545454;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

h3 {
	color:#545454;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

h2 {
	color:#FF8E29;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
h1 {
	color:#FF8E29;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
.orange-bold {
	color:#FF8E29;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.orange-bold-small {
	color:#FF8E29;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}
.myForm td, input, select, textarea, checkbox  {
	font-family: tahoma;
	font-size: 10px;
}
.required {
	color: red;
}