		body {
			min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
			width: 770px;
		}

		#container {
			padding-left: 200px;      /* LC fullwidth */
			padding-right: 190px;     /* RC fullwidth + CC padding */
		}
		#mainwrap {
			width: 770px;
			top: 40px;
			position: relative;
		}
		
		#container .column {
			position: relative;
			float: left;
		}
		
		#center {
			padding: 10px 20px;       /* CC padding */
			width: 100%;
		}
		
		#left {
			width: 180px;             /* LC width */
			padding: 0 10px;          /* LC padding */
			right: 240px;             /* LC fullwidth + CC padding */
			margin-left: -100%;
		}
		
		#right {
			width: 130px;             /* RC width */
			padding: 0 10px;          /* RC padding */
			margin-right: -100%;
		}
		
		#footer {
			clear: both;
		}
				
/*** IE Fix ***/
		* html #left {
			left: 150px;              /* RC fullwidth */
		}

/*** Equal-height Columns ***/

		#container {
			overflow: hidden;
		}

		#container .column {
			padding-bottom: 1001em;     /* X + padding-bottom */
			margin-bottom: -1000em;     /* X */
		}

/*** Footer Fix ***/

		* html body {
			overflow: hidden;
		}
		
		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10010px;
			margin-bottom: -10000px;
			background-color: #999999;
		}

/*** Just for Looks ***/

a, 
a:link, 
a:visited, 
a:active{ color:#0033CC;}

a:hover {color:#009999;}

		body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: .75em;
	background-color: #999999;
	line-height: 150%;
		}

		#header {
	font-size: large;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 128px;
	background-color: #FDFDFD;
	background-repeat: no-repeat;
	background-image: url(bg_header.jpg);
	padding-top: 0.3em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
		}
		
		#header h1 {
	font-size: large;
	margin-top: 5.3em;
	margin-left: 220px;
	color: #FFFFFF;
	margin-bottom: 0px;
		}
		
		#center {
	background: #FFFFFF;
		}
		
		#left {
	background-color: #004A73;
		}

		#right {
	background-color: #FFFFFF;
		}

		#container .column {
	padding-top: 1em;
		}

		#footer {
	font-size: x-small;
	font-weight: normal;
	padding-right: 20px;
	padding-bottom: 5px;
	background-color: #999999;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	border: 0px none #333333;
	background-image: url(footerback.gif);
	background-repeat: no-repeat;
	height: 26px;
	line-height: normal;
		}
		
		#footerlogos {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 20px;
	margin-top: 20px;
		}
		
		.footertext {
	margin-top: 35px;
	float: right;
	}
	
		.footertext a {
	color: #FFFFFF;
	}
		.footertext img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
		#utilinks {
	text-align: right;
	background-color: #999999;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	position: absolute;
	top: 0px;
	width: 770px;
		}
		
		#utilinks a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
		}
		#utilinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
		}

		a em {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
    	}
		
		acronym{
	cursor:help;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
		}
		
	
						
	a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}
h3 {
	font-size: small;
	margin-top: 0px;
}

#news {
	border: 1px solid #316AC5;
	background-color: #A0DBE3;
	padding: 5px;
	margin-top: 20px;
	margin-left: 10px;
	width: 100px;
	font-size: x-small;
	line-height: normal;
}

#downloads {
	border: 1px solid #316AC5;
	background-color: #ECE9D8;
	padding: 5px;
	margin-top: 20px;
	margin-left: 10px;
	width: 100px;
	font-size: x-small;
		line-height: normal;
}
		
#navcontainer
{
	width: 100%;
	margin-bottom: 1em;
	background-color: #90bade;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
	line-height: normal;
}

/*** IE Fix ***/
		* html #navcontainer {
			width: 82%;              /* RC fullwidth */
		}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 8px 5px 8px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

#holdwrap {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 20px;
}
.formcontainer #contact {
	border: 1px dotted #004A73;
	padding: 10px;
	background-color: #EAF8FF;
}
#contact fieldset {
	padding: 10px 5px 5px;

}
legend {
	color: #2175BC;
	font-weight: bold;
	margin-bottom: 10px;
	padding:0px;
}

#contact label {
	width: 90px;
	float: left;
	padding-bottom: 20px;
}
#contact br {	clear: both;
		}
#contact input {
}
#contact .checkbox {
	position: absolute;
	right: 10px;
}
#contact p {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7B99E1;
	padding-bottom: 3px;
}
.panel {
	background-color: #F0F0F0;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px dashed #316AC5;
	background-image: url(panel-bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 100%;
	width: 335px;
}
#center hr {
	margin-bottom: 20px;
}
