html, body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	background-color: #E1F1FF;
	margin: 0px;
	padding: 0px;
}



#wrapper {
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(css_images/wrapper_bkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
}
/*---------------masthead start-------------*/

#masthead {
width: 100% ;
margin-left: auto;
margin-right: auto;
}
/*-----------dropdown start----------*/

#mastheadnav, #mastheadnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#mastheadnav a {
	display: block;
	width: 10em;
}

#mastheadnav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#mastheadnav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mastheadnav li:hover ul, #mastheadnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/*----------dropdown end----------------------*/

/*-------------masthead ends----------------*/




/*------------------generic styles here---------------------*/
img.centre {
    display: block;
    margin-left: auto;
    margin-right: auto 
}



.centre img{
text-align: center !important;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
.floatright2pxleftedge {
	float: right !important;
	padding-left: 3px!important;
}
.smalltext {
	font-size: 75%!important;
}
.clearall {
	clear: both!important;
}
.quote {
	font-style: italic;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px !important;
	margin-bottom: 0px;
}
/*-------------end generic styles-------------*/
/*----------page area starts----------------------*/
#pagearea {
	width: 798px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(css_images/page_edges.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F0F0F4;
}
#pagearea .pagetop {
	width: 798px;
	margin:0;
	padding:0;
	background-image: url(css_images/page_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#pagearea .pagebot {
	width: 798px;
	margin:0;
	padding:0;
	background-image: url(css_images/page_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	
}

	
#pagefoot {
	width: 1012px;
	margin: 0 auto 0px;
	padding: 0;
}


#col1 {
	width: 508px;
	float: left;
	padding-top: 0px;
}
/*col2w is for 2 col layouts*/
#col2 {
	width : 290px;
	float: left;
	margin: 7em 0px 0px;
	padding: 0px;
	}
	
#col1 p{
	font-size: 90%;
	line-height: 1.6;
	font-weight: normal;
	color: #2F3248;
	display: block;
	text-align: left;
	vertical-align: top;
	padding: 0px 10px 10px 60px;
	margin-top: 2px;
	margin-bottom: 0px;
	text-indent: 0px;
}
#col2 p {
	font-size: 76%;
	line-height: 1.3;
	font-weight: normal;
	color: #000000;
	display: block;
	text-align: left;
	vertical-align: top;
	padding: 0px 10px 10px 20px;
	margin-top: 2px;
	margin-bottom: 0px;
	text-indent: 0px;
}

#col1 h1, #col1 h2, #col1 h3, #col1 h4, #col1 h5, #col2 h1, #col2 h2, #col2 h3, #col2 h4, #col2 h5 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	vertical-align: top;
	/*text-transform: capitalize;*/
}
#col1 h1, #col2 h1 {
	font-size: 1.6em;
	padding: 15px 10px 10px 20px;
	color: #0033CC;
}
#col1 h2, #col2 h2 {
	font-size: 1.3em;
	padding: 20px 10px 6px 60px;
	color: #000000;
}
#col1 h3, #col2 h3 {
	font-size: 1.2em;
	padding: 14px 10px 6px 60px;
}
#col1 h4, #col2 h4 {
	font-size: 0.9em;
	padding: 14px 10px 0px 10px;
	
}
#col1 h5, #col2 h5 {
	font-size: 0.8em;
	line-height: 1.2;
	font-weight: bold;
	padding: 0px 10px 2px 10px;
	margin-top: 2px;
	
}


#col2 a:link, #col2 a:visited, #col2 a:link, #col2 a:visited, #col1 a:link, #col1 a:visited, #col1 a:link, #col1 a:visited {
	font-size: 100%;
	text-decoration: none;
	color: #6699FF;
	font-weight: bold;
	padding: 0px !important;
	margin: 0px;
}
#col2 a:hover, #col2 a:active, #col2 a:hover, #col2 a:active, #col1 a:hover, #col1 a:active, #col1 a:hover, #col1 a:active {
	color: #FF6633;
}


/*homepage specific here*/



/*--------end of homepage----------*/


/*-----------generic form start-----------------------*/

.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #666699;
	text-indent: 0pt;
	text-align: left;
	font-style: normal;
	background-color: #FFFFFF;
	padding-bottom: 2px;
	line-height: 1;
	vertical-align: middle;
	display: inline;
	margin: 0px;
	border: 1px solid #9292B6;
	padding-top: 2px;
	width: 102px;
}
.formbutton {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	line-height: 0.9;
	vertical-align: middle;
	display: inline;
	margin: 0px;
	border: 1px solid;
	text-decoration: none;
	padding: 4px 2px;
	width: 48px;
	background-color: #29AAFF;
}
/*----------------end generic form-----------------*/
/*--------generic tables------------------*/
.datatable, .datatableplain {
	border-collapse: collapse;
	margin: 0px auto;
}
.datatable td, .datatableplain td{
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	vertical-align: top;
}
.datatable td {
		border: 1px solid #C9CAEF;
}
.datatable th, .datatableplain th{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF!important;
	text-align: center;
	background-color: #ffffff;
	vertical-align: top;
	padding: 2px 2px 6px;
}
.datatable th {
	vertical-align: top;
	padding: 2px 2px 6px;
	background-image: url(../cssimages/th_bkg2.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #9999CC;
	border-left: 1px solid #99CCFF;
}
.datatable caption, .datatableplain caption {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	color: #666699;
	padding-left: 16px;
	padding-bottom: 2px;
}
/*---------------end generic tables---------------------*/
