@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
p {
	margin-bottom: 15px;
	}
html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000;
	background-color:#FFF;
	background-image:url(../images/default/main_bg.png);
	background-repeat:repeat;
	margin:0;
	padding:0;
	text-align:left;
	}
h1 {
	font-size:18px;
	line-height:30px;
	color:#CCCCCC;
	}
h2 {
	font-size:14px;
	line-height:20px;
	}
.style1 {
	font-weight:bold;
	}
.style2 {
	color:#CCCCCC;
	}


/* Containers */

.layout #container {
	width:1100px;
	height:1000px;
	margin:0 auto;
	background-color:#111;
	}

/* Header */
.layout #header {
	width:100%;
	height:100px;
	background-image:url(../images/default/header_bg2.png);
	background-repeat:repeat-x;
	}
.layout #headerLogo {
	height:60px;
	width:500px;
	background-image:url(../images/default/header_logo.png);
	background-repeat:no-repeat;
	margin-left:50px;
	}
.layout #headerNavbox {
	margin:5px 0 0 25px;
	width:720px;
	text-align:center
	}
.layout #headerNav {
	float:left;
	display:inline;
	width:120px;
	height:30px;
	line-height:30px;
	}
.layout #headerNav a:link {
	color: #999999;
	font-size:20px;
	font-weight:500;
	text-decoration:none;
	}
.layout #headerNav a:visited {
	color: #999999;
	font-size:20px;
	font-weight:500;
	text-decoration:none;
	}
.layout #headerNav a:hover {
	color:#CCCCCC;
	font-size:22px;
	font-weight:800;
	text-decoration:none;
	}
.layout #headerNav a:active {
	color:#CCCCCC;
	font-size:20px;
	font-weight:500;
	text-decoration:none;
	}
.layout #headline {
	background-color:#FFFFFF;
	border-bottom:#353 solid;
	border-top:#353 solid;
	height:25px;
	line-height:25px;
	padding-left:55px;
	background-image:url(../images/default/headline_bg.png);
	}
	

	

/* Left Column */

.layout #leftColumn {
	float:left;
	display:inline;
	width:150px;
	margin-right:10px;
	background-image:url(../images/default/left_bg.png);
	background-repeat:repeat;
	color:#999999;
	}
.layout #leftSubhead {
	width:130px;
	height:30px;
	padding:0 10px;
	text-align:left;
	line-height:30px;
	font-size:14px;
	font-weight:800;
	background-image:url(../images/default/left_subhead.png);
	background-repeat:repeat-x;
	}
.layout #sideNav {
	height:20px;
	padding:0 10px;
	line-height:20px;
	}
.layout #sideNav a:link {
	color: #337733;
	text-decoration:none;
	}
.layout #sideNav a:visited {
	color: #999999;
	text-decoration:none;
	}
.layout #sideNav a:hover {
	color: #CCCCCC;
	text-decoration:none;
	}
.layout #sideNav a:active {
	color: #CCCCCC;
	text-decoration:none;
	}
.layout #sideText {
	padding:0 10px;
	line-height:20px;
	color:#999999;
	}

/*Right Column */

.layout #rightColumn {
	float:right;
	display:inline;
	width:200px;
	margin-left:10px;
	background-image:url(../images/default/left_bg.png);
	}
.layout #rightSubhead {
	width:180px;
	height:30px;
	padding:0 10px;
	text-align:left;
	line-height:30px;
	font-size:14px;
	font-weight:800;
	background-image:url(../images/default/left_subhead.png);
	background-repeat:repeat-x;
	}


/* Main Column */

.layout #mainColumn {
	margin:10px 200px 10px 160px;
	}

.layout #mainHeader {
	height:40px;
	width:705px;
	font-size:24px;
	color:#CCCCCC;
	line-height:40px;
	margin:10px 0;
	padding:0 10px;
	background-image:url(../images/default/header_bg2.png);
	background-repeat:repeat;
	}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}