
/*General Properties*/
body {
	font-color:#666666;
	background: url(../image/bg.jpg);
	padding:0;
	text-align:center;
	padding-top: 18px;
}

h1 {
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:18px;
	color:#252525;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:16px;
	color:#666;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

h4 {
	font-size: 32px;
	color:#FFFFFF;
}

p {
	color:#666666;
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
	font-size: 14px;
}

img {
	border: none;
}

a {
	color:#6699cc;
	text-decoration: none;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}

li {
	font-size:11px;
}


/*Main Container (Holds the page in a box)*/
#container {
	font-family: "Lucida Grande", Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:900px;
	padding:10px;
	height:auto;
	font-color:#666666;
	background-color:#FFF;
	text-align:left;
	border:1px solid #CCC;
}

/*Header*/
#banner {
	width:900px;
	height:152px;
	border:1px solid #CCC;
	margin-bottom: 10px;
}
#bannerhold {
	width:890px;
	height:142px;
	margin-bottom: 10px;
	padding:5px;
}

#bannerLeft {
	width:347px;
	height:141px;
	background:#6699cc url(../image/logo.jpg) no-repeat;
	float:left;

}

#bannerRight {
	width:543px;
	height:141px;
	background:#6699cc;
	float: right;
}


/*Navigation*/
#navcontainer {
	background: url(../image/navbg.jpg) center no-repeat;
	height: 31px;
	width: 900px;
}
#navlist {
	list-style-type: none;
	padding: 7px 0 10px 3px;
	
}
#navlist a {
	color:#333333;
	font-size: 13.5px;
}


/*Main Content*/
#content {
	background: url(../image/bg.jpg);
	height:1%;
	width:900px;
	}

#Column {
	align: center;
	width:900px;
	padding-left:30px;
	padding-right:0px;
	color:#666;
}

#lowercolumn {
	height: 110px;
	width:900px;
	color:#666;
}


/*Footer*/
#clear {
	clear:both;
}

.date {
	font-size:12px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:12px "Lucida Grande", Arial;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#333;
}