/* CSS Document */

/* Reset */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/* Default Elements */

body,table,td,tr { 
/*background: url(http://www.reeso.org/topbg.jpg) repeat-x;*/
font-family: Tahoma;
font-size: 12px;
}

#container {
width: 760px;
margin: 0 auto 0 auto;
border-right: 1px solid #21488F;
border-left: 1px solid #21488F;
background: url(img/colleft.jpg) no-repeat #21488F;
}

#header {  }

#menu { 
background-color:black;
height: 18px; 
border-top: 1px solid #ADB88F;
border-bottom: 1px solid #B9B9B9;
line-height: 23px;
}

#colleft { 
float: left;
width: 130px;
color: white;
text-align: right;
font-size: 13px;
font-family: Trebuchet MS;
padding-top: 15px;
line-height: 15px;
padding-bottom: 20px;
}

#colleft a {
font-weight: bold;
text-decoration:none;
color: white;
margin-right: 10px;
}

#colleft a:hover {
color: #CBD7EA;
text-decoration: none;
}

#colright { 
float: right;
width: 625px;
background-color:white;
}


#insidecolright {
margin: 0 30px 40px 30px;
}

#footer {
clear: both;
text-align:center;
border-top: 1px solid #21488F;
background: url(img/barrebg.gif) repeat-x #E0E0E0;
border-bottom: 1px solid #B9B9B9;
padding: 10px 0;
}

h1 {
font-size: 16px;
color: green;
text-align: center;
margin-top: 20px;
}

h2 {
font-size: 14px;
color: green;
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
border-bottom: 1px dotted green;
}

h3 {
font-family: Arial;
font-size: 13px;
color: #494949;
margin: 20px 0;
}
