@charset "utf-8";
body  {
	font: 13px  Arial, Verdana,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: 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;
	background-color: #f4f4f4;
}
html, body {width:100%; height:100%; overflow:hidden;}
#background{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left: 0px;
	top: 0px;
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:-3px;
	left:-3px;
	overflow:auto;
	z-index:2;
} 
#content {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a:link {
	color: #CC0099;
	text-decoration: none;
}
a:visited {
	color: #CC0099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
 #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. 
	border-bottom: 1pt solid #000000;
	margin-top:50px;*/
} 
 #header {
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
 #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 */
}

 #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0;
	overflow: scroll;
	overflow-y: auto;
	overflow-x: hidden;
	/*		background-color: #EEF0E1;
*/	width: 860px;
	height:375px;

} 

 #mainContent2 {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 430px;
	margin-top: 0;
	overflow: scroll;
	overflow-y: auto;
	overflow-x: hidden;
	/*		background-color: #EEF0E1;
*/	width: 450px;
	height:375px;

} 
 #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../img/bg.jpg);
	font-size: 10px;
} 
#foot{font-size:80%; padding-top:5px; color:#fff;}

#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;
}
#subhead {
	border-bottom-width:10px;
	border-bottom-style: solid;
	border-bottom-color: #121212;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-size: 10px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.flashborder {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.fontsmall {
	font-size: 11px;
}
.fontxtrasmall {
	font-size: 10px;
}
.borderbottom {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.border-rt{border-right:#000 solid 1px}
.border-lt{border-left:#000 solid 1px}
.border-top{
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #666400;
}
.left-bg{
	background-image:url(../img/clydz.jpg);
	background-repeat:no-repeat;
	background-position: 5px 5px;
}
.main-bg{
width: 860px;
	height:375px;


}
.font11px{font-size:11px}
.font12px{font-size:12px}
.font13px{font-size:13px}
.font14px{font-size:14px}

