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

/* Global Reset */
* { margin:0; padding:0; }

body {
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}
#container {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background:#FFF;
}
#banner{background:url(images/banner.jpg) no-repeat 0 0; height:263px; width:1000px; position:relative; margin:20px 0;}
#banner img{
	position:absolute;
	top:60px;
	left:450px;
	width:200px;
	height:91px;
}
#content{float:left; margin-bottom:25px; display:inline; width:1000px;}
.col-set-3 .col{width:303px; float:left; margin-right:45px; }
.col-set-3 #col-3.col{width:303px; float:left; margin:0; }
.col-set-3 .col p{width:300px; line-height:18px; margin-top:10px;}

.col-set-2 .col{width:490px;}
.col-set-2 #col-1.col{float:left;}
.col-set-2 #col-2.col{float:right;}
.col-set-2 .col p{line-height:18px; margin-top:10px;}

a {
	color:#333399;
	font-weight:bold;
	text-decoration: none;
}
a:hover{text-decoration:none; color:#666666;}
img{color:#FFF;}

#footer{clear:both; color:#666666;}
#footer p {margin-bottom:10px; text-align:center;}
#footer p img{margin-right:10px;}
#footer a{color:#666666; font-weight:normal;}

ol{margin-left:15px}
ol li{padding:10px 20px 0 0; list-style-position: outside; list-style-type: disc;}

p{margin:12px 0;}
h1{color:#F60; font-size:24px;}
h2{color:#000; font-size:20px;}
td{padding-top:5px;}

.bold{font-weight:bold;}
.orbold{font-weight:bold; color:#F60;}
.bluebold{font-weight:bold; color:#333399;}

.floatright {float:right}

