a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a.left:link {
	text-decoration: none;
	color: #0f4070;
	line-height: 18px;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}
a.left:visited {
	text-decoration: none;
	color: #0f4070;
	line-height: 18px;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}
a.left:hover {
	text-decoration: none;
	color: #7591C2;
	line-height: 18px;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}
a.left:active {
	text-decoration: none;
	color: #0f4070;
	line-height: 18px;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}
a.blue:link {
	text-decoration: underline;
	font-size: 11px;
	color: #1B376D;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.blue:visited {
	text-decoration: none;
	font-size: 11px;
	color: #1B376D;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.blue:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #1B376D;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.blue:active {
	text-decoration: none;
	font-size: 11px;
	color: #1B376D;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.gray:link {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.gray:visited {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.gray:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.gray:active {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #344a68;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bg-tile.gif);
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/vei-logo.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 100px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px;
	border-left-color: #0000FF;
	border-left-width: 3px;
	border-color: #1B376D;
	border-left-style: solid;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1B376D;
	border: 0;
	color: #1B376D;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 10px;
	line-height: 0px;
	text-align: center;
}
p	{
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	text-align: left;
}
h1	{
	font-size: 24px;
	color: #1B376D;
	line-height: 14px;
	font-weight: 800;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
h2	{
	font-size: 18px;
	color: #1B376D;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
}
h4	{
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h5	{
	font-size: 11px;
	color: #1B376D;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-color: #FFFFFF;
}
.floatlefttnews {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: -10px;
	margin-bottom: 10px;
}
.floatleft_form {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 700px;
	line-height: 20px;
	border: 0,0,0,0,;
	border-width: 2 px;
	border-color: #FFFFFF;
}
.floatright {
	float: right;
	margin-right: 75px;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 250px;
}
.floatrightnews {
	float: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 8px;
}
.floatrightgraphics {
	float: right;
	margin-right: 75px;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 250px;
	background-image: url(images/graphics-div-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.floatright4 {
	float: right;
	margin-right: 75px;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 200px;
}
.floatright2 {
	float: right;
	margin-right: 75px;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.floatright3 {
	float: right;
	margin-right: 5px;
	margin-top: -10px;
	margin-left: 0px;
	margin-bottom: 20px;
}
legend {
	margin-left: 0em;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: -10px;
	margin-bottom: 0px;
}
fieldset.submit {  
border-style: none;
}
label {
	float: left;
	width: 250px;
	margin-right: 1em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	margin-bottom: -10px;
	margin-top: 0px;
	border-style: none;
}
.style19 {
	font-size: 10px;
	color: #666666;
}
.style21 {font-size: 8px}
