#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	max-width:960px;
	position: relative;
	min-width: 520px;
}
#wrapper {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#main-content {
	padding: 40px;
}
body {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 82%;
	color: #003D5C;
	padding-top: 0px;
	margin: 0px;
	background-color: #98C000;
	padding-bottom: 0px;
}
.box-top-left {
	background-image: url(images/corner-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 35px;
	width: 35px;
	left: 0px;
	top: 0px;
	background-color: #98C000;
}
.box-top-right {
	background-color: #98C000;
	background-image: url(images/corner-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	height: 35px;
	width: 35px;
	top: 0px;
	right: 0px;
}
.box-bot-left {
	position: absolute;
	left: 0px;
	background-image: url(images/corner-bottom-left.gif);
	height: 35px;
	width: 35px;
	background-color: #98C000;
	bottom: 0%;
}
.box-bot-right {
	background-color: #98C000;
	background-image: url(images/corner-bottom-right.gif);
	height: 35px;
	width: 35px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#contact p {
	font-weight: normal;
}
#header {
	color: #006666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/cae-logo-500x150px.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}
#content h4 {
	font-size: 1.4em;
	color: #97BF06;
}
.logo {
	color: #99CC00;
	height: 150px;
	width: 500px;
	text-indent: -9999px;
}
.words {
	position: absolute;
	right: 0px;
}
#content {
	margin: 0px;
	padding: 0px;
}
.huge {
	font-size: 4em;
	color: #FF9900;
	position: absolute;
	left: 0px;
	top: -20px;
	margin-bottom: 20px;
	height: 100px;
}
#content ul {
	font-weight: normal;
	list-style-type: none;
	margin: 0px;
	padding: 30px;
	background-color: #003D5C;
	color: #FFFFFF;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul li {
	padding-bottom: 20px;
	background-image: url(images/green-on-blue-arrow.gif);
	background-repeat: no-repeat;
	height: auto;
	padding-left: 50px;
	background-position: 0px 0px;
	padding-top: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}
h3 {
	font-size: 1.5em;
	display: block;
	position: relative;
	padding-top: 0px;
}
#copyright {
	font-size: 0.8em;
	color: #666666;
	text-align: center;
	clear: both;
}
#contact .logos {
	display: block;
	float: right;
	position: relative;
}



.roundcont {
	background-color: #003D5C;
	color: #fff;
}
.roundcont-green {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background-image: url(images/blue-corner-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundtop-green {
	background-image: url(images/green-corner-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottom {
	background-image: url(images/blue-corner-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundbottom-green {
	background-image: url(images/green-corner-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

img.corner {
   width: 35px;
   height: 35px;
   border: none;
   display: block !important;
}

