* {
	margin: 0px;
	padding: 0px;
}
body, html {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #100d3c;
}
.clear {
	clear: both;
}
.smalltext {
	font-size: 80%
}


a img {
border:none;
}
	
a {
	text-decoration:underline;
	color: #100D3C;
}

li {
	margin-left: 10px;
	list-style-type: none;
	font-weight: bold;
}
#header {
	width: 522px;
	height: 54px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
	padding-left: 300px;
	padding-top: 90px;
	font-size: 3em;
	font-weight: bold;
}

#nav_bar {
	margin-right: auto;
	margin-left: auto;
	width: 822px;
}
#nav_bar1 {
	float: left;
	height: 55px;
	width: 238px;
	background-image: url(images/nav_bar_1.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#nav_bar2 {
	float: left;
	height: 55px;
	width: 56px;
	background-image: url(images/nav_bar_2.jpg);
	background-repeat: no-repeat;
}
#nav_menu {
	height: 55px;
	width: 440px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/nav_bar_bkgrnd.jpg);
	background-repeat: repeat-x;
	float: left;
}
#nav_bar3 {
	background-image: url(images/nav_bar_3.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 55px;
	width: 88px;
}
#content_wrap {
	margin-left: auto;
	background-image: url(images/wrap_background.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 758px;
	clear: both;
	margin-right: auto;
	background-position: center;
}
#left_column {
	width: 664px;
	min-height: 300px;
	background-image: url(images/left_column.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 20px 15px;
	margin-left: 1px;
	float: left;
	text-align: justify;
	text-decoration: none;
	background-color: #F2F5FC;
}
#left_col_imgwrap1 {
	height: 50px;
	width: 210px;
	float: left;
}
#footer {
	width: 758px;
	min-height: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #dde4ff;
	background-image: url(images/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 80%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #676f8b;
}

