@charset "UTF-8";

body {
	background-color:#ffffff;
	background-image:url(images/sky_bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	margin-bottom:1px;
}
html {
	height:100%;
	margin-bottom:1px;
}

#container {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#banner_box {
	width:800px;
	height:200px;
	margin:0;
}
#footer_box {
	width:800px;
	height:auto;
	margin-bottom:20px;
}
#footer_box1 {
	width:800px;
	height:200px;
	margin:0px;
	margin-bottom:0px;
}
#footer_box2 {
	width:800px;
	height:71px;
	margin:0;
}
#left_shadow {
	width:34px;
	height:101%;
	background-image:url(images/shadow_left.png);
	background-repeat:repeat-y;
	float:left;
}
#right_shadow {
	width:34px;
	height:300px;
	background-image:url(images/shadow_right.png);
	background-repeat:repeat-y;
	float:right;
}
#centerbox1 {
	width:800px;
	height:300px;
	background-image:url(images/shadow_bg.png);
	background-repeat:repeat-y;
	margin:0;
}
#centerbox2 {
	width:800px;
	height:1200px;
	background-image:url(images/shadow_bg.png);
	background-repeat:repeat-y;
	margin:0;
}
#centerbox {
	width:800px;
	height:1200px;
	background-image:url(images/shadow_bg.png);
	background-repeat:repeat-y;
	margin:0;
}
#linksbox {
	position:absolute;
	width:730px;
	height:20px;
	left:34px;
	top:155px;
	color:#99CC33;
	border-bottom-width:thin;
	border-bottom-color:#00A6E5;
	border-bottom-style:solid;
}

#sn_links {
	position:absolute;
	width: 60px;
	height:25px;
	right:37px;
	top:147px;
	text-align:right;
}

#leftcol_200 {
	width:180px;
	height:auto;
	padding:10px 10px 0px 10px;
	position:absolute;
	left:34px;
	top:195px;
	z-index:51;
	background-color:#0C232B;
	background-image:url(images/boxbase.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#rightcol_505 {
	width:510px;
	height:auto;
	position:absolute;
	left:254px;
	top:195px;
	z-index:71;
}
#homebox {
	width:732px;
	height:auto;
	position:absolute;
	left:34px;
	top:300px;
	z-index:91;
}

/*inline graphics float commands*/

img.floatleft { 
    float: left; 
    margin-right: 10px; 
}
img.floatright { 
    float: right; 
    margin-left: 10px; 
}
.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;
}

/*text styles*/

.text {
	font-size:11px;
	line-height:15px;
	color:#333333;
	margin-right:0px;
}
.text a:link {
	color:#00A6E5;
	font-weight:bold;
	text-decoration:none;
}
.text a:visited {
	color:#00A6E5;
	font-weight:bold;
	text-decoration:none;
}
.text a:hover {
	color:#CCD425;
	font-weight:bold;
	text-decoration:none;
}
.text a:active {
	color:#00A6E5;
	font-weight:bold;
	text-decoration:none;
}
#leftcol_200 .text {color:#8CC642;}

.heading {
	font-size:24px;
	line-height:30px;
	color:#0C232B;
	margin-bottom:15px;
}
.heading2 {
	font-size:16px;
	line-height:19px;
	color:#ffffff;
	background-color:#00A6E5;
	margin-bottom:5px;
	font-weight:bold;
	letter-spacing:-.5px;
}
.heading3 {
	font-size:18px;
	line-height:24px;
	color:#ffffff;
	background-color:#00A6E5;
	margin-bottom:5px;
	font-weight:bold;
	letter-spacing:-.5px;
}
.heading2 a:link {
	color:#ffffff;
	text-decoration:none;
}
.heading2 a:visited {
	color:#ffffff;
	text-decoration:none;
}
.heading2 a:hover {
	color:#000000;
	text-decoration:none;
}
.heading2 a:active {
	color:#ffffff;
	text-decoration:none;
}
.subhead1 {
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#CCD425;
}
.subhead {
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#0C232B;
}
.subhead a:link {
	color:#0C232B;
	font-weight:bold;
	text-decoration:none;
}
.subhead a:visited {
	color:#0C232B;
	font-weight:bold;
	text-decoration:none;
}
.subhead a:hover {
	color:#CCD425;
	font-weight:bold;
	text-decoration:none;
}
.subhead a:active {
	color:#0C232B;
	font-weight:bold;
	text-decoration:none;
}

.small_text {
	font-size:11px;
	line-height:14px;
	color:#CCD425;
	margin-right:10px;
}
.small_text a:link {
	color:#00A6E5;
	text-decoration:none;
}
.small_text a:visited {
	color:#00A6E5;
	text-decoration:none;
}
.small_text a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.small_text a:active {
	color:#00A6E5;
	text-decoration:none;
}
.small_head {
	font-size:12px;
	line-height:15px;
	color:#CCD425;
	font-weight:bold;
}
.links {
	font-size:11px;
	font-weight:bold;
	color:#00A6E5;
}
.links a:link {
	color:#00A6E5;
	text-decoration:none;
}
.links a:visited {
	color:#00A6E5;
	text-decoration:none;
}
.links a:hover {
	color:#CCD425;
	text-decoration:none;
}
.links a:active {
	color:#00A6E5;
	text-decoration:none;
}
.rulebox {
	width:100%;
	height:auto;
	border-bottom-width:thin;
	border-bottom-color:#00A6E5;
	border-bottom-style:solid;
	padding-bottom:10px;
	margin-bottom:10px;
}
.home_txt {
	font-size:24px;
	text-align:center;
	font-weight:bold;
	color:#0C232B;
}
.home_txt a:link {
	color:#00A6E5;
	text-decoration:none;
}
.home_txt a:visited {
	color:#00A6E5;
	text-decoration:none;
}
.home_txt a:hover {
	color:#CCD425;
	text-decoration:none;
}
.home_txt a:active {
	color:#00A6E5;
	text-decoration:none;
}

#sitebuild_cym {
position:absolute;
width:200px;
height:45px;
left:582px;
top:1600px;
text-align:right;
margin-bottom:20px;
font-size:9px;
color:#FFFFFF;}

#sitebuild_home {
position:absolute;
width:200px;
height:45px;
left:582px;
top:700px;
text-align:right;
margin-bottom:20px;
}

.arg {font-size:9px; color:#FFFFFF;}
.arg a:link {color:#000000; font-weight:bold; text-decoration:none;}
.arg a:visited {color:#000000; font-weight:bold; text-decoration:none;}
.arg a:hover {color:#FF0066; font-weight:bold;}
.arg a:active {color:#000000; font-weight:bold; text-decoration:none;}


