/* CSS Document */
html, body {
	min-height:100.1%;
}

html, body, ul, ol, li, p, p2, h1, h2, h3, h4, h5, h6, form, fieldset, table, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1c2c55;
	background-color: #333333;
	text-align: center;	
}

#wrapper { 
	text-align: left; 
	width: 850px; 
	margin: 20px auto; 
	position: relative; 
	background-color: #ffffff;
	min-height:200px;height:auto !important;height:200px;
	border: 15px #444444 solid;
}

#wrapper_twopage {
		text-align: left; 
	width: 950px; 
	margin: 5px auto; 
	position: relative; 
	background-color: #ffffff;
	min-height:780px;height:auto !important;height:780px;
	border: 15px #444444 solid;
}

#header {
	min-height: 100px; height:auto !important;height:100px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#logo {
	width: 225px;
	float: left;
}

#nav {
	width: 500px;
	float: right;
	margin: 67px 0px 0px 0px;
}

#tabs {
	margin: 0px 0px 0px 250px;
	float: right;
}

#clear {
	clear: both;
}

#content {
	margin: 25px;
	background-color: #ffffff;}

#content_flash {
	margin: 0px;
	background-color: #ffffff;
	min-height:350px;height:auto !important;height:350px;
}

p {
	margin: 10px;
	line-height: 1.5em;
}

li {
	margin: 2px;
	margin-left: 30px;
}

h1 {
	font-size: 18px;
	margin: 10px;
}
	

#footer {
	font-size: 10px;
	color: #b3bed7;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #415485;
	clear: both;
}
	
