/*CSS document Layout for inside pages

/*START MAIN DIVIDERS*/

* { margin: 0; padding: 0;
}

body {font-size:12px; font-family:Arial,Helvetica,sans-serif; text-decoration:none;margin:10px; width:750px;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.6em;	
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	clear: both;
	position: relative;
	margin-top: 1.1em;
}

h2 {	
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: 0;
	font-family:"Palatino Linotype", "Times New Roman", Garamond, serif
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: .5em;
	line-height: 1.1em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 1.1em;
	line-height: 1.1em;
}



h6 {padding:10px;margin:0;border:0;}
h6, h6 a:link, h6 a:visited, h6 a:active {font-size:10px; color:#ffffff; font-weight:normal; text-align:left;}
table {margin:5px;}

#mainnav {
	display: none;
}
#footer {font-size:10px; color:#666666;}
#footer a {padding:4px; border:1px solid #cccccc;}
#topnav a {border:1px solid #cccccc; padding:2px;}
#container1, #container2, #container3, #container4, #containter5, #containter6 {background-image:none; width:750px;  margin:50px;}


#sidebar1, #sidebar2, #sidebar3, #sidebar4, #sidebar5, #sidebar6 {
	width: 750px;
	margin:50px;
}

#sponsorsHome {width:570px; text-align:center; padding:2px;margin:0;}
#sponsorsHome img {border:1px solid #cccccc;margin:2px 2px;}

#addressprint{
	font-size: 9pt;
	line-height: 16pt;
	margin-bottom: 0.2in;
	color: #666666;
	border-bottom: 1pt dotted #666666;
}
#addressprint img {display:block;}




/*IMAGES STYLES*/

img {
	border: none;
	border-bottom: none;
	display:inline;
}


#notes {display:none;}




a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}




/*--------------------- TYPES OF LISTS --------------------*/

/*UNORDERED*/

ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
}



