/* CSS Document */
html {
	height: 100%;
}	

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#336699;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:3px 10px 3px 10px;
	padding:0px 0px 0px 0px;
	line-height:15px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
	margin:3px 10px 3px 10px;
	padding:0px 0px 0px 0px;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	color:#000000;
	margin:3px 10px 3px 10px;
	padding:0px 0px 0px 0px;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:  3px 10px 3px 10px;
	padding: 0px 0px 0px 0px;
}

a:link, a:visited, a:active {
	color: #010066;
	text-decoration:none;
}
a:hover {
	color: #010066;
	text-decoration: underline;
}

dl dt {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:3px 10px 3px 10px;
	padding:0px 0px 0px 0px;
	line-height:15px;
}

ol Li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:3px 10px 3px 10px;
	padding:0px 0px 0px 0px;
	line-height:15px;
}

img {
	border:0px;
}

div#header {
	background-color:#336699;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#Curve {
	background-image:url(images/top2.jpg);
	background-repeat:no-repeat;
	height:30px;
}

div#Curve2 {
	background-image:url(images/bottom.gif);
	background-repeat:no-repeat;
	height:30px;
}

div#header a {
	text-decoration:none;
	color:#999999;
	line-height:20px;
}

div#header a:hover {
	text-decoration:underline;
	color:#999999;
	line-height:20px;
}

div#footer {
	position:absolute;
    bottom: 0;
	background-color:#336699;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#footer p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	line-height:12px;
	color:#FFFFFF;
}

div#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

div#container {
	min-height: 100%;
	position:relative;
	background-color:#336699;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#content {
	position:relative;
	min-height: 100%;
	background-color:#336699;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 45px 0px;
}


div#textBox {
	position: relative;
	min-height: 100%;
	width:650px;
	background-color:#cccccc;
	margin: -3px 0px -3px 0px;
	padding: 0px 10px 0px 10px;
}


