html {
	overflow-y: scroll;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	background: #006600 url('../images/bg.jpg') repeat-x;
}

img {
border: 0px;
}

/* STRUCTURE CSS */

#wrapper {
	width: 720px;
	margin: 0px auto 0px auto;
	background-color: #F4EFEB;
}

#header {
	width: 695px;
	min-height: 265px;
	padding: 10px;
	padding-bottom: 0px;
}

#content {
	margin: 20px 20px 20px 20px;
	padding: 10px;
	padding-top: 0px;
}

.detail {
	float: left;
	width: 640px;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #fff;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.detailLeft {
	float: left;
	margin-right: 30px;
	margin-top: 0;
	font-size: 12px;
}
.detailRight {
	float: left;
	margin-top: 20px;
	margin-top: 0;
	font-size:12px;
width:250px;
}

.detailRight h2, .detailLeft h2{
	margin-top: 0;
}
.detailRight p, .detailLeft p{
	padding: 0;
	margin-top: .3em;
	margin-bottom: .3em;
}


#footer {
	width: 100%;
	padding-top: 10px;
	background-color: #006600;
}



/* PAGE SPECIFIC CSS */

#contentNavigation {
	min-height: 310px;
}

#navColumns {
	float: left;
	width: 100%;
}
#navColumns #column {
	float: left;
	width: 120px;
	height: 250px;
	margin-right: 10px;
	border-right: 1px solid #000
}
#navColumns #column.last {
	border: 0px;
}
#navColumns ul {
	padding: 0px;
}

#contentNavigation li {
	line-height:110%;
}

#contentNavigation a:link,#contentNavigation a:active,#contentNavigation a:visited {
	text-decoration: underline;
}

#navColumns li a {
	color: #000;
	text-decoration: none;
}
#navColumns li a:hover {
	color: #666666;
	text-decoration: underline;
}

.columnLeft {
	float: left;
	width: 50%;
	margin-top: 0;
	padding-top: 0;
}
.columnRight {
	float: right;
	width: 50%;
}

.columnLeft ul, .columnRight ul{
	margin-top: 0;
}

#footerInner {
	color: #fff;
	font-size: 70%;
}
#footerInner a {
	color: #fff;
	text-decoration: none;
}
#footerInner a:hover {
	text-decoration: underline;
}
#footerInner p {
	font-size: 95%;
}

#contentUpper {
	font-size: 12px;
}


/* ELEMENT CSS */

h1 {
	font-size: 130%;
	margin: 0px;
/*	width:270px;*/
	margin-bottom: 10px;
}
p, li {
	font-size: 12px;
	margin: 0px;
	margin-bottom: 15px;
}
ul {
	margin-bottom: 10px;
}
ul li {
	margin: 0px;
	line-height: 150%;
}
ul.plain {
	list-style: none;
	margin: 0px;
}
ul.small li {
	font-size: 11px;
}
ul.space li {
	margin-bottom: 6px;
}
hr {
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: 0px solid #000000;
}



/* UTILITY CSS */

.nospace {
	margin: 0px;
}
.clear {
	clear: both;
}
div.clear{
	line-height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
