@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: 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;
}
.twoColFixRtHdr #container { 
	width: 978px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #DDDDDD url(../images/headerbg.jpg) no-repeat center top;
	width:978px;
	float:left;
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0px; /* 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: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:both;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#10194c; 
	color: #FFF;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	
} 
.twoColFixRtHdr #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;
	background:#10194c; 
	color: #FFF;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}
.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;
}
.fltrtborder { /* 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;
	border:border: 1px solid #CCC;
}
.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;
	float:left;
}
.fltleftcontent {
	margin:10px;
	padding:10px;
	float:left;
	width:520px;
}
.rightcolumncontent {
	float:right;
	padding:10px;
	width:370px;
}
.description1 {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
.description2 {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
.description3 {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
.description4, .description4 a:link, .description4 a:hover, .description4 a:active, .description4 a:visited  {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #10194c;
	text-decoration:none;
}
.description5 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #10194c;
	text-decoration:none;
}
.leftmenu {
	
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #10194c;
	border-bottom: thin solid #999;
	text-decoration:none;
	padding:5px;
}

.leftmenu a:link, .leftmenu a:hover, .leftmenu a:visited {

	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #10194c;
	text-decoration:none;
}
.leftmenu a:active {
	
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: thin solid #999;
	text-decoration:none;
}
.leftmenubottom a:link, .leftmenubottom a:hover, .leftmenubottom a:visited {
	
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #10194c;
	text-decoration:none;
}
.leftmenubottom a:hover {
	
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
}

.leftmenubottom {
	
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
	padding:5px;
}


.marginimage
{margin:10px;
}
.top {
	vertical-align:top;
	background:#FFF url(../images/columnbg.jpg) repeat-y left top;
	border: thin solid #CCC;
	padding:20px;
}
.leftcolumn 
{
	vertical-align:top;
	background:#FFF url(../images/columnbg2.jpg) repeat-y right top;
	border: thin solid #CCC;
	padding:20px;
}
.partners {
	border-left: thin solid #666;
	background: #FFF url(../images/columnbg.jpg) repeat-y left top;
	padding: 10px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.partners1 {
	border-left: thin solid #666;
	background: #FFF url(../images/columnbg.jpg) repeat-y left top;
	padding: 10px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.logo {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	text-align:center;
}
	

.logopadding {
	padding:25px;
	text-align:center;
	border:none;
}

.centercolumn {
	text-align:center;
	border-top: thin solid #CCC;
	vertical-align:top;
}
.heading {
	padding-left:20px;
	padding-top:10px;
	border-bottom: 1px solid #CCC;
	
}

.contactform {
	text-align:left;
	margin-left:10px;
}
.centercontentcolumm {
	padding:8px;
}
.alignleft {
	text-align:left;
	padding:5px;
	vertical-align:top;
}
img {
	border:none;
}
.white a:link, .white a:hover, .white a:visited {

	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.white a:active {
	
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}
.noborder {
	border:none;
}
.center {
	text-align:center;
}
.border {
	border: 1px solid #CCC;}
.paddingleft {
	padding-left:20px;
}