body {
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	text-align:left;
	margin: 0 0 0 0;
}
a {
	color: #069;
	text-decoration: none;
}
#frame {
	background-color:#fff;
	padding: 1px 1px 1px 1px;
	width:800px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 10px 0 0 0;
}

.header {
	background-image:url(../images/banner_02_abcs.gif);
	background-repeat:no-repeat;
	height:63px;
}

#footer {
	border-top: #006699 thin solid;
	background: #FFF;
	text-align:center;
	font-size:10px;
	padding: 5px 0 5px 0;
	width:100%;
	float:left;
}

#leftCol {
	width:19.1%;
	float:left;
	min-height:300px;
	background-color:#FFFFFF;
	padding: 0 0 5px 5px;
}

#rightCol {
	width:79%;
	float:right;
	min-height:300px;
	background-color:#FFFFFF;
	padding: 0 5px 5px 5px;
}


/************************/
/*** Horizontal Navigation Style ***/
/************************/
.headermenu {
	text-align:right;
	background-image:url(../images/banner_01.gif);
	background-repeat:no-repeat;
	height:18px;
	color:#fff;
}
.headermenu ol {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type:none;
}
.headermenu li {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 11px;
	color:#FFFFFF;
}
.headermenu li a {
	padding: 3px 15px 3px 15px;
	text-decoration: none;
	border-left: #fff 1px solid;
	color:#FFFFFF;
}
.headermenu li.selected a {
	color:#FFFF00;
}
.headermenu li a:hover {
	text-decoration:underline;
}
.headermenu h2 {
	display:inline;
	padding: 5px 0 0 0;
	margin: 5px 5px 5px 5px;
	font-size:16px;
	font-weight:bolder;
	background: inherit;
	content: " &gt;&gt; ";
	overflow: hidden;
}
/************************/
/*** Vertical Navigation Style ***/
/************************/
.vmenu {
	text-align:Left;
	width:100%;
}
.vmenu h2 {
	margin: 0px;
	padding: 5px 0 0 0;
	margin: 0 0 5px 5px;
	font-size:16px;
	font-weight:bolder;
	color: #000;
	background: #fff;
	border-top: 3px solid #069;
	border-bottom: 1px solid #069;
	overflow: hidden;
}
.vmenu ol {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	list-style-type:none;
}
.vmenu li {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 12px;
}
.vmenu li a {
	color: #069;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	border-left: #fff 1px solid;
}
.vmenu li.selected a {
	color:#009933;
	border:none;
}
.vmenu li a:hover {
	text-decoration:underline;
}

/**************************/
/*** Page Content Styel ***/
/**************************/
#pageContent {
	background-color:#FFFFFF;
	margin: 10px 0 10px 0;
	width:100%;
	min-height:340px;
	max-height:600px;
}
.contentSection {
	padding: 0 5px 0 5px;
	width: 48%;
	height:300px;
	border-left: #069 thin solid;
	float:left;
}
.contentArea {
	padding: 0 0 0 5px;
	width: 98%;
	border-left: #069 thin solid;
	min-height:300px;
	float:left;
}
.contentTitle {
	color: #000;
	background: #fff;
	border-top: 3px solid #069;
	border-bottom: 1px solid #069;
	overflow: hidden;
}
.contentTitle h2 {
	margin: 0px;
	padding: 5px 0 0 0;
	margin: 0 0 0 5px;
	font-size:16px;
	font-weight:bolder;
}
.contentDetails {
	margin: 5px 0 0 5px;
}
.announcement {
	margin: 0 0 10px 0;
	padding-left: 10px;
	text-indent: -10px;
}
.announcement a {
	text-decoration:none;
	color:#000;
}
.announcement a:hover {
	text-decoration:underline;
}