@charset "UTF-8";
/* Document */

body{
	background-color:#EEEEEE;
	margin:0px;
	font-family: Century Gothic, Verdana, Tahoma;
}
td{
	vertical-align: text-top;
}


/* HYPERLINKS */
a{
	color:#550000;
	text-decoration:underline;
}
a:visited{
	color:#CC0000;
	text-decoration:underline;
}
a:hover{
	color:#880000;
	text-decoration:none;
}
a:active{
	color:#880000;
}




/* IDs */
#main{
	width:680px;
	background-color:#555E61;
	background-image:url('images/header.jpg');
		background-repeat:no-repeat;
		background-position:top,center; 

	padding:20px,20px,0px,20px;
	
}
#main_child{
	width:680;
	padding:0px;
}
#content_parent{
	width:470px;
	padding-right: 20px;
	padding-left: 20px;
}
#menu_parent{
	padding:0px;
}
#footer{
	height: 160px;
	background-image:url('images/footer.jpg');
		background-repeat:no-repeat;
		background-position:bottom,center; 
}



/* Classes */

.header_spacer{
	height:220px;
}

.content_box{
	border-left:1px solid #660000;
	border-bottom:1px solid #660000;
	padding: 4px;	
}
div.para{
	text-indent:20px;
	font-size:12px;
	padding-bottom:4px;
	padding-left:4px;
	text-align: justify;
}
div.para_head{
	letter-spacing:3px;
	text-indent:0px;
	font-size:18px;
	font-weight:bold;
	color:#550000;
	padding-bottom:4px;
	padding-left:4px;
	border-bottom: 1px #999999 solid;
}
font.para_head_sub{
	color: #333333;
	font-size:12px;
	letter-spacing:0px;
	font-weight:normal;
}





					/* menu classes */
.menu_box{
	border-left:1px solid #615954;
	border-bottom:1px solid #615954;
	background-color:#bbbbbb;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;	
}
						
div.menu_item{
	text-indent: 6px;
	font-size:16px;
	width:144px;f
	background-color:#bbbbbb;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	border-bottom: 1px #999999 solid;
}
div.menu_item:hover{
	cursor: pointer;
	font-size:16px;
	text-indent: 16px;
	width:144px;
	background-color:#cccccc;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	border-bottom: 1px #888888 solid;
}
a.menu_item:link{
	color: black;
	text-decoration:none;
}
a.menu_item:visited{
	color: black;
	text-decoration:none;
}
a.menu_item:hover{
	color: #666666;
	text-decoration:none;
}
a.menu_item:active{
	color: #666666;
}
			/* sub menu */
div.menu_item_sub{
	text-indent: 10px;
	font-size:12px;
	width:144px;
	background-color:#bcbcbc;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	border-bottom: 1px #999999 solid;
}
div.menu_item_sub:hover{
	cursor: pointer;
	font-size:12px;
	text-indent: 20px;
	width:144px;
	background-color:#cccccc;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	border-bottom: 1px #888888 solid;
}
a.menu_item_sub{
	color: #333333;
	text-decoration:none;
}
a.menu_item_sub:visited{
	color: $333333;
	text-decoration:none;
}
a.menu_item_sub:hover{
	color: #666666;
	text-decoration:none;
}
a.menu_item_sub:active{
	color: #666666;
}




			/* IMG classes */

img.floatleft { 
	float: left; 
	margin:10px;
	padding: 2px;
	border: 1px #555E61 solid;

}
img.floatright { 
	float: right; 
	margin:10px;
	padding: 2px;
	border: 1px #555E61 solid;
}
img.floatleft:hover { 
	float: left; 
	margin:10px;
	padding: 2px;
	border: 1px #999999 solid;
	cursor: enlarge;
	cursor: url(images/magnify.cur);

}
img.floatright:hover { 
	float: right; 
	margin:10px;
	padding: 2px;
	border: 1px #999999 solid;
	cursor: url(images/magnify.cur);
}

