
body, html  {
	margin: 0;
	padding: 0;
	background: #295194;
	font-family: Verdana;
	font-size: 12px;
	overflow: auto;
}


td {
	vertical-align: top;
}

#background {
	background-image:url(../pics/background2.jpg);
	background-repeat: repeat-x;
	width:100%;
	margin:0;
	padding:0;
	text-align: center;
	height:100%;
	padding-top:50px;	
}


#content-body {
	margin: 0 auto;
	width: 721px;
}

#top {
	width: 721px;	
	padding: 0px 0 0 0;
	text-align: right;
}

#menubar {
	height: 28px;
	overflow: hidden;
}

#menubar div.left {
	width: 36px;
	margin:0;
	padding: 0;
	float:left;	
}


#menubar div.center {
	border-top: solid #cecfd6 3px;
	padding: 0;
	margin:0 36px;
	text-align: left;
	background: #295194;
	color: white;	
}


#menubar div.right {
	margin:0;
	padding: 0;
	width: 36px;
	float:right;
	
}



#middle {
	background: white;
	text-align: left;
	padding: 0;
	clear: both;
	border-width: 0px 4px;
	border-style: none solid;
	border-left-color: #cecfd6;
	border-right-color: #cecfd6;
	min-height:600px;
}

#content {
	border-top: solid black 2px;
	margin:0px;
	padding:10px;
}

#content-left {
	width: 180px;
	
}

#content-right {
    padding: 0 30px 0 40px;
}

#logo hr {
	margin: 4px 0 20px 0;
	border-width: 0px;
	border-top: solid #2e5095 1px;	
}

#logo-img {
	width:480px;
	padding-left:60px;
}

#title {
	font-size: 17px;
	font-weight: bolder;
	color: #295194;
	
	margin-bottom: 10px;	
}

A.menu-item, A.menu-item:link, A.menu-item:visited, A.menu-item:focus, A.menu-item:active {
	color:white;
	text-transform: lowercase;
	font-variant:small-caps;
	padding: 1px 20px;
	position: relative;
	top: 8px;
	text-decoration: none;
	border-right: solid 1px #cecfd6;	
}


A.menu-item-cur {
	font-weight: bold;
}


A.menu-item:hover {
	font-weight: bold;
	text-decoration: underline;
}



#submenu {
	padding-left: 10px;
}

A.submenu-item, A.submenu-item:link, A.submenu-item:visited, A.submenu-item:focus, A.submenu-item:active {
	color:#295194;
	text-transform: lowercase;
	text-decoration: none;
}


A.submenu-item:hover {
	font-weight: bold;
}



* html #middle {
	height:600px;
}

* html #content {

}


#content-left .csc-textpic img {
	border: solid 1px #efefef;
	margin-top: 5px;
}