html, body {
	min-height: 600px;
	height:100%;
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	color: #014A8C;
	font-size: small;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
	background-image:url(images/bg.gif);
	background-repeat: repeat;
}
h1 {
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif; 
	font-size: 23px;
	line-height: 25px;
	font-weight: normal;
	display: inline;
}
#wrapper {
	min-height: 100%;
	width: 1003px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	padding: 0px;
	background: white;
	background-image: url(images/bgfooter.gif);
	background-position: center center;
	background-repeat: repeat-y;
	overflow: auto;
} 
#skyblue {
	background: #CCE5F6;
	overflow: auto;
}
#logo {
	float: left;
	padding: 30px 0px 20px 55px;
	padding-left: 55px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #CCE5F6;
	margin: 0px;
	width: 157px;
	height: 112px;
} 
#top {
	float: left;
	width: 735px;
	padding-top: 43px;
	padding-right: 55px;
	background: #CCE5F6;
	text-align: right;
	margin: 0px;
	height: 31px;
}
#menu {
	float: left;
	width: 729px;
	height: 67px;
	padding-top: 21px;
	padding-right: 61px;
	background: #CCE5F6;
	text-align: right;
	margin: 0px;
}
.menuspacer {
	float: right;
	height: 31px;
	width: 1px;
	background-color: #AECEE6;
}
.button {
	float: right;
}
#bluebar {
	float: left;
	width: 882px;
	height: 6px;
	margin-left: 60px;
	margin-right: 60px;
	background: #014A8C;
}
#content {
	float: left;
	background-color: #CCE5F6;
	background-image: url(images/securashred.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 43px 60px 321px 60px;
	width: 883px;
}
#intro {
	float: left;
	width: 346px;
}
#text {
	float: left;
	margin-left: 36px;
	width: 499px;
	text-align: justify;
}
#optionone {
	float: left;
	width: 248px;
	height: 168px;
	margin: 0px 3px 3px 0px;
}
#optiontwo {
	float: left;
	width: 248px;
	height: 168px;
	margin: 0px 0px 3px 0px;
}
#optionthree {
	float: left;
	width: 248px;
	height: 168px;
	margin: 0px 3px 0px 0px;
}
#optionfour {
	float: left;
	width: 248px;
	height: 168px;
	margin: 0px;
}
.images {
	float: right;
	margin: 0px 0px 3px 20px;
	border: 1px;
	border-style: solid;
	border-color: #003366;
}
#footer {
	position: relative;
	bottom: 0px;
	height: 10px;
	text-align: center;
	color: #014A8C;
	font-size: x-small;
}
a.footerlink {
	color:#014A8C;
}
a.footerlink:link {
	color:#014A8C;
}
a.footerlink:hover {
	color:#014A8C;
	text-decoration: none;
}
a.footerlink:visited {
	color:#014A8C;
}