body, html {
	margin:0;
	padding:0;
	
	background-image: url(/img/bg.jpg);
	background-position: top left;
	background-repeat: repeat;
	
	color:#000;
	
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}
body {
	min-width:813px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 2px 0 2px 0;
	padding-left: 0;
	text-align: left;
}

a, a:link {
	color: #213649;
}

a:hover {
	color: #4b7c9a;
}

a:visited {
	color: #9ebac8;
}

#wrapper {
	background-image: url(/img/teal.jpg);
	background-position: top left;
	background-repeat: repeat;
	
	margin: 0;	
	
	width: 813px;
}

#shadow_left {
	width: 10px;
	float: left;
	clear: left;
	
	background-image: url(/img/shadow_left.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#shadow_right {
	width: 10px;
	float: left;
	clear: left;
	
	background-image: url(/img/shadow_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#header {
	width: 813px;
	height: 25px;
	
	background-image: url(/img/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
	text-align: left;
}

#user {
	width: 380px;
	height: 25px;
	color: #fff;
	
	padding: 5px 0 5px 6px;
}


#content {
	background-image: url(/img/lightblue.jpg);
	background-position: top left;
	background-repeat: repeat;
	
	float:right;
	width: 665px;
	min-height: 700px;
	
	margin: 0;
	padding: 0;
	border-left: 1px solid #213649;
	
	text-align: left;
}
#content h2, #content h3 {
	padding:0 10px;
}

#frontpage {
	width: 665px;
	height: 394px;
	
	background-image: url(/img/frontpage.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#smallheader {
	width: 665px;
	height: 199px;
	
	background-image: url(/img/smallheader.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#printheader {
	display: none;
}

#text {
	padding: 10px;
}

#columns {
	float: left;
	margin-top: 10px;
	padding-top: 5px;
	
	border-top: 1px solid #546674;
}

.image_holder {
	float: left;
	clear: left;
	
	margin-right: 4px;
}
.text_holder {
	float: left;
	clear: right;
	width: 230px;
}

.text_holder h3 {
	font-variant: small-caps;
	color: #546674;
	font-family: verdana, arial, sans-serif;
}

.text_holder_noimage {
	float: left;
	clear: right;
	width: 280px;
}

.text_holder_noimage h3 {
	font-variant: small-caps;
	color: #546674;
	font-family: verdana, arial, sans-serif;
}

.text_holder_full {
	float: left;
	clear: right;
	width: 450px;
}

.text_holder_full h3 {
	font-variant: small-caps;
	color: #546674;
	font-family: verdana, arial, sans-serif;
}

#fullcolumn {
	margin: 10px 0 10px 0;
	padding-top: 5px;
	border-top: 1px solid #546674;

	width: 650px;
}

#leftcolumn {
	float: left;
	clear: left;
	width: 320px;
}

#rightcolumn {
	border-left: 1px solid #546674;
	float: left;
	clear: right;
	
	width: 320px;
	padding-left: 3px;
}

#menu {
	background-image: url(/img/teal.jpg);
	background-position: top left;
	background-repeat: repeat;
	
	float:left;
	width:147px;
}
#menu ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#menu h3, #menu p {
	padding:0 10px 0 0;
}
#menu ul li {
	display: block;
	
	list-style: none;
	height: 33px;
	padding: 0 2px 0 0;
	font-variant: small-caps;
	font-size: 13px;
	text-align: right;
	line-height: 47px;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	
	background-image: url(/img/menu_item_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #d3e5f3;
	text-decoration: none;
}
#menu ul li.menu_header {
	padding: 0 0 0 2px;
	
	font-variant: normal;
	font-size: 22px;
	text-align: left;
	line-height: 48px;
	color: #000;
	font-family: helvetica, arial, sans-serif;
	
	background-image: url(/img/menu_header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#menu ul li#menu_bottom {
	border-bottom: 2px solid #fff;
}
#menu #ec_logo {
	width: 147px;
	height: 86px;
	
	background-image: url(/img/ec_logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	cursor: pointer;
}

#footer {
	width: 813px;
	height: 83px;
	clear:both;
	
	background-image: url(/img/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#footer p {
	padding:0;
	margin:0;
}

dl.list dt {
	font-weight: bold;
	font-size: 11px;
}

dl.list dd {
	margin: 0 0 10px 0;
}

