body {
	margin: 0;
	padding-top: 30px;
	background-color: #003b6d;
	font-family: Georgia, Arial;
	font-size: 16px;
	color: #646464;
	text-align: center;
	font-style: italic;
}

h1 {
	margin: 0;
	padding-top: 20px;
	color: #003b6d;
	font-size: 15px;
	font-weight: normal;
}

a {
	color: #3d3c3c;
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
}

p {
	margin: 0;
	padding: 0;
}

#container {
	text-align: left;
	width: 985px;
	margin: auto;
}

#header {
	height: 110px;
	width: 985px;
}

#logo {
	float: left;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	height: 94px;
	width: 464px;
}

#menu {
	padding: 66px 0 0 40px;
	width: 481px;
	float: left;
	color: #ffffff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	position: relative;
	background-image: url('../images/menu_stripe.gif');
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}

#menu ul li a {	
	padding: 0 13px 0 13px;
	height: 30px;
	display: block;
	font-size: 17px;
	text-decoration: none;
	color: #e6e6ff;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}

#menu ul li.active a {
	color: #ffffff;
	display: block;
	background-image: url('../images/menu_active.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#menu ul li ul li a {
	background-image: url('../images/submenu.png');
	background-repeat: repeat-x;
}

#menu ul li.active ul li a {
	background-image: url('../images/submenu.png');
	background-repeat: repeat-x;
}

#menu li ul li {
	padding: 0;
	margin: 0;
	float: left;
    background: #f7f9f9;
    margin-left: -10px;
    font-weight: bold;
    color: #333333;
}
 
#menu ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 300px;
    padding: 0;
    margin: 0;
    height: auto;
    z-index: 9;
}

#menu ul li:hover ul {
	padding-top: 14px;
    display: block;
}

#menu ul li ul li,
#menu ul li.active ul li {
	margin: 0;
	padding: 0;
    text-align: left;
    float: none;
    display: inline;
}

#menu ul li ul li a,
#menu ul li.active ul li a {
	border-bottom: 1px solid #ffffff;
	height: 22px;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    width: 188px;
    margin: 0;
    padding: 4px 0 3px 15px;
    color: #ffffff;
    height: 100%; 
}

#menu ul li ul li a:hover,
#menu ul li.active ul li a:hover {
	background-color: #003b6d;
	background-image: none;
}

#center {
	clear: left;
	width: 985px;
	overflow: hidden;
}

#content {
	width: 985px;
	height: 400px;
	background-color: #ffffff;
	background-image: url('../images/content.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#inner_content {
	padding: 30px;
}

.fce_2columns .column1{
	float: left;
	width: 480px;
	height: 398px;
	border: 1px solid #d3d3d3;
	border-right: 0px;
	overflow: auto;
}

.fce_2columns .column2 {
	background-image: url('../images/content.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 10px 30px 30px 30px;
	float: left;
	background-color: #ffffff;
	border-top: 2px solid #c1c1c1;
	border-left: 2px solid #c1c1c1;
	font-size: 12px;
	width: 442px;
	height: 358px;
	overflow: auto;
}

#bottom {
	overflow: hidden;
	background-image: url('../images/bottom.gif');
	background-position: right top;
	background-repeat: no-repeat;
	width: 985px;
}

#footer {
	padding-top: 10px;
	font-size: 12px;
	color: #d2d2d2;
	width: 483px;
	height: 50px;
}

#footer .bold {
	color: #ffffff;
	font-weight: bold;
}
