body { padding: 0; margin: 0; font: 0.7em Arial, sans-serif; line-height: 1.5em; background: #F0F0F0; color: #454545; }
a { color: #0E4D8B; background: inherit; }
a:hover { color: #000; background: inherit;}
a.title { color: #0000FF; background: #FFF; }

h1 { font: bold 2em Arial, Sans-Serif; letter-spacing: -1px; padding: 4px 0 24 2px; margin: 0; }
h2 { margin: 0; padding: 0; font: normal 1.4em Arial, Sans-Serif; letter-spacing: 0px; }
h1 a { color: #FFF; background: inherit; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #BFE1ED; background: inherit; }
h3 { font: 90% Arial, Sans-Serif; margin: 0 0 10px 0; padding: 0; color: #5f5f5f; background: #FFF; }
p {	margin: 0 0 0px 0; line-height: 1.5em; }
form { font: 90% Arial, Sans-Serif; margin: 0 0 10px 0; padding: 0; color: #5f5f5f; background: #FFF;  }

/* layout
   ------ */

.content { 
	margin: 5px auto;
	width: 768px;
	background: #FFF url(median.gif) repeat-y;
	color: #454545;	
}

/* header */
.header_top { background: #FEFEFE url(toptab.gif) no-repeat; color: #FFF; height: 15px; }
.header { padding: 0px 3px 15px 0px; clear: both; background: url(img_hdr1.jpg) no-repeat;}
.header_bottom { clear: both; background: #FEFEFE url(basetab.gif) no-repeat; color: #FFF; height: 15px; }

/* header2 */
.header_top { background: #FEFEFE url(toptab.gif) no-repeat; color: #FFF; height: 15px; }
.header2 { padding: 0px 3px 15px 0px; clear: both; background: url(img_hdr2.jpg) no-repeat;}
.header_bottom { clear: both; background: #FEFEFE url(basetab.gif) no-repeat; color: #FFF; height: 15px; }

/* header3 */
.header_top { background: #FEFEFE url(toptab.gif) no-repeat; color: #FFF; height: 15px; }
.header3 { padding: 0px 3px 15px 0px; clear: both; background: url(img_hdr_lo.jpg) no-repeat;}
.header_bottom { clear: both; background: #FEFEFE url(basetab.gif) no-repeat; color: #FFF; height: 15px; }

/* header4 */
.header_top { background: #FEFEFE url(toptab.gif) no-repeat; color: #FFF; height: 15px; }
.header4 { padding: 0px 3px 15px 0px; clear: both; background: url(img_hdr_lo.jpg) no-repeat;}
.header_bottom { clear: both; background: #FEFEFE url(basetab.gif) no-repeat; color: #FFF; height: 15px; }

/* header5 */
.header_top { background: #FEFEFE url(toptab.gif) no-repeat; color: #FFF; height: 15px; }
.header5 { padding: 0px 3px 15px 0px; clear: both; background: url(img_hdr_lo.jpg) no-repeat;}
.header_bottom { clear: both; background: #FEFEFE url(basetab.gif) no-repeat; color: #FFF; height: 15px; }

/* header6 */
.header_top { background: #FEFEFE url(toptab.gif) no-repeat; color: #FFF; height: 15px; }
.header6 { padding: 0px 3px 15px 0px; clear: both; background: url(img_hdr_lo.jpg) no-repeat;}
.header_bottom { clear: both; background: #FEFEFE url(basetab.gif) no-repeat; color: #FFF; height: 15px; }
    
/* navigation */

#navcontainer
{
margin: 10px 0 0 20px;
padding: 30px;
height: 10px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #CC3333;
width: 62px;
height: 20px;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #999;
border-right: 999;
padding: 0;
margin: 15px 0em 0em 0em;
color: #fff;
text-decoration:none;
display: block;
text-align: center;
font: bold 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #930;
background: #fff;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #6699CC;
border: 1px solid #c60;
color: #fff;
}

/* login */
.login {	
float: right;
padding: 75px 30px 0px 0px;
margin-left:10;
color: #336699;
hover:
color: #930;
}

/* left side
   --------- */

.left {
	float: left;
	width: 595px;
	margin: 0 0 10px 0;
}
	.box_top {
		background: #F0F0F0 url(leftbox_top.gif) no-repeat;
		color: #808080;
		height: 40px;
		width: 159px;
	}
	
	.box_top h2 {
		color: #808080;
		background: inherit;
		padding: 7px 0px 0px 5px;
		margin: 0;
	}
	
	.box {
		border-left: 2px solid #E1EBFF;
		border-right: 2px solid #E1EBFF;
		padding: 0 4px 0 7px;
		margin: 0px;
		width: 144px;
		color: #595959;
		background: #FFF;
	}
	
	.box_bottom {
		background: #FFF url(leftbox_bottom.gif) no-repeat;
		color: #000;
		height: 13px;
		width: 160px;
		margin: 0 0 7px 0;
	}
	
		/* left and central column */
		.left_side { float: left; width: 159px; padding: 0px 5px 8px 8px; }
		.right_side { float: right; width: 405px; margin: 0 5px 0 0; text-align: justify; }
		
		.article { padding: 0 5px 0 0px; margin-bottom: 20px; }
		
	
	
	.highlight {
		padding: 5px 3px 5px 3px;
		margin: 0 0 3px 0;
		border-bottom: 1px solid #ccc;
	}
	
		
/* right side
   ---------- */
		
.right { float: right; width: 170px; margin: 0 0 10px 0;}
		
img { float: left; margin: 0 9px 3px 0; }

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	background: #6699CC;
	padding: 10px 0 5px 0;
	font: 1em Arial, 
	sans-serif; line-height: 1.5em; 
	color: #000; }

