/*
CREATED 8TH NOVEMBER 2004
BY STUART NICOL
STYLES FOR UPDATED HEADER AND FOOTER
*/

#headcontainer {
	height: 66px;
	width : 100%;
	background-color : #0060AA;
	/*border-left : 2px solid White;*/
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

#logo {
	float : left;
}

#footcontainer {
	height: 40px;
	width : 100%;
	background-color : #0060AA;
	/*border-left : 2px solid White;*/
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

#copyright {
	margin-left: 106px;
	height : 40px;
	width: 190px;
	background-color : White;
	color : #666699;
	text-align : center;
	font-size : 10px;
	padding-top : 5px;
	font-family : Verdana, Arial , Helvetica, sans-serif;
	font-weight : bold;
}

/* TOP LIST */
#navcontainer {
	float: right;
	height : 66px;
	padding-right : 40px;
}

#navlist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
	font-family : Verdana, Arial , Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #658CC3;
	text-decoration: none;
	border : 1px solid White;
}

#navlist a:hover {
	color: #fff;
	background-color: #0060AA;
	text-decoration: none;
}

/* MENU */

body#menu {
	text-align : center;
	/* for IE */
	height : 100%;
}

#sidenavcontainer {
	width: 100px;
	text-align : right;
	/* reset text alignment */
	margin : 0px auto 0px 0px;
	/* for the rest */
	font-size : 80%;
	height : 100%;
	background-color: #658CC3;
	/*border-left : 2px solid White;
	*/
	
	padding : 0px 0px 0px 0px;
}

#sidenavcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top : 0px;
}

#sidenavcontainer a {
	display: block;
	padding: 3px;
	width: 100px;
	background-color: #658CC3;
	border-bottom: 1px dashed #EEEEEE;
}

#sidenavcontainer a:link, #sidenavlist a:visited {
	color: #EEEEEE;
	text-decoration: none;
}

#sidenavcontainer a:hover {
	background-color: #0060AA;
	color: #FFFFFF
}