@charset "UTF-8";
body  {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
 	background: #999999 url(images/main/bg.gif);
 	background-repeat: repeat-y;
 	background-position: 50% 0px;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/main/maincontbg.gif);
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD url(images/main/topbg.jpg); 
	padding: 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. */
	margin: 0px;
	height: 173px;
	border: 0px;
} 
.twoColFixLtHdr #topnav {
	margin: 0px 0px 10px 0px; /* 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}


.twoColFixLtHdr #topnav ul {
	height:26px; 
	float: left; 
	width: 770px; 
	margin: 0px; 
	padding: 0px 0px 0px 10px; 
	border-top: solid 1px #ffffff; 
	border-bottom: solid 1px #ffffff; 
	background: url(images/main/navbg.jpg); 
	font-weight: bold;
}
	
.twoColFixLtHdr #topnav li {
	display: inline; 
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

.twoColFixLtHdr #topnav li a {display: block; float: left; margin: 0px 0px 0px 0px; padding: 4px 12px 5px 12px; border-right: solid 1px #FFFFFF; color: #104084; text-decoration: none; font-size: 1.1em;}
.twoColFixLtHdr #topnav li a:hover, #topnav a.selected {color: #296cc9; text-decoration: none; background:url(images/45p_white.png);}


.twoColFixLtHdr #topsubnav {
	margin: 0px; 
	padding: 0px;
	height:26px;
	background:#CCC;
	width: 100%;
	border-bottom: solid 1px #ffffff;


	
}

.twoColFixLtHdr #topsubnav ul { 
	margin: 0px; 
	padding: 6px 0px 0px 14px; 
	border-top: 0;

}
	
.twoColFixLtHdr #topsubnav li {
	display: inline; 
	margin: 0px;
	padding:0px;
}

.twoColFixLtHdr #topsubnav li a {margin: 0px; 	padding: 4px 10px 4px 10px; color: #104084; text-decoration: none; font-size: .9em; border-right: solid 1px #DDD;}
.twoColFixLtHdr #topsubnav li a:hover, #topsubnav a.selected {color: #296cc9; text-decoration: none; }




.twoColFixLtHdr #sidebar1 {
	float: left;
	display: block;
	width: 230px; 
	padding: 0px;
}

.twoColFixLtHdr #sidebar1 ul {margin: 0px; padding: 10px 0; text-align:left; width: 230px;}
	
.twoColFixLtHdr #sidebar1 li {display: block; list-style: none; margin: 0px; padding: 4px 10px 6px 20px; border-bottom: 1px solid #FFFFFF;}
.twoColFixLtHdr #sidebar1 li a {display: inline; margin: 0px; color: #333333; text-decoration: none; font-weight: bold;}
.twoColFixLtHdr #sidebar1 a:hover, #sidebar1 a.selected {color: #296cc9; text-decoration: none;}


.twoColFixLtHdr #mainContent { 
	margin: 0; /* 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: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display: block;
	float: right;
	width: 510px;
} 

.update { 
	margin: 0; /* 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. */
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #9e9e9e;
} 


.twoColFixLtHdr #mainContent H1 { 
	color: #296cc9;
	font: 2em "Times New Roman", Times, serif;
	margin: 0 0 .5em 0;
	padding-bottom: .2em;
	border-bottom: 1px dotted #999999;
	display: block;
	width: auto;
} 

.twoColFixLtHdr .number	{
	font: 1.2em "Times New Roman", Times, Serif;
	color: #296cc9;
	font-weight: bold;
	}

.twoColFixLtHdr #mainContent a { 
	color: #000000;
	text-decoration: underline;
} 

.twoColFixLtHdr #mainContent a:hover { 
	color: #296cc9;
	text-decoration: underline;
} 

.twoColFixLtHdr #mainContent p { 
	margin: 0px 0px 1em 0px; 
	padding: 0px;
	
} 
.twoColFixLtHdr #footer { 
	width: 100%;  /* 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: 0px solid #000000;
	border-top: 1px dotted #999999;
	padding: 10px 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size:.8em;
} 

.twoColFixLtHdr #footnav ul {margin: 0px auto 0px auto; padding: 5px 0; text-align:center; width:780px;}
	
.twoColFixLtHdr #footnav li {display: inline; text-align: center; list-style: none; margin: 0px; padding: 0px;}
.twoColFixLtHdr #footnav li a {display: inline; margin: 0px 0px 0px 0px; padding: 2px 5px 2px 5px; border-right: color: #104084; text-decoration: underline; color: #666666;}
.twoColFixLtHdr #footnav a:hover, #footnav a.vidited {color: #296cc9;}


.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 */
}
.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;
}

/* mail form */

.mailform {
	width: 180px;
	padding:0;
	margin: 0;
	float: left;
	text-align: left;
}

.inputs	{
		width: 300px;
		border-left: 1px dotted #555555;
		border-bottom: 1px dotted #555555;
		border-top: 0;
		border-right: 0;
		margin:0;
		}
		
#message	{
		width: 300px;
		border-left: 1px dotted #555555;
		border-bottom: 1px dotted #555555;
		border-top: 0;
		border-right:0;
		margin:0;
		}
		
.fail	{
	text-align: left;
	color: #bb0000;
	font-size: .5em;
	}
	
.success	{
	text-align: left;
	color: #66cc66;
	font-size: .5em;
	}
	
/* end mail form */

.box	{
	display: block;
}

.fltrt	{
	float: right;
	}
	
.fltlft	{
	float: left;
	}
	
#address	{
	display: block;
	margin: 0;
	padding: 20px;
	background: #eaeaea;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: left;
	color: #666666;
	}
	
#address A	{
	color: #666666;
	}
	
#address A:hover	{
	color: #296cc9;
	}
	

