@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:eeeeee;
	color:#666;
	margin : 5px 0 0 5px;

}

.oneColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/onecolbodyborder.gif) repeat-y; 
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.oneColFixRtHdr #containergrey {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bodybordergrey.gif) repeat-y; 
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.oneColFixRtHdr #header {
	background: #DDDDDD;
	display: block ;
	padding: 0 0px 0 0px;  /* 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/headercauto5.jpg);
	height:150px;
	background-color: #EEEEEE;
} 

.oneColFixRtHdr #menuheader {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* 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. */
	height:60px;
} 

.oneColFixRtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 10px;
}
.oneColFixRtHdr #sidebar1 {
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* 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 */
}

.oneColFixRtHdr #loginsearch {
	float:left;
	background: url(../images/loginback.gif) no-repeat; 
	width:400px;
	height:150px;
}
.oneColFixRtHdr #login {
/* background-image: url(../images/loginback.gif);	 */
	float:left;
	width:180px;
	height:90px;
	text-align:right;
	padding:30px 20px 0 0;
	font-size:10px;
}

.oneColFixRtHdr #search {
/* background-image: url(../images/loginback.gif);	 */
	float:left;
	width:180px;
	height:90px;
	text-align:center;
	padding:40px 20px 0 0;
}


.oneColFixRtHdr #events {
/* background-image: url(../images/loginback.gif);	 */
	width:380px;
	height:410px;
	padding:20px 0px 0 0;
}



.oneColFixRtHdr #mainContent { 
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right 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: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mgmt {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right 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. */
	margin: 0 50px 10px 50px;
	padding: 20px 50px 20px 50px; 
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:left;
	line-height: 1.5;
	color:black;
} 

#mgmt h1{
	font-size: 13pt;
	color: #048F36;
	text-align:left;
}



/*#textblock {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right 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. */
/*	margin: 0 50px 10px 50px;
/*	padding: 20px 50px 20px 50px; 
/*	background-color: #CCCCCC;
/*} 

/*#textblock h1{
/*	font-size: 15px;
/*	color: #006600;
/*}

/*#textblock h2{
/*	text-align:left;
/*	font-size: 15px;
/*	color: #000000;
/*}
*/

.oneColFixRtHdr #textblock2 {
	margin:0px 10px 10px 10px;
	padding:5px 20px 10px 20px;
	color:#000000;
} 


.oneColFixRtHdr #textblock2 ul{
	line-height:1.5;
}

.oneColFixRtHdr #textblock2 ul li{
	padding:0 0 2pt 0;
}


.oneColFixRtHdr #textblock2 h1{
	font-size: 18px;
	color: #048F36;
	text-align:left;
}

.oneColFixRtHdr #textblock2 p{
	margin:0 10px 0 10px;
	font-size: 12px;
	text-align:left;
	line-height: 2;
}

.oneColFixRtHdr #textblock2 img{
	margin:20px 0px 20px -30px;
	text-align:center;
}

.oneColFixRtHdr #mainContent_s3{ 
	width:1000px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.oneColFixRtHdr #s3_title { 
	padding:0px 0 0 50px;
} 

.oneColFixRtHdr #footer {
	color:#fff;
	clear:both;
	height:80px;
	padding:20px 0 0 0;
	background:#777777;
/*	background: url(../images/footerbg.gif) repeat-y; */
} 
.oneColFixRtHdr #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: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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: 1px;
    line-height: 0px;
}


#caclinks{width:200px;height:58px;float:left;vertical-align:middle; margin:0 0 0 10px}
#caclinks p{float:left; font:11px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}
#caclinks p a{
	padding:0 5px 0;
	color:#333333;
}


#fsc{width:50px;height:38px;float:left;vertical-align:left;}
#sfi{width:200px;height:38px;float:left;vertical-align:right;}
#copy{
	width:500px;
	vertical-align:middle;
	float:left;
}
#copy p{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


A { text-decoration:none;}
A:link	{color: blue;}
A:visited{color: blue;}
A:hover	{
	color: red;
	background-color:#FFFFFF;
}
 .tabb { font-weight:bold; font-size:14px; font-family:Arial,Helvetica;TEXT-ALIGN: center}
 .tan {FONT-SIZE: 12px; COLOR: navy; FONT-FAMILY: Arial,Helvetica; TEXT-ALIGN: center}
 .tann {FONT-WEIGHT: bold;FONT-SIZE: 18px; COLOR: navy; FONT-FAMILY: Arial,Helvetica; TEXT-ALIGN: center}
 
  .oneColFixRtHdr #contactus {
	margin:0px 5px 10px 5px;
	padding:5px 5px 10px 5px;
	color:#000000;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	text-align:left;
	line-height: 1.5;
} 