/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #A4C6EC url(images/body-bg.jpg);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div {
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
}

p, td, div {
	font-size: 12px;
	vertical-align: top;
}
td {
	text-align: center;
}
h1 {
	font-size: 17px;
	margin-bottom: 0px;
	border-bottom: 1px solid #84A9D3;
	width: 280px;
}
h2 {
	font-size: 14px;
	margin-bottom: 0px;
}

a:link {
	color: #2B609C;
	text-decoration: none;
}
a:visited {
	color: #5384BB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #2B609C;
	text-decoration: none;
}

ul {
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 15px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

table, td, th  {	
	border-collapse: collapse;
}

div#contain {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: #fff;
	border-left: 1px solid #104F95;
}

div#header {
	margin-top: 0px;
	width: 100%;
	height: 100px;
	background: #033672 url(images/header-bg.jpg) repeat-y;
}

div#sidebar {
	margin-top: 0px;
	float: right;
	text-align: center;
	vertical-align: top;
	height: 100%;
	width: 450px;
	padding: 10px 0px 10px 0px;
	background: #4477B0 url(images/sidebar-bg.jpg) repeat-x;
	border-right: 1px solid #033672;
}

div#sidebar img {
	border: 1px solid #033672;
	margin-bottom: 10px;
	margin-left: 6px;
	margin-right: 5px;
}

div#content {
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	background: #fff;
	padding: 15px;
	text-align: left;
}

div#footer {
	clear: both;
	margin: 0px;
	background: #104F95;
	padding: 5px 0px 10px 0px;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	color: #fff;
}
div#footer a:link {
	color: #C2DBF6;
	text-decoration: none;
}
div#footer a:visited {
	color: #A4C6EC;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer a:active {
	color: #C2DBF6;
	text-decoration: none;
}

div#copyright {
	font-size: 9px;
	text-align: center;
}



/* ------------------- NAVIGATION ------------------- */

div#navigation {
	margin-top: 0px;
	width: 769px;
	background: #A4C6EC;
	height: 25px;
	border-right: 1px solid #033672;
	border-bottom: 1px solid #4D80BB;
}

ul#mainnav {
	background: #A4C6EC;
	float: left;
	width: 769px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px 5px 4px 5px;
	margin: 0px;
	border-right: 1px solid #4D80BB;
	color: #104F95;
	background: #A4C6EC;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link {
	background-color: #104F95;
	color: #fff;
}



/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */