@charset "utf-8";
/* CSS Document */

* {margin:0px; padding:0px;}

img {border:none}

body  {
	font: 14px  Franklin Gothic Medium, Arial, Verdana, Helvetica, sans-serif;
	background: #666;
	margin: 0; 
	color: #000;
}

p {padding:10px;}

p.footer {font-size:12px; text-align:center;}

h1 {font-size:16px; padding-left:10px;}

h2 {font-size:14px; padding-left:10px;}

span {color: #666; font-weight:bold;}

a:link { color: #999; font-weight:bold; text-decoration: underline;} 

a:visited { color: #333; text-decoration: underline;}

a:hover { color:#666; font-weight:bold; }

a.menu { font-family: Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#FFF; text-decoration:none; padding:10px;}

a:visited.menu { color: #FFF; text-decoration:none;}

a:hover.menu {color:#ffcb0d;}

li {list-style-type:none; margin-left:20px; padding-top:10px; padding-bottom:10px;}

td { background-color:#CCC; border-bottom: #999 solid 1px; padding:5px;}

#container { 
	width: 1024px;
	height:718px;
	background: #CCC;
	margin: 0 auto; 
	text-align: left; 
} 
#header { 
	background: #000;
	background-image:url(images/logo.png);
	height:125px;
	padding: 0px;
	border-bottom:#ffcb0d 1px solid;
} 
#mainContent { 
	position: relative;
	height:518px;
	margin-left:200px;
	margin-right:200px;
	padding-top:0px;
	background-image:url(images/gradient.png);
	background-repeat:no-repeat;
	background-color:#ccc;
} 

#sidebar1 {
	float: left; 
	width: 200px; 
	height:518px;
	background-image: url(images/gradient.png);
	background-repeat:no-repeat;
	padding: 15px 0px 0px 0px; 
}

#sidebar2 {
	float: right; 
	width: 200px; 
	height:518px;
	background-image: url(images/gradient.png);
	background-color:#000;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
}

#footer { 
	padding: 0 10px 0 20px; 
	background: #666;
	text-align: center;
	font-size:12px; color: #fff;
} 

#footer p {
	margin: 0;
	padding: 0px; 
}

.fltrt { 
	float: right;
	margin-left: 20px;
}
.fltlft { 
	float: left;
	margin-right: 10px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.iframecopy {
			width: 570px;
			height: 490px;
			top:0px;
			padding-left:0px;
			padding-right:10px;
			padding-bottom:10px;
			overflow: auto;
}	

.textbox {
	background-image:url(images/textbg.png);
	background-repeat:no-repeat;
	width:580px;
	height:500px;
	padding: 30px 20px 5px 20px;
}


.imagebox {
	float:right;
	width:200px;
	height:auto;
}

.dsa {position: relative;
	top: 220px;
	left:5px;
}