@charset "iso-8859-1";
html, body {
	color: #000;
	background-color: #eee;
	padding: 0;
	margin: 0;}
	
div {
	padding: 0;
	margin: 0;
	}



h1, h2, h3 {
	font-family: georgia, times, tahoma, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	padding:0;
	margin: 0;
	background: transparent;
	}

h1	{
	font-size: 2.4em;
	}

h2	{
	font-size: 1.5em;
	}
	
h3	{
	font-size: 1.2em;
	}
	

img {
	padding: 0;
	border: 0 none;
	margin: 0;
	z-index:2;
	}

p, ul, ol, dl, table {
	font: 0.75em verdana, geneva, arial, helvetica, sans-serif;
	padding: 0;
	margin: .5em 0 0 0;
	}		
	
	
a {font: 0.9em arial, helvetica, sans-serif;}		
a:link {color: #663333; background-color: #fff; text-decoration: underline;}
a:visited {color: #663333; background-color: #fff; text-decoration: underline;}
a:hover {color: #CC0033; background-color: #fff; text-decoration: underline;}
a:active {color: #CC0033; background-color:#fff; text-decoration: underline;}	  

address {
	font: 0.75em verdana, geneva, arial, helvetica, sans-serif;
	padding: 0;
	margin: .5em 0 0 0;
	}

address:first-line{font-weight:bold;}
	
strong {
color: #660000;	
background-color: #fff;
}

em {
text-decoration: underline;
}

/* header content ---------- */

#header {
	color:#fff;
	background-color: #BB2244; 
	padding-top:1px;
	padding-bottom:3px;
	font-weight: bold;}
	
#header h1 {	
	/* IE */  
	color:#fff;
	background-color: #BB2244; 
	/* IE */
	margin-left: 23px;
	text-transform:capitalize;}

#header h2 {  
	/* IE */  
	color:#fff;
	background-color: #BB2244; 
	/* IE */
	margin-top: 6px;
	margin-left: 23px;
	font-size: 0.70em;
	padding-bottom: 4px;
	}
	
#custom-header {
	color: #000;
	width:8em;
	background-color:  #fff;
	padding-bottom:2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	margin: 0;}
	
	
#navcontainer1
{
margin-left: 23px;
margin-right: auto;	 
margin-top: 14px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc; 
z-index: 1;
}
				  
#navcontainer1 .subcontainer
{
margin-left: auto;
margin-right: auto;	 
margin-top: 14px;
border-top: 1px solid #ccc;
border-left: none;
z-index: 1;
}				 

	
#navcontainer3
{
margin-left: 30px;
margin-right: auto;	 
margin-top: 14px;
margin-bottom: 20px;
border-left: 1px solid #ccc;
z-index: 1;
}
	  
		  
#navcontainer3 .subcontainer
{
margin-left: auto;
margin-right: auto;	 
margin-top: 14px;
border-top: 1px solid #ccc;
border-left: none;
z-index: 1;
}		

#navcontainer1 ul
{		
list-style-type: none;
text-align: left;
margin-top: -8px;	
position: relative;
z-index: 2;
}

#navcontainer3 ul
{		
list-style-type: none;
text-align: left;
margin-left: -14px;	 
position: relative;
z-index: 2;
}

#navcontainer1 li, #navcontainer2 li
{
display: inline;
text-align: center;
margin: 0px 4px;
}
		   
#navcontainer3 li
{
display: inline;
text-align: center;
}


#navcontainer1 li a, #navcontainer2 li a, #navcontainer3 li a
{		
font-size:0.95em;
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer1 li a:hover, #navcontainer2 li a:hover, #navcontainer3 li a:hover
{
color: #000;	
background-color: #fff;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
}

#navcontainer1 li a#current, #navcontainer2 li a#current, #navcontainer3 li a#current
{
color: #000;
background-color: #fff;
border-top: 1px solid #999;	  
border-bottom: 2px solid #999;
}


.navlist1
{
margin-left: 23px;
margin-bottom: 1.5em;
}
			  
.navlist2
{
margin-bottom:1em;

}

	
.custom-box{
border: none;	 
color:#000;
background-color: #eee;	
padding:6px;
margin-top:38px;
margin-left:15px;}

#image-box{
border: none;  
color:#000;
background-color: #eee;	
margin-left:-15px;}





/* content ---------- */

#content-wrap {
	margin-top:-11px;
	padding: 8px 15px 60px 15px;
	background-color:  #eee;	
	color:#000;}
	
.content-box{
min-height:320px;  
color:#000;
background-color: #fff;
padding-bottom:20px;
border: 1px solid #ccc;}

#content-main h2 {
	padding: 2px 8px;		
	color:#000;
	background-color: #eee; 
}

#content-main h3,h4,h5,h6 {
	padding: 2px 8px;
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left:4px;
	}

#content-main p {
	padding: 6px 8px;
	margin-left:4px;
	}
	
#content-main table {
	padding: 6px 8px;
	width:95%;}
	
#content-main ul,ol{
	margin-left:40px;
	}
	
#content-main dl {
	margin-left:10px;
	}

#content-main dt {
	margin-left:20px;
	margin-top:0.5em;
	margin-bottom:0.5em;
	}
	
#content-main a{font-size:1.1em;}
#content-sub a{font-size: 1.1em;}


#news-box{
width:16em;
border: none;
padding:6px;
margin-top: 12px;
margin-left:12px;  
color:#000;
background-color: #eee;
}

#news-box p {
	font-size:0.7em;}
	
/* footer content ---------- */

#footer {
	clear: both;
	color: #fff;
	background-color: #9a9a9a;
	padding-top:4px;
	padding-right:15px;
	padding-bottom:15px;
	}

#footer p {
	color:#fff;
	background-color:#9a9a9a;
	margin-left: 23px;
	}

#footer a {
	font-size: 1em;
	color:#fff;	
	background-color:#9a9a9a;}
	

	

