@charset "utf-8";
/* CSS Document */
body	{
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#83A9EF;
	font-size:0.75em;
	}
div#wrapper {
	width: 912px;
	background: #008000 url(wrapper_right.jpg) top right repeat-y;
	margin: 10px auto 0 auto;
	}
	
div#header {
   width:888px;
   height:200px;
   border-top: 6px solid #FFFF00;
   border-bottom: 6px solid #FFFF00;
   background: #008000 url(header_left.gif) top left repeat-y;
   padding-left:12px;
   }
   
div#main 	{ 
	margin:0;
	width:900px;
	background:#008000 url(navback.jpg) top left no-repeat;
	}
	
div#left	{
	float:left;
	width:200px;
	padding-top:40px;
	
	}
	
div#content	{
	margin:0px 0 0 200px;
	border:1px solid #008000;
	background:url(main_right.gif) top right no-repeat;
	padding: 30px 100px 12px 40px;
	line-height:1.7em;
	}
	
div#footer	{
	margin:0 auto;
	width:912px;
	height:43px;
	background:#F1D21C url(footer_right.jpg) bottom right  no-repeat;
	font-size:10px;
	}
	
div#footer-inner {
    width:896px;
	height:37px;
	background: url(footer_back.jpg) bottom left repeat-x;
	text-align:center;
	padding-top:6px;
	}

div#footer-inner a, div#footer-inner a:link, div#footer-inner a:visited {
	color:#000000;
	}
	
/* ------------------------------------------------------------------------- */

a, a:link, a:visited  {
	color:#FFFF00;
	text-decoration:none;
	}
a:hover	{
	color:#FF0000;
	text-decoration:underline;
	}

a img {border:1px solid #FFFFFF;margin:0 1px 1px 0;}
a:hover img {border:1px solid #FF0000}

h2 {
   margin:0 0 20px 0;
   font-size:22px;
   font-style:normal;
   color:#FFFF00;
   line-height:normal;
   }

/* ------------------------------------------------------------------------- */
   
div#navigation ul{
	list-style:none;
	margin-left:-24px;
	}
	
div#navigation li{
	margin:0:
	}

div#navigation a {
	display:block;
	height:19px;
	width:180px;
	background:url(button_up.gif) no-repeat;	
	padding:3px 6px 1px 20px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	}
	
div#navigation a:hover{
	background:url(button_over.gif) no-repeat;	
	}

div#navigation a.current {
    color:#FFFF00;
	background:url(button_current.gif) no-repeat;	
	}

/* ------------------------------------------------------------------------- */


div#box {
   width:510px;
   }
   
div#box p {
 padding:20px 12px 0px 12px;  
 color:#000;
 text-align:center;
 margin-bottom:0;
   } 
   
div#box-top {
   display:block;
   background:url(box-500_top.jpg) no-repeat;
   }
    
div#box-bottom {
   display:block;
   height:20px;
   background:url(box-500_bottom.jpg) left bottom no-repeat;
   margin:0;
   padding:0;
   }
   
b, strong {color:#000;}

.style2 {padding-left:20px;}
