@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	background-color: #9e9e9e;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: center;
}

#container {width:800px; margin-left:auto; margin-right:auto; background-color:#9e9e9e;}
#header {margin: 0px; padding:: 0px; height:96px; overflow: hidden;}
#content {
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;	
}

h1 {
	font-size: 16px;
	font-weight:bold;
	color: #d61045;
	margin: 0px 0px 4px 10px;
}

h2 {
	font-size: 12px;
	font-weight:bold;
	color: #000;
	margin: 5px 0px 4px 10px;
}

p { 
margin: 0px 0px 10px 10px;

}

p.homecontent { 
margin: 0px 0px 10px 10px;
width: 365px;
font-size:12px;
line-height: 16px;
}

p.rightcolumn { 
margin: 5px 0px 5px 10px;
width: 180px;
}

#copyright {font-size: 11px; color:#333;}

#navtitle {margin-left: 35px;}

#childrensnav {margin-left: 10px; margin-right:1px; background-color:#0135ad; text-align:center; vertical-align:middle; height:24px;}

#efca {margin-left: 60px;}

a {	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#2C3DDA;
	text-decoration: none;
	}
	
a.children {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4c92ce;
	line-height:24px;
	margin: 0px 5px 0px 5px;
	padding: 2px 4px 2px 4px;
	text-decoration:none;
	
	}

a.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-left:35px;
	padding-left: 12px;
}

a.right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}

a:hover {color:#f6a019;
	text-decoration:underline;}
	
a.children:hover { background-color: #ffde00; color:#000000; text-decoration:none;}

a.nav:hover {
	color:#ffde00;
	background-image: url(../images/navroll.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.right:hover {color:#000000; text-decoration:none;}

footer {}

p.copyright {}

#margin10 {margin-left: 10px;}