/* CSS Document */

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

html {
	height: auto;
	width: 100%;
}

body {
	position: absolute;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}

a {
	color: #009999;
	text-decoration: underline;
	font-weight: bold;
}

a:hover { color: #CC0000; }

a:visited { color: #6699dd; 
	text-decoration: none
}

#envelope {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	height: auto;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-y;
	background-position: 5px 0;
}

#header {
	width: 840px;
	height: 224px;
	background-image: url(../images/header.jpg);
}

#metamenu {
	position: absolute;
	left: 0px;
	top: 224px;
	width: 840px;
	height: 25px;
	text-align: right;
	background-image: url(../images/metamenu.jpg);
}

#meta2 {
	margin-top: 5px;
	margin-right: 5px;
	color: #fff;
}

#mainmenu {
	width: 180px;
	margin-left: 5px;
	min-height: 480px;
	margin-top: 25px;
	height: auto;
	text-align: left;
	padding: 5px;
	padding-top: 22px;
	float: left;
}

#content {
	width: 600px;
	margin-top: 25px;
	height: auto;
	overflow: auto;
	padding: 5px;
}

#contentleft {
	width: 400px;
	margin-top: 25px;
	height: auto;
	overflow: auto;
	padding: 5px;
	border: 1px solid #eeeeee;
}

#contentright {
	position: absolute;
	top: 262px;
	left: 620px;
	width: 200px;
	height: auto;
	overflow: auto;
	padding: 5px;
	border: 1px solid #eeeeee;
}

#footer {
	clear: both;
	width: 840px;
	height: 96px;
	background-image: url(../images/footer.jpg);
}

div.mmenu {
	width: 175px;
	border-top: 1px solid #bbbbbb;
}

div.mmenu-last {
	width: 175px;
	border-top: 1px solid #bbbbbb;
/*	border-bottom: 1px solid #bbbbbb;*/
}

div.smenu-f {
	margin-top: 2px;
}

h1 {
	color: #161467;
	font-size: 14px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 6px;
}

h2 {
	color: #161467;
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 3px;
}

p.bodytext {
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}

.csc-textpic-caption {
	color: #666666;
	font-style: italic;
	font-size: 10px;
	padding-bottom: 5px; 
	border-bottom: 1px solid #666666;
}

div.csc-textpic > div.csc-textpicHeader-26 {
	border-bottom: 1px solid #CCCCCC;
}

fieldset.csc-mailform {
	margin-top: 10px;
}

fieldset.csc-mailform label {
	display:block;
	width: 120px;
	margin-top: 5px;
}


