body {

	/*margin: 10px; */

	padding: 0;

	text-align:center;/* center layout in ie5 and 5.5. */

}

#container {

	width: 985px;

	margin-left: auto;

	margin-right: auto;

	padding: 20px;

	background-color:#FFFFFF /*this is the background colour of the right column 

	border: 1px solid #000; */

	text-align:left;

}



H3 {

    font-size:13px;

    font-family:Arial, Helvetica, sans-serif;

    font-weight:bold;

    text-transform: uppercase;

    text-decoration:none;

	color: #A9A9A9;

	display: inline;	

}



#sub_wrap{

	background-image: url(../images/feature_content_bkg.gif);

	background-repeat:repeat-x;

	background-position:bottom;

	padding-top:10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: small;

	color: #666666;

}



#sub_main {

		text-align:left;

		float:right;

		width:680px;

		padding:20px;

	}

	

#sub_main h1{

    font-size:16px;

    font-weight:bold;

}

	

#sub_left {

	background-image: url(../images/sub_left_bkg.gif);

	background-repeat:no-repeat;

	background-position:right;



		float:left;

		width:245px;

		padding:10px 20px 10px 0px;

	}







#feature_items {

	clear:both;

	background-image: url(../images/feature_content_bkg.gif);

	background-repeat:repeat-x;

	background-position:bottom;

	background-color:#FFFFFF;

    font-size:10px;

    font-family:Arial, Helvetica, sans-serif;

    font-weight:bold;

    text-decoration:none;

}

#feature_box

{

	float:left;

	text-align:center;

	width:244px;

	height:162px;

	background-image: url(../images/feature_content_bkg.gif);

	background-repeat:repeat-x;

	background-position:bottom;

	background-color:#FFFFFF;

}



#feature_box img

{ 

	vertical-align:middle;

	border:0px;

} 



#feature_div

{

	float:left;

}



#left {

	float:left;

	border-right:1px solid #000;

	width:199px;

	background-color:#0099FF;

	margin-left:10px;

	padding: 0px;

		

}

#right {

	float:left;

	width:465px;

	border-left:1px solid #000;

	background-color:#00CCFF;

	margin-left:10px;

	padding: 0px;

}



#box-content

{

   float:left;

   width:100%;

   background:#fff;

   padding-top: 11px;

   list-style:none;

   overflow:hidden;

}

#box, #box_right {

	float:left;

	text-align:left;

	width:211px;

	height:98px;

	padding: 14px;

	background-image: url(../images/box_level_1.gif);

	background-repeat:no-repeat;

	margin-right:12px;

	padding: 13px;

	color:#1c70a7;

    font-size:10px;

    font-family:Arial, Helvetica, sans-serif;

    font-weight:bold;

    text-decoration:none;

}



#box a, #box_right a {

	color:#1c70a7;

	text-decoration:none;

}



#box P, #box_right P {

	margin-top:5px;

}



#box_right

{

	margin-right:0px;

}



#header{

	background-color:#FFFFFF;

	text-align:left;

}



#header img

{ 

	border:0px;

} 



#flash_banner{

	background-color:#FFFFFF;

}



#footer{

	background-color:#FFFFFF;

	text-align:left;

}



#menu {

   float:left;

   width:100%;

   background:#fff;

   padding: 0px 0px 4px 0px;

   overflow:hidden;

}



#menu ul {

   clear:left;

   float:left;

   list-style:none;

   margin:0;

   padding:0;

   position:relative;

   text-align:center;

}



#menu ul li {

   display:block;

   float:left;

   list-style:none;

   margin:0;

   padding:0;

   position:relative;

}



#menu ul li a {

   display:block;

   margin:0 0 0 1px;

   padding:3px 10px;

   background-color:#FFFFFF;

   color:#8c8b8b;

   font-size:10px;

   font-family:Arial, Helvetica, sans-serif;

   font-weight:bold;

   text-decoration:none;

   text-transform: uppercase;

   line-height:1.3em;

}

#menu ul li a:hover {

   background:#1c70a7;

   color:#fff;

}

#menu ul li a.active,

#menu ul li a.active:hover {

   color:#fff;

   background:#000;

   font-weight:bold;

}





#footer {

	clear:both;

	padding: 4px 0px 4px 0px;

	color:#999999;

    font-size:10px;

    font-family:Arial, Helvetica, sans-serif;

    font-weight:normal;

    text-decoration:none;

}

#footer_cr

{

	float:left;

	width:400px;

}

#footer_link

{

	margin-left: 400px;

	text-align:right;



}



#footer_link ul{

	list-style-type:none;

}



#footer_link li{

	display:inline;

}



#footer_link a{

	color:#999999;

	text-decoration:none;

	padding: 0px 10px 0px 10px;

}



#footer_link a:hover{

	text-decoration:underline;

}



label

{

width: 6.5em;

float: left;

text-align: right;

margin-right: 0.5em;

display: block

}



.submit input

{

margin-left: 6.5em;

} 















form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */



  font:100% verdana,arial,sans-serif;



  margin: 0;



  padding: 0;



  min-width: 500px;



  max-width: 600px;



  width: 500px; 



}







form fieldset {



  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */



  border-color: #000;



  border-width: 1px;



  border-style: solid;



  padding: 10px;        /* padding in fieldset support spotty in IE */



  margin: 0;



}







form label { 



	display: block;  /* block float the labels to left column, set a width */



	float: left; 



	width: 180px; 



	padding: 0; 



	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */



	text-align: right; 



}







form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */



	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */



                                    /* pseudo-class on legend elements, but do support it on label elements */



                                    /* you could instead underline first letter on each element and accesskey */



                                    /* each input but doing only legends lessens cognitive load */



						/* changed to label first letter, opera broke after first letter legend */



}







form fieldset legend {



	font-size:1em; /* bump up legend font size, not too large or it'll overwrite border on left */



                       /* be careful with padding, it'll shift the nice offset on top of border  */



}







form input, form textarea {



	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */



	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */



	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of



                              label aligns textarea better in IE */



}







form input#reset {



	margin-left:0px; /* set margin-left back to zero on reset button (set above) */



}







textarea { overflow: auto; }







form small {



	display: block;



	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */



	padding: 1px 3px;



	font-size: 88%;



}







form .required{font-weight:bold;} /* uses class instead of div, more efficient */







form br {



	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */



}.up {
	margin-top: -10px;
}
a:visited, a:link {
	color: #388192;
	text-decoration: underline;
}

a:hover {
	color: #388192;
	text-decoration: none;
}h1 {
	color: #2a6a98;
	font-size: 24px;
}
h2 {
	font-weight: lighter;
	color: #8B8B8B;
	font-size: 14px;
}
