body {
	background:#E1E7F9;
}

A:link,A:visited,A:active {
	text-decoration: none;
	color:#808080;
}
A:hover {
	text-decoration: none;
	color: blue;
}

#pagecontainer {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid black;
	position:relative;
	height:auto;
	background:white;
	background-image:url('../images/side_image.gif');
	background-repeat:repeat-y;
}

#topbar {
	height:125px;
	background:url('../images/top_back.jpg');
	border-bottom:solid 1px black;
}

#topmenu {
	background-image:url('../images/topmenu_bg.gif');
	background-repeat: repeat-x;
	height:45px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}

.topmenuind {
	margin-top:21px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	float:left;
}

.topmenuindhover {
	margin-top:21px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	float:left;
	cursor:pointer;
	color:blue;
}

.topmenusitemap {
	margin-top:21px;
	padding-left:5px;
	padding-right:20px;
	padding-top:2px;
	padding-bottom:2px;
	float:right;
}

.topmenusitehover {
	margin-top:21px;
	padding-left:5px;
	padding-right:20px;
	padding-top:2px;
	padding-bottom:2px;
	float:right;
	cursor:pointer;
	color:blue;
}

.topmenuspcr {
	margin-top:16px;
	margin-left:15px;
	margin-right:15px;
	height:29px;
	width:3px;
	float:left;
	background:url('../images/topmenu_spacer.gif');
	background-repeat: no-repeat;
}

#mainpage {
	width:597px;
	padding:15px;
	font-family:Tahoma;
	font-size:12px;
	min-height:300px;
	margin-left:118px;
}

#sidebar {
	float:left;
	width:105px;
	margin-top:15px;
	margin-left:5px;
	margin-right:5px;
	border-top:3px solid #7CB4CB;
}

.sidebarmenu {
	width:89px;
	height:18px;
	border:3px solid #7CB4CB;
	border-bottom-width:1px;
	border-top-width:0px;
	padding-top:3px;
	padding-left:10px;
	font-family:Tahoma;
	font-size:12px;
	background:white;
	background-image:url('../images/sidebar_bg.gif');
	background-repeat:repeat-y;
}

.sidebarmenuhover {
	width:89px;
	height:18px;
	border:3px solid #7CB4CB;
	border-bottom-width:1px;
	border-top-width:0px;
	padding-top:3px;
	padding-left:10px;
	font-family:Tahoma;
	font-size:12px;
	background:white;
	color:blue;
	background-image:url('../images/sidebar_bg.gif');
	background-repeat:repeat-y;
	cursor:pointer;
}

.sidebarimages {
	width:99px;
	height:18px;
	border:3px solid #7CB4CB;
	border-top-width:0px;
	background:white;
	background-image:url('../images/sidebar_bg.gif');
	background-repeat:repeat-y;
}

#copywrite {
	background-image:url('../images/copywrite_bg.gif');
	padding-top:11px;
	height:34px;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	width:750px;
	border-top:0px;
}

b.title {
	font-size:14px;
	color:#00668C;
}

b.ltitle {
	font-size:18px;
	color:#00668C;
}