body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #333333;
	height: 100%;
}

#wrapper {
	text-align: center;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
}

#header {
width:800px;
height:120px;
float:left;
}

#headerLogo {
width:360px;
height:120px;
float:left;
}

#headerLogin {
	width:430px;
	height:70px;
	float:right;
	text-align: right;
	margin-top:50px;
	padding-right:10px;
}

.menu {
	color: #666666;
	background-color: #EEEEEE;
	line-height: 30px;
	float: left;
	height: 28px;
	width: 778px;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	background-image: url(../images/top_highlight.png);
	background-repeat: repeat-x;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

#content {
	width:760px;
	min-height:400px;
	height:auto;
	text-align: left;
	padding:20px;
}


#footer {
	color: #FFFFFF;
	background-color: #0c3458;
	line-height: 30px;
	float: left;
	height: 30px;
	width: 780px;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	background-image: url(../images/bottom_shadow.png);
	background-repeat: repeat-x;
}

#featured {
	width:736px;
	height:auto;
	background-image:url(../images/grey_grad.jpg);
	padding: 10px;
	float: left;
	border: 2px solid #009900;
	background-repeat: repeat-x;
	margin-bottom:20px;
}

#items {
	width:738px;
	height:auto;
	background-image:url(../images/grey_grad.jpg);
	padding: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	background-repeat: repeat-x;
	margin-bottom:16px;
}

.detail {
	width:738px;
	height:auto;
	background-color:#E6E6E6;
	float:left;
	border: 1px solid #CCCCCC;
	padding: 10px;
	font-size:18px;
}

.detail p {
font-size:14px;
}

.detailTitle {
	width:738px;
	height:26px;
	background-color:#E6E6E6;
	float:left;
	border: 1px solid #CCCCCC;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom:6px;
	margin-top:6px;
	background-image: url(../images/top_highlight.png);
	background-repeat: repeat-x;
}

.image {
	float: left;
	width: 320px;
	border: 1px dotted #CCCCCC;
}

.information {
	float: left;
	height: auto;
	width: 406px;
	margin-left: 10px;
}

.text {
	width:384px;
	height:auto;
	background-color:#FFFFFF;
	padding:10px;
	border: 1px solid #CCCCCC;
}

/* Styling */
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #009900;
	display:inline;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0c3458;
	display:inline;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #0c3458;
	display:inline;
}

.itemTextTitle {
	font-size: 18px;
	font-weight: bold;
	color: #009900;
}

legend {
	color: #333333;
}

a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

.menu a:link {
	color: #666666;
}

.menu a:visited {
	color: #666666;
}

.menu a:active{
	color: #666666;
}
.menu a:hover {
	color: #666666;
	text-decoration: underline;
}

.highlight:hover {
	background-color: #E6E6E6;
	width:735px;
}

.footerLink a {
	color: #CCCCCC;
}