@charset "utf-8";
/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
	margin:0;
	padding:0;
	list-style-type: disc;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }

a, a:active, a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF; 
	text-decoration: underline;	
}
body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #233842;
}
#page {
	height: auto;
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #1A292F;
}
#page_top {
	width: 899px;
	margin-right: auto;
	margin-left: auto;
}
#page_middle {
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/page_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#page_bottom {
	height: 24px;
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	background-color: #80c5fb;
}
#dummy_space {
	height: 65px;
	width: 100%;
}


#header {
	background-image: url(images/header_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 347px;
	width: 100%;
}


.clear {
	clear: both;
	display: block;
}
#top_links {
	margin: 0px;
	width: 500px;
	padding-top: 40px;
	padding-left: 30px;
	color: #FFF;
}
#top_links a {
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}

#dummy_space2 {
	height: 45px;
	width: 100%;
}

#main {
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main_repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 25px;
	padding-bottom: 25px;
}

#content {
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#footer {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
#footer_content {
	text-align: center;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.heading1 {
	font-size: 13px;
	font-weight: bold;
	color: #F20000;
}
h2 {
	font-size:16px;
	font:Arial, Helvetica, sans-serif;
	color:#F00;
}

