@charset "UTF-8";

p, h1,h2,h3 {
margin:0;
padding:0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/page_bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
		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;
}

h2, h3, h4, h5, h6 {margin:7px; padding:0; border:0;}

h1 {margin: 0px 7px 7px 7px;}
.toppad{margin : 10px 5px 0 5px;}
h1 { font-size:20px; color:#fff; font-family:"Helvetica", Verdana, sans-serif; font-weight:bold; }
h2 { font-size:18px;
color:#FFCC33; font-family:"Helvetica", Verdana, sans-serif; font-weight:bold; }
h3 { font-size:16px; color:#008ece; font-family:"Helvetica", Verdana, sans-serif; font-weight:bold; }
h4 { font-size:15px; color:#005300; font-family:"Helvetica", Verdana, sans-serif; font-weight:bold; }

a {
color:#00CCFF;
font-weight:600;
text-decoration:none;
}

a:hover{
color:#00CC00;
}

a img{
border:none;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
background-image:url(images/nav_bg.gif);
color:#00CCFF;
text-align:right;
padding: 50px 10px 10px 20px; 
 /* 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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
background-image:url(images/contat_bg.jpg);
background-repeat:no-repeat;
color : #fff;
/*min-height:400px;*/
ß	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.oneColFixCtrHdr #mainContentdark {
background-image:url(images/dark.gif);
}

.oneColFixCtrHdr #mainContent p, .oneColFixCtrHdr #mainContentdark p{
padding : 10px ;
font-family:Arial, Helvetica, sans-serif;
text-indent : 20px;
color:#fff;
}

.clearer {
clear:both;
}
.oneColFixCtrHdr #footer {
background-image:url(images/footer_bg.gif);
background-position:bottom;
	padding: 10px;  /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin :  0;
	text-align:center;
}
.oneColFixCtrHdr #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:  0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color : #fff;
	font-size: 10px;
}

.med{
font-size:10px;
font-weight:500;
color:#CCCCCC;

}

.large{
font-size: 13px;
font-weight:600;
color:#CCCCCC;


}

.xlarge{
color:#fff;
font-size:18px;
font-weight:800;
}

.left {
float:left;
padding : 0 7px 10px 6px;
}

.right {
padding : 0 20px;
float : right ;
}

.leftthumb {
float : left;
padding : 4px;
}

.oneColFixCtrHdr #header a {
color:#00CCFF;
padding : 0 20px 0 0;
text-decoration:none;
font-weight:800;
font-size: 14px;
}

.oneColFixCtrHdr #mainContent a,.oneColFixCtrHdr #mainContentdark a {
color:#00CCFF;
font-weight:600;
text-decoration:none;

}

.oneColFixCtrHdr #mainContent a:hover,.oneColFixCtrHdr #mainContentdark a:hover {
color:#009900;}

.oneColFixCtrHdr #header a:hover {
color:#00CC00;
}