@charset "utf-8";
/* CSS Document */



/*--------------------GLOBAL CSS DECLARATIONS--------------------*/

html {
   background: url(../images/backgrounds/green_bg.jpg) repeat-x #000000;
}

* {
   margin: 0;
   padding: 0;
}

img {
   border: none;
}

body {
   padding: 0;
   margin: 0;
   font-size:12px;
   width: 100%;
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
}

#content_include { 
   width: 980px;
   margin-right: auto;
   margin-left: auto;
   padding-top: 5px;
   padding-left: 10px;
   padding-right: 10px;
   min-height: 600px;
   background: url(../images/backgrounds/page_bg.jpg) repeat-y #ffffff;
   padding-bottom: 15px;
}

#left { 
   width: 190px;
   float:left;
   padding-left: 0px;
   padding-right: 10px;
   margin-top: 60px;
   padding-top: 10px;
   padding-bottom: 10px; 
}

#main { 
   width: 740px;
   float:right;
   padding-left: 10px;
   padding-right: 0px;
   margin-top: 60px;
   padding-top: 10px;
   padding-bottom: 10px;  
}

/*-------------------- HEADER --------------------*/

#header {
   width: 1000px;
   height: 115px;
   margin-right: auto;
   margin-left: auto;
}

#header_stripe {
   width: 1000px;
   height: 5px;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}

/*----------GREETING----------*/

#greeting {
   position: absolute;
   margin-top:5px;
   margin-left:775px;
   width:200px;
   height:46px;
   padding: 0;
}




/*-------------------- FOOTER --------------------*/

#footer {
   color: #ffffff;
   font-size: 11px;
   width: 1000px;
   height: 50px;
   margin-right: auto;
   margin-left: auto;
   padding: 0;
   margin-top: 0;
   text-align: center;
   background: #000000;
}

#copyright_info {
   width:500px;
   height:16px;
   text-align: right;
   margin: 8px 32px 0 0;
   float: right;
}

#designed_by {
   width:400px;
   height:16px;
   text-align: left;
   float: left;
   margin: 8px 0 0 32px;
}

/*-------------------- LINKS --------------------*/

a.footer_links{
   color: #ffffff;
   text-decoration: none;
   border: none;
}

a:hover.footer_links {
   color: #ffffff;
   text-decoration: underline;
   border: none; 
}

a.content_links{
   color: #003D85;
   text-decoration: none;
   border: none;
}

a:hover.content_links {
   color: #003D85;
   text-decoration: underline;
   border: none; 
}

a.image_links{
   text-decoration: none;
   border: none;
}

a:hover.image_links {
   text-decoration: none;
   border: none; 
}

a.page_links{
   color: #990000;
   text-decoration: none;
   border: none;
}

a:hover.page_links {
   color: #990000;
   text-decoration: underline;
   border: none; 
}

.clearfloat {
   clear: both;
}











