body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #E5E5E5;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
a:link,a:visited,a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00008E;
	font-size: 13px;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	text-decoration: underline;
}
#Container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 750px;
	position: relative;
}
#HeadLinks {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
}

#Banner {
	margin: 0px;
	padding: 0px;
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00008E;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #00008E;
	height: 49px;
	background-color: #169400;
}
#ContentArea {
	background-color: #FFFFFF;
	float: left;
	width: 750px;
	overflow: hidden;
	position: relative;
}
#Nav {
	background-color: #AED3A7;
	float: left;
	width: 190px;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}
#Footer {
	font-size: 11px;
	color: #999999;
	background-color: #E5E5E5;
	height: 20px;
	width: 750px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00008E;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 2px;
}

#Content {
	float: left;
	width: 500px;
	margin-left: 20px;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 10px;
	position: relative;
}
.imgside {
	margin-right: 0px;
	margin-left: 20px;
}


/****** Main Navigation ******/
#Nav ul {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#Nav a {
	color: #00008E;
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	width: 160px;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D5E9D1;
	border-bottom-color: #D5E9D1;
}
#Nav a:link, #Nav a:visited {
	color: #00008E;
}
#Nav a:hover {
	color: #00008E;
	background-color: #D5E9D1;
}


/****** Highlight Navigation ******/
#HighlightLinks a {
	color: #00008E;
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
#HighlightLinks a:link, #HighlightLinks a:visited {
	color: #00008E;
	background-color: #AED3A7;
}
#HighlightLinks a:hover {
	background-color: #D5E9D1;
}



/****** Header Navigation ******/
#HeadLinks a {
	color: #00008E;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 8px;
	display: block;
	width: 85px;
}
#HeadLinks a:link, #HeadLinks a:visited {
	color: #00008E;
	background-color: #AED3A7;
}
#HeadLinks a:hover {
	background-color: #D5E9D1;
}
#Content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00008E;
}
.Credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/****** Registration Form ******/
.RequiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.tdform {
	background-color: #F2F2F2;
	vertical-align: top;
	font-weight: bold;
}
.tdform2 {
	font-weight: normal;
	background-color: #F2F2F2;
	vertical-align: top;
	font-size: 11px;
}
.PhotoTable {
	margin-left: 10px;
}
.PhotoCaptions {
	font-size: 10px;
	line-height: 12px;
	background-color: #F2F2F2;
	padding: 2px;
}
.Note {
	font-style: italic;
	color: #00008E;
}
#IEEE {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
