/* CSS Document */
html{margin:0px;padding:0px;}
body{background:url(images/body_background.jpg) #173748 top left repeat-x ;max-width:1024px;padding:0px;margin:0px;color:#EFEFDA;font-family:Arial, sans-serif;font-size:12px;font-weight:bold;}
a:active{color:#90bc3d;text-decoration:none;}
a:link{color:#90bc3d;text-decoration:none;}
a:visited{color:#90bc3d;text-decoration:none;}
a:hover{color:#ffffff;text-decoration:none;}
h1{margin:142px 0px 0px 18px;padding:0px;font-size:30px;text-align:center;}
h2{font-size:20px;text-align:center;text-decoration:underline;}
p{text-indent:1.5em;}

/*---- DIVS ----*/
#container{background:url(images/background.jpg) top right no-repeat;margin:0px;padding:0px;}
#header{margin:0px;padding:0px;float:left;width:245px;}
#main{margin:0px 18px 7px 18px;clear:both;}
#page_title{float:left;height:199px;width:375px;margin-bottom:16px;}
#navigation{float:left;margin:0px;width:205px;}
html>body #navigation{float:left;margin:0px;width:205px;}
#main_image{float:left;width:280px;margin-left:24px;height:200px;}
html>body #main_image{float:left;width:280px;margin-left:39px;height:200px;}
#container #content{width:402px;float:left;margin-left:40px;line-height:1.4em;}
html>body #container #content{width:402px;float:left;margin-left:40px;line-height:1.4em;}
#content li{margin-bottom:1em;}
#footer{background:url(images/footer.jpg) #307396 repeat-x;clear:both;}
html>body #footer{background:url(images/footer.jpg) #307396 repeat-x;clear:both;margin-bottom:-18px;}
#copy{margin-left:18px;}

/*---- NAV LINKS ----*/
#navigation ul{margin:0px;padding:0px;}
#navigation ul li{list-style-image:none;list-style-type:none;}
#navigation a{font-size:20px;}
#navigation a:active{color:#90bc3d;text-decoration:none;}
#navigation a:link{color:#90bc3d;text-decoration:none;}
#navigation a:visited{color:#90bc3d;text-decoration:none;}
#navigation a:hover{color:#ffffff;text-decoration:none;}

/*----- CLASSES -----*/
.underline{text-decoration:underline;font-weight:bold;}
#content .no_indent{text-indent:0em;}
