@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-image:url(images/ASIbg.gif);
	background-repeat:repeat;
}

#OuterWrap {
	padding: 2px;
	width: 904px;
 	margin-left: auto;
    margin-right: auto;
	margin-top:10px;
	background-color:#000;
	position:relative;
}
#InnerWrap {
	position:relative;
	padding:0;
	margin:0;
}

#HeadWrap {
	margin: 0px;
	height: 93px;
	width: 900px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#Logo {
	float:left;
	padding:2px;
	
}
#Nav {
	float:right;
	width:592px;
	height:89px;
	background-image:url(images/NavUnderline.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-top:2px;
}
#CurrentDate {
	font-size:20px;
	font-weight:normal;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top:0px;
	padding-left:5px;
}
#FocusWrap {
	width: 900px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	height: 282px;
	margin:0px;
	clear:both;
}

#Gallery {
	width: 557px;
	height: 280px;
	margin-left: 325px;
}

#Highlights {
	width: 300px;
	margin-left:2px;
	height: 280px;
	float:left;
	padding:0px;
	background-image:url(images/Highlights.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#HLText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	color:#FFF;
}

#ColWrap {
	width: 900px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom:2px;
	clear:both;
	position:relative;
	overflow:hidden;
}

#Sidebar {
	width: 205px;
	float:left;
	background-image:url(images/SideBarBk.jpg);
	background-position:left;
	background-repeat:repeat-x;	
	display:inline;
}

#Content {
	width:508px;
	height:380px;
	margin-left: 5px;
	margin-right:5px;
	background-color:#CCC;
	padding:10px;
	float:left;
}

#Widgets {
	width: 140px;
	height:390px;
	float:right;
	background-color:#333;
	color:#CCC;
	margin:0px 7px 0px 0px;
	padding:5px;
}
#vtd {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:8px;
	clear:both;
}
#vtd a, a:link {
	color: #666;
	text-decoration: none;
}
/* Sets the style for visited links. */
#vtd a:visited {
	color: #FFF;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#vtd a:hover {
	color: #000;
	text-decoration: underline;
}

ul {
	line-height: 150%;
}
