body {
	background-image : url("images/bkg.jpg");
	width : 100%;
	height : 100%;
	margin : 10px 0px 10px 0px;
}

body, p, td {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	color : #333333;
}

h1 {
	font-size : 16px;
	font-weight : bold;
	font-style : italic;
	color : #333333;
	text-align : left;
	margin-bottom : 25px;
}

h2 {
	font-size : 14px;
	font-weight : bold;
	color : #333333;
	text-align : left;
	margin-bottom : 0px;
}

hr {
	width : 100%;
	text-align : center;
	height : 1px;
	color : #333333;
	margin : 20px 0px 20px 0px;
}

#Layout {
	width : 786px;
	height : 100%;
}

#TopBar {
	height : 81px;
	padding : 0px;
	white-space : nowrap;
}

#NavBar {
	background-image : url("images/navBarBkg.gif");
	background-position : 0px 0px;
	background-repeat : repeat-x;
	width : 100%;
	height : 25px;
	text-align : center;
	vertical-align : middle;
	
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
}

#NavBar a:link, #NavBar a:visited, #NavBar a:active {
	text-decoration : none;
	color : #FFFFFF;
	font-weight : bold;
}

#NavBar a:hover {
	text-decoration : none;
	color : #CAE0EB;
	font-weight : bold;
}

#SideBar, .sideBarContent {
	background-color : #006599;
	font-size : 11px;
	font-weight : bold;
	color : white;
}

#SideBar {
	width : 185px;
}

#Scroller {
	position : relative;
	left : 0px;
	width : 165px;
	height : 150px;
	overflow : hidden;
	background-color : white;
	border : 1px ##1C77A4 solid;
}

.scrollerItem {
	position : absolute;
	left : 5px;
	top : 150px;
	width : 155px;
	height : auto;
	font-family : Verdana;
	color : #333333;
	font-size : 10px;
	text-align : left;
	font-weight : normal;
}

.sideBarContent {
	padding-top : 8px;
	padding-bottom : 20px;
}

.sideBarHeader {
	background-color : #1C77A4;
	padding-left : 13px;
	height : 26px;
	
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	text-align : left;
	vertical-align : middle;
}

#Content {
	background-image : url("images/contentBkg.gif");
	background-color : #FFFFFF;
	background-position : 0px 0px;
	background-repeat : repeat-x;
	padding-left : 40px;
	padding-right : 51px;
	padding-top : 25px;
	padding-bottom : 25px;
	width : 510px;
	height : auto;
}

.infoItem {
	width : 60px;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-align : left;
	white-space : nowrap;
}

.large {
	font-size : 16px;
	font-weight : bold;
}

.small {
	font-size : 11px;
	font-weight : bold;
}

.menuBox {
	background-color : #666666;
	border : 1px #4A4A4A solid;
	width : 200px;
}

.menuItem {
	color : #FFFFFF;
	font-weight : bold;
	padding : 2px 15px 2px 5px;
}

.menuItemSelected {
	color : #CAE0EB;
	background-color : #4A4A4A;
	font-weight : bold;
	padding : 2px 15px 2px 5px;
}
