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

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

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

p {
	margin: 0px;
	padding: 4px 30px 16px 30px;
}

ul {
	margin: 0px;
	padding: 0 65px 16px 65px;
}


strong {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	margin: 0 0 15px 30px;
	padding: 15px 0 0 0;
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
	color: #000;
}

h2 {
	margin: -10px 25px 15px 50px;
	padding: 0px;
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	color: #666;
}

li {
	margin: 3px 0 3px 25px;
	padding: 0;
	list-style-image: url(images/bullet.gif);
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #900;
	text-decoration: underline;
}

a:hover, a:active {
	color: #f00;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

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

table, td, th  {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.table{
margin: 0px auto;
background-color: #fff;
}


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
#header {
	width: 760px;
	height:200px;
	margin: 15px auto 0 auto;
	
}



#sidebar {
position:absolute; 
left:552px; 
top:6px;
width:200px;
height:115px;
z-index:1;
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
div#content {
	width: 510px;
	margin: 0 auto;
	padding-right: 250px;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	background-image: url(images/contentbg.gif);
	position:relative;
}


/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
div#content2 {
	width: 760px;
	margin: 0 auto;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	position:relative;
}





address {
	width: 760px;
	height: 9px;
	margin: 0 auto 0 auto;
	padding: 20px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	background-color: #f2f2f2;
	color: #666;
	line-height:16px;
	height:85px;
}


div#footer {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 3px 0px;
	border-top: 5px solid #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #fff;
}

div#footerright {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #fff;
	text-align: right;
}


div#footerright a:link {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #fff;
	text-align: right;
}

div#footer a:link, div#footerright a:link {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}

div#footer a:hover, div#footerright a:hover, div#footer a:active, div#footerright a:active {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

div#footer a:visited, div#footerright a:visited  {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}

div#copyright {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #fff;
}

div#copyright a:link {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a:active {
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
}

div#copyright a:visited  {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}




div#footer2 {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 3px 0px;
	border-top: 5px solid #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
}


div#footer2 a:link, div#footerright a:link {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}


div#footerright2 a:link, div#footerright a:link{
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #fff;
	text-align: right;
}

div#footer2 a:hover, div#footerright a:hover, div#footer a:active, div#footerright a:active {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

div#footer2 a:visited, div#footerright a:visited  {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

div#copyright2 {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
}

div#copyright2 a:link {
	font-size: 9px;
	color: #000;
	text-decoration: none;
}

div#copyright2 a:hover, div#copyright a:active {
	font-size: 9px;
	color: #000;
	text-decoration: underline;
}

div#copyright2 a:visited  {
	font-size: 9px;
	color: #000;
	text-decoration: none;
}








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

.imgleft {
	float: left;
	margin: 5px 10px 10px 60px;
	padding: 0;
	clear: both;
	border:1px solid #000;
}

.imgright {
	float: right;
	margin: 5px 0px 10px 10px;
	padding: 0;
	clear: both;
	border:1px solid #000;
}

.clearboth {
	clear: both;
}

.border{
	border:1px solid #000;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */
div#nav {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 30px;
	background: #105BA8;
}


/* UL TAG */
div#nav ul {
	margin:0 20px 0 0;
	padding:0;
	list-style:none;
} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	display:block;
	margin: 0;
	padding: 7px 10px;
	color:#fff;
	text-decoration:none;
	background: transparent;
	font-weight: bold;
}

div#nav li a:hover {
	background: #3696DB;
	color: #fff;
}
	
div#nav li a#current{
	color: #fff;
	background: #3696DB;
}

	
div#nav li a#current:hover{
	color: #fff;
}

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

.boldunderlined {
	font-weight: bold;
	text-decoration: underline;
}

.textcenter {
	text-align: center;
}

.textcenterbold {
	text-align: center;
	font-weight: bold;
}

.textcentersmall {
	text-align: center;
	font-size: 9px;
}


.textleftsmall {
	text-align: center;
	font-size: 11px;
	margin: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}



