#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
}	

* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	color: #060438;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.96em;
	background-image: url(../images/wallpaper.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #060438;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

a {
	color: #5b4e7f;
	text-decoration: underline;
	
}
a:hover {
	color: #FF6633;
}

#topbar {
	width: 740px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

#topbar ul {
	float: right;
}
	
#topbar li {
	list-style: none;
	display: block;
	width: auto;
	float: left;
}

#topbar a {
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
}

#topbar a:hover {
	background: #5b4e7f;
	color: #FFF;
}

#header {
	width: 740px;
	height: 180px;
	background: #5b4e7f url(../images/header.jpg) top left no-repeat;
	position: relative;
}


#header h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	color: #FFF;
	position: absolute;
	top: 60px;
	left: 20px;
}

#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
}

#navbar ul {
	}
	
#navbar li {
	list-style: none;
	display: block;
	width: auto;
	float: left;
	border-width: 0 0px 0 1px;
	border-style: solid;
	border-color: #003399;
}

#navbar a {
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
}
	
#navbar a:hover {
	background: #5b4e7f;
	color: #FFF;
}
	
#content {
	width: 740px;
	height: auto;
	margin: 5px 0 5px 0;
	background: #FFF url(../images/coreback.gif) top left repeat-y;
}

#contentLeft {
	width: 140px;
	height: auto;
	background: #e0e0ef;
	float: left;
	margin: 0 5px 0 5px;	
}

#contentLeft ul {
	}

#contentLeft li {
	display: block;
	height: auto;
	width: 136px;
	margin: 2px;
	border-bottom: 1px solid #fff;
	list-style-type: none;
}

#contentLeft a {
	display: block;
	height: auto;
	padding: 4px;
	width: 128px;
	color: #615e6a;
	background: url(../images/readmore_arrow.gif) 97% center no-repeat;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	border: 0;
}

#contentLeft a:hover {
	background: #5b4e7f url(../images/readmore_over.gif) 97% center no-repeat;
	color: #FFF;
	}
	
#contentLeft h3 {
	padding: 20px 4px 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	margin: 0;
	}
	
#contentLeft p {
	padding: 5px;
	margin-top: 0px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	}
	
#contentCenter {
	width: 580px;
	height: auto;
	padding: 0 5px 0 5px;
	float: left;
}

#contentCenter h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #060438;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

#contentCenter h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #060438;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

#contentCenter p {
	font-size: 75%;
	line-height: 20px;
		padding: 0 10px 10px 10px;
		color: #615e6a;
}
	
#contentCenter ul {
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	}

#contentCenter li {
	line-height: 15px;
	border-bottom: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	font-size: 75%;	
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #615e6a;
}
	
.contentCenter-sh {
		font-size: 91%;
}

#contentCenter li a {
	text-decoration: none;
	color: #060438;
	display: block;
	height: auto;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	background-color: #e1e1e7;
}

#contentCenter li a:hover {
	background: #060438;
	color: #fff;
}

#footer {
	clear: both;
	width: 740px;
	height: 30px;
	background: #5b4e7f;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
	
#footer p {
	color: #FFF;
	padding-right: 20px;
}

#footer a {
	color: #FFF;
}





