/* CSS Document */

body {
	margin: 0px 0px;
	padding: 0px 0px;
	background-image: url(../images/background_2.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

img {
	border: 0px;
	}
	
#background_image {
	height: 200px;
	width: 50px;
	position: relative;
	top: 0px;
	left: 0px;
}

#envelope {
	height: 100%;
	width: 751px;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#maincol {
	margin: 13px 0px 0px 0px;
	padding: 13px 37px 13px 13px;
	width: 425px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
}

.maintxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.75em;
	color: #001f3e;
}

a.maintxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #b4bfcc;
	text-decoration: underline;
}

a.maintxt:visited {
	color: #b4bfcc;
}

a.maintxt:hover {
	color: #000000;
	text-decoration: underline;
}

a.maintxt:active {
	color: #597c98;
	text-decoration: underline;
}

#rightcol {
	margin: 0px 0px 0px 0px;
	padding: 13px 26px 13px 13px;
	width: 236px;
	float: right;
	border-style: solid;
	border-width: 13px 0px 0px 0px;
	border-color: #597c98;
}

.coltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.75em;
	color: #476e96;
	padding-top: 0px;
	margin-top: 0px;
}

a.coltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #b4bfcc;
	text-decoration: underline;
}

a.coltxt:visited {
	color: #b4bfcc;
}

a.coltxt:hover {
	color: #000000;
	text-decoration: underline;
}

a.coltxt:active {
	color: #597c98;
	text-decoration: underline;
}

#menu {
	padding: 0px;
	margin: 0px;
	width: 237px;
	height: 75px;
	position: relative;
}

#left {
	padding: 0px;
	margin: 0px;
	width: 125px;
	height: 75px;
	position: absolute;
	left: 0px; 
	top: 0px;
}

#right {
	padding: 0px;
	height: 0px;
	width: 112px;
	height: 75px;
	position: absolute;
	left: 125px;
	top: 0px;
}

#footer {
	clear: both;
	padding: 0px 0px 0px 1px;
	margin: 0px;
}
