BODY, HTML {
margin: 0;
padding: 0;
color: #000;
font-size: 0.85em;
line-height: 1.5;
font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
word-spacing: 1px;
background: #222;
}
a:link, a:visited, a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #f0f0f0;
}
a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #f0f0f0;
}
p {
margin: 0;
padding: 10px;
}
ol {
margin: 0 10px;
padding: 10px 0 10px 20px;
}
ul {
margin: 0 10px;
padding: 10px 0 10px 20px;
}
li {
margin: 0 20px 10px 20px;
padding: 0;
}
h1 {
	margin: 0 10px;
	padding: 5px 0;
	color: #13385E;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	margin: 0 10px;
	padding: 0;
	color: #13385E;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	margin: 0 10px;
	padding: 20px 0 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#text_indent p {
margin: 0 0 20px 30px;
padding: 0 10px 0 0;
font-style: italic;
}
#header_container {
	margin: 0;
	padding: 0;
	background: #2b7ed2;
	width: 100%;
	height: 180px;
}
#header {
margin: 0 auto;
padding: 0;
background: url(../images/logo.jpg) no-repeat left top;
width: 800px;
height: 180px;
}
#container_bg {
margin: 0;
padding: 0;
background: url(../images/container_bg.jpg) repeat-x left top;
width: 100%;
height: 800px;
}
#container {
margin: -100px auto 0 auto;
padding: 0;
width: 840px;
background: url(../images/notes.png) no-repeat right top;
overflow: auto; /* knocks the notes into place */
}
#main_container {
margin: 0 auto;
padding: 0;
width: 800px;
}
#col1_top {
margin: 20px 0 0 0;
padding: 0;
background: url(../images/col1_top.png) no-repeat;
width: 590px;
height: 29px;
}
#col1_bottom {
margin: 0;
padding: 0;
background: url(../images/col1_bottom.png) no-repeat;
width: 590px;
height: 29px;
}
#col1 {
margin: 0;
padding: 0;
background: #5a94cf;
width: 590px;
color: #fff;
}
/*#col1 {
margin: 20px 0 0 0;
padding: 0;
background: url(../images/maincontent_bg.jpg) repeat left top;
width: 574px;
border: 8px solid #1E5893;
}*/
#footer_container {
margin: 0;
padding: 0;
background: #222;
width: 100%;
}
#footer {
margin: 0 auto;
padding: 0;
background: #222;
width: 800px;
height: 200px;
}
#footer p {
margin: 0;
padding: 30px 0 10px 0;
color: #fff;
}
#nav {
margin: 70px 0 0 0;
padding: 0;
background: #2b7ed2;
width: 590px;
height: 30px;
}









.menu { 
background:#2b7ed2; 
margin: 0; 
padding: 0;
font-weight: normal;
}
.menu ul {
padding: 0;
margin: 0;
list-style-type:none;
}
.menu ul li {
float: left;
position: relative;
z-index: 1;
margin: 0 4px;
padding: 0;
}
.menu ul li a, .menu ul li a:visited {
float:left; 
display:block; 
text-decoration:none;
background: #2b7ed2; 
color: #fff;
padding:2px 12px; 
line-height:26px; 
height:26px;
font-weight: bold;
border: 1px solid #fff;
}
* html .menu ul li a, .menu ul li a:visited {
height:33px; 
he\ight:26px;
}
.menu ul li:hover {width:auto;}
.menu ul li a.menuone:hover {
border-color:#0E2741;
color:#fff;
text-decoration: none;
font-weight: bold;
background: #205C99;
}
.menu ul li:hover a.menuone {
border-color:#0E2741;
color:#fff; 
text-decoration: none;
}
.menu ul li ul {display: none;}
.menu table {
margin:-1px; 
border-collapse:collapse;
}

/* specific to non IE browsers */
.menu ul li:hover ul {
display:block;
position:absolute;
top:31px;
margin-top:1px; 
left:0;
width:154px;
border-bottom:1px solid #2b7ed2;
}
.menu ul li:hover ul.endstop {left:0;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
display:block;
background:#205C99;
color:#fff; 
height:auto;
line-height:15px;
padding:4px 16px; 
width:120px; 
border:1px solid #0E2741;
border-bottom:0;
}
.menu ul li:hover ul li a.drop {background:#205C99 3px 8px;}
.menu ul li:hover ul li a:hover {
	color:#fff;
	background: #246AB0 3px 8px;
}
.menu ul li:hover ul li a:hover.drop {background: #246AB0 3px 8px;}
.menu ul li:hover ul li:hover ul {
display:block; 
position:absolute; 
left:153px; 
top:-1px;
}
.menu ul li:hover ul li:hover ul.left {left:-153px;}

/* specific to IE5.5 and IE6 browsers */

/* Take out margin right for IE because the drop down shifts */
* html .menu ul li {
margin-right: 0;
}
.menu ul li a:hover ul {
display:block;
position:absolute;
top:24px; 
t\op:24px; 
background:#246AB0;
left:0; 
marg\in-top:1px; 
border-bottom:1px solid #2b7ed2;
}
.menu ul li a:hover ul.endstop {left: 0;}
.menu ul li a:hover ul li a {
display:block;
background:#246AB0;
color:#fff;  
height:1px; 
line-height:15px; 
padding:4px 16px; 
width:152px; 
w\idth:120px; 
border:1px solid #2b7ed2;
border-right: 0;
border-bottom:0;
font-weight: bold;
}
.menu ul li a:hover ul li a.drop {
background:#246AB0 3px 8px; 
padding-bottom:5px;
}
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}
.menu ul li a:hover ul li a:hover {
color:#fff; 
background: #246AB0 3px 8px;
}
.menu ul li a:hover ul li a:hover.drop {
background: #246AB0 3px 8px;
}
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
top:0; 
t\op:-1px; 
color:#fff; 
left:153px;
}
.menu ul li a:hover ul li a:hover ul.left {left:-153px;}



.pic_left {
float: left;
padding: 10px 10px 0 10px;
}
.content_right p {text-align: left;}

.homelink {
display: block;
position: absolute;
width: 300px;
height: 140px;
top: 5px;
margin-left: 0;
z-index: 100;
}
#adsense {
width: 468px;
height: 60px;
margin: 0 auto;
}
