body {
	color:#666666;
	font-family:Verdana;
	font-size:11px;
	background-image:url('/Images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#01214c;
	vertical-align:top;
	margin:0;
}

#container {
	width:856px;
	height:100%;
	vertical-align:top;
}
#logoTop {
	width:147px;
	height:40px;
	border-bottom:1px solid #434e7c;
	background-color:#041336;
}
#menuContainer {
	width:709px;
	height:40px;
	border-bottom:1px solid #ccdcec;
	background-color:#eae8e8;
}
#homeContent {
	margin: 0 auto;
	width:856px;
	height:100%;
}
#logoContainer {
	width:147px;
	height:385px;
	background-color:#01214c;
	text-align:center;
}
#homeFlash {
	width:709px;
	height:504px;
}
#homeLeftCol {
	width:147px;
	height:118px;
	border-top:1px solid #434e7c;
	background-color:#041336;
}

#subpageContainer {
	margin: 0 auto;
	width:856px;
	height:100%;
}
#subpagePhoto {
	width:248px;
	height:100%;
	background-color:#eae8e8;
}
#subpageContent {
	width:461px;
	height:100%;
	background-color:#ffffff;
}
#subpagelogoContainer {
	width:147px;
	height:100%;
	background-color:#01214c;
	text-align:center;
}

/* image module */
.categoryName {
	font-size:10px;
	font-family:verdana;
	color:#666666;
	line-height:15px;
	text-decoration:none;
}
a.categoryName:link{
	color:#666666;
	text-decoration: none;
}
a.categoryName:hover{
	color:#666666;
	text-decoration: underline;
}
a.categoryName:active{
	color:#v;
	text-decoration: none;
}
a.categoryName:visited{
	color:#666666;
	text-decoration: none;
}
a.categoryName:visited:hover{
	color:#666666;
	text-decoration: underline;
}
.categoryTitle {
	font-size:20px;
	font-family:georgia;
	color:#223c5f;
	font-style:italic;
}
.itemDescription {
	font-size:11px;
	font-family:verdana;
	color:#666666;
}


/* footer */

#footer {
	width:856px;
	height:45px;
	font-size:10px;
	font-family:Verdana;
	text-align: center;
	line-height:17px;
	color:#cccccc;
	padding-top:10px;
	padding-bottom:10px;
}
#footer a, a:visited {
	color: #cccccc;
	text-decoration:underline;
}
#footer a:hover {
	color: #cccccc;
	text-decoration:none;
}
