html, body { height: 100%; }

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #000000;
}

a:link		{ text-decoration: none; color: #0000FF; }
a:visited	{ text-decoration: none; color: #666666; }
a:hover		{ text-decoration: none; color: #FF3300; }
a:active	{ text-decoration: none; }

#bHeader {
	width:100%;
	position: absolute;
	height: 65px;
}

#logo {
	float: left;
	height: 47px;
	padding: 10px 0 0 5px;
	background-color: #0033FF;
}

#login {
	float: right;
	padding: 10px 5px 0 0;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #33FF99;
}

#login a:link, 
#login a:visited, 
#login a:active	{
	color: #FFFFFF; 
	text-decoration: none;
}

#login a:hover {
	color: #FF3300;
	text-decoration: none;
}

#cHeader,
#cMainMenu {
	width: 983px;
}

#bMainMenu {
	width:100%;
	position: absolute;
	height: 30px;
	margin-top: 33px;
}

#mainMenu {
	display: table;
	height: 30px;
	font-size: 16px;
/*
Uncomment this if you want to position the Main Menu other than the centre
	float: right;
	padding-right: 100px;
*/
}

#mainMenu a:link, 
#mainMenu a:visited, 
#mainMenu a:active	{
	display: table-cell;
	vertical-align: middle;
	color: #000000; 
	text-decoration: none;
	padding: 0 10px;
}

#mainMenu a:hover {
	color: #FF0033;
	text-decoration: none;
}

#cSubMenu {
	margin-top: 60px;
	width: 977px;
	height: 30px;
	border: 3px solid #CCCCCC;
	background-color: #FFFFFF;
}

#subMenu {
	margin: 0;
	padding-top: 6px;
	font-size: 16px;
}

#subMenu a:link, 
#subMenu a:visited, 
#subMenu a:active	{
	color: #000000;
	text-decoration: none;
	height: 20px;
	padding: 6px 10px;
}

#subMenu a:hover {
	color: #FF0033;
	text-decoration: none;
}




#bContent {
	min-height: 100%;
	margin-bottom: -50px;
}

#cContent {
	width: 1003px;
}

#content {
	background-color: #FFFFFF;
	border: 3px solid #CCCCCC;
	margin: 0 10px;
}

#clearheader { height: 110px; }
#clearfooter { clear: both; height: 50px; }

#bFooter {
	clear: both;
	position: relative;
	width: 100%;
	background-color: #EEEEEE;
}

#cFooter {
	width: 983px;
	padding: 10px;
	font-size: 11px;
	line-height: 15px;
}
