@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	margin-top:34px;
	margin-bottom:20px;
	background-color:#90c9ff;
}

#logoContainer,
#bodyContainer,
#bottomContainer,
#copyrightContainer {
	width:871px;
	margin-left:auto;
	margin-right:auto;
}

#logoContainer {
	height:208px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
}

#bodyTopContainer {
	height:11px;
	background-image:url(../images/body_top.gif);
	background-repeat:no-repeat;
}

#bodyContainer {
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	margin-top:8px;
	clear:both;
}

#bottomContainer {
	height:23px;
	background-image:url(../images/bottom_bg.gif);
	background-repeat:repeat-x;
	clear:both;
}

#copyrightContainer {
	text-align:center;
	font-size:9px;
	color:#666666;
	margin-top:20px;
}

#copyrightContainer a {
	text-decoration:none;
	color:#666666;
}


#topNavContainer {
	float:right;
	width:400px;
	padding-top:163px;
	padding-right:30px;
	text-align:right;
}

#contentContainer {
	width:630px;
	padding-right:30px;
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	min-height:400px;
}

#leftContainer {
	width:187px;
}


/**** MENU ****/

#leftContainer .menuUL,
#leftContainer .menuLI {
	margin:0px;
	padding:0px;
	list-style:none;
}

#leftContainer .menuLI a {
	color:#2f257f;
	text-decoration:none;
	font-size:12px;
}

#leftContainer .menuLI {
	padding-top:3px;
	padding-bottom:3px;
}

#leftContainer .menuUL .menuUL {
	margin-left:30px;
}

#leftContainer .menuLI.act {
	background-color:#e1dfef;
}

#leftContainer .menuLI.act .menuItem {
	display:block;
}

#leftContainer .actIfSub .menuItem {
	margin-bottom:6px;
}

#leftContainer .actNoSub .menuItem {
	padding-top:1px;
	padding-bottom:0px;
}

#leftContainer .menuLI.act ul .menuItem {
	margin-bottom:0px;
}

#leftContainer .menuLI .menuLI .act {
	font-weight:bold;
}

#leftContainer .menuItemSeparator {
	border-bottom-color:#e7e5f2;
	border-bottom-style:solid;
	border-bottom-width:2px;
	width:179px;
	height:0px;
}

#leftContainer #mainMenuTopLine {
	border-top-color:#e7e5f2;
	border-top-style:solid;
	border-top-width:2px;
	width:179px;
}

#leftContainer .spacerItem {
	border-bottom-color:#e7e5f2;
	border-bottom-style:solid;
	border-bottom-width:2px;
	width:179px;
	height:20px;
}


/**** TOP MENU ****/
#topNavContainer {
	font-size:11px;
	color:#000000;
	text-transform:uppercase;
	
}

#topNavContainer a {
	color:#000000;
	text-decoration:none;
}

#topNavContainer .menuUL,
#topNavContainer .menuLI {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}

#topNavContainer .menuLI {
	padding-left:12px;
}

#topNavContainer .act {
	font-weight:bold;
}
