/* CSS Document */

body {
	background-color:#333336;
	font-family:Helvetica, Arial, sans-serif;
	color:#ECE3C6;
	margin:0px;
	text-align:center;
	padding-bottom:120px;
}
#outerFrame {
	margin:auto;
	width:806px;
	background-image:url(images/common/backgroundFrameMiddle.gif);
}
#outerBottom {
	background-image:url(images/common/backgroundFrameBottom.gif);
	height:5px;
	overflow:hidden;
}
#innerFrame {
	margin:0px 17px 0px 17px;
	background-image:url(images/common/innerFrameBkg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	padding-top:0px;
}
#header {
	height:170px;
	background-image:url(images/common/logo.gif);
	background-repeat:no-repeat;
	background-position:225px 20px;
}
#header h1{
	display:none;
}
#navigation {
	padding-left:20px;
	height:45px;
	overflow:hidden;
}
#navigation a{
	background-image:url(images/common/navicon.jpg);
	background-repeat:no-repeat;
	padding:3px 0px 10px 22px;
	
	width:110px;
	height:35px;
	float:center;
	text-align:center;
	text-decoration:none;
	color:#ECE3C6;
	font-weight:bold;
	padding-top:5px;
	padding-right:8px;
	font-size:11px;
	letter-spacing:0px;
}
#navigation a:hover{
	background-image:url(images/common/navicon.jpg);
	background-repeat:no-repeat;
	padding:3px 0px 10px 22px;

	width:110px;
	height:35px;
	float:center;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	padding-right:8px;
	font-size:11px;
	letter-spacing:0px;
}
#welcomeLogin {
	float:left; 
	padding-right:7px; 
	font-size:11px; 
	font-weight:bold; 
	text-align:right;
}
.homeLink {
	color:#05384D;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	margin-right:18px;
	background-image:url(/images/common/homeLink.gif);
	background-repeat:no-repeat;
	width:27px;
	padding-top:29px;
	text-align:center;
}
.loginLink {
	color:#05384D;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	margin-right:18px;
	background-image:url(/images/common/loginLink.gif);
	background-repeat:no-repeat;
	width:27px;
	padding-top:29px;
	text-align:center;
}
.faqLink {
	color:#05384D;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	margin-right:18px;
	background-image:url(/images/common/faqLink.gif);
	background-repeat:no-repeat;
	width:27px;
	padding-top:29px;
	text-align:center;
	padding-right:4px;
	padding-left:3px;
}

#bottomNavigation {
	text-align:center;
	font-size:12px;
}
#bottomNavigation a{
	color:#ECE3C6;
	margin:5px;
}
#copyright {
	font-size:9px;
	margin-bottom:10px;
	margin-top:5px;
}
#cwnavigation a {
	text-align:left;
	color:#ECE3C6;
	text-decoration:none;
	font-size:11px;
	background-image:
	background-repeat:no-repeat;
	padding:3px 0px 0px 10px;
	margin-right:40px;
	display:block;
	height:13px;
	width:80px;
	float:right;
}
#cwnavigation a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	background-image:
	background-repeat:no-repeat;
	padding:3px 0px 0px 10px;
	margin-right:40px;
	display:block;
	height:13px;
	width:90px;
	float:right;
}
	















