/* Begin definition of basic HTML tags. */body {	font-family: "Times New Roman", Times, serif;	font-weight: normal;	font-style: normal;	font-size: 14px;	color: #000;	letter-spacing: 1px;	line-height: 1.2em;	background: #213C62 url(../images/universal/background.gif) repeat-x fixed;	margin: 0;	padding: 0;}h2 {	font-size: 26px;	text-transform: uppercase;	margin: 5px 0 5px 0;}h3 {	font-size: medium;	margin: 5px 0 5px 0;}ul li {	list-style: none;	padding-top: 5px;}/* End definition of basic HTML tags. *//* Begin definition of custom IDs. */#wrap { /* Wraps page content and aligns it to the center of the page. */	position: relative;	border: 1px solid #fff;	border-top: 0;	border-bottom: 0;	margin: 0 auto;	padding: 0px;	width: 700px;}#header { /* Describes the Flash header. */	border: 0;	border-bottom: 1px solid #fff;}#subnav { /* Describes the subnavigation containing Spotlight Search & Quicklinks. */	padding: 5px 5px 8px 5px;	border: 0;	border-bottom: 1px solid #fff;	background-color:#000033;	height: 20px;	width: 690px;}#subnav form { /* Removes the form padding eo enable proper spacing between the subnavigation and the content. */	padding: 0;	margin: 0;}#content { /* Contains the main news headlines in the left column and the news bites in the right column. */	float: left;	border: 0;	border-bottom: 1px solid #fff;	background: #444D86 url(../images/about/background_about.gif) repeat-y;	padding: 10px 10px 0 0px;	width: 690px;}#leftnavigation {	font-size: small;	background-color: #323861;	margin: 0;	padding: 0;	width: 160px;	float: left;}#leftnavigation ul {	padding: 0;	margin: 0;}#leftnavigation ul li {	list-style: none;	padding: 5px 10px 5px 0;	margin: 0;	text-align: right;}#leftnavigation ul li a {	text-decoration: none;	color: #fff;}#leftnavigation ul li:hover {	background-image: url("../images/about/over.gif");	/*background-repeat: repeat-x;	background-repeat: repeat-y;*/	color: #000;}#leftnavigation ul li:hover a {	color: #000;}#rightcolumn {	float: right;	padding: 5px;	padding-left: 10px;	width: 515px;}#rightcolumn a {	color: #fff;}#rightcolumn h4 {	margin-bottom: 0;}#footer {	clear: both; /* Removes the footer from the alignment constraints of the previous divs. */	border: 0px none;	background-color:#000033;	font-size: 10px;	color: #fff;	letter-spacing: 2px;	text-align: center;	padding: 5px;}/*#newsitem ul li {	list-style: circle url(../images/news/smallpaper.jpg);}*//* End definition of custom IDs. *//* Begin definition of custom classes. */.hidden { /* Hides non-active and 508 compliancy material from view */	display: none;}.leftimage {	float: left;	margin-right: 10px;}.quicklinks { /* Sets Properties for the Quicklinks. Could be made into a custom ID. */	float: right;	margin:0 10px 0 0;	padding: 0 5px 0 0;	width: 140px;}.spotlight { /* Sets Properties for the Spotlight Search. Could be made into a custom ID. */	float: right;	margin:0 5px 0 0;	padding: 0;	width: 250px;}.signature {	font-size: large;}/* End definition of custom classes */