body {
	font-size: 14px;
	font-family: Verdana;
	background-color: #3399FF;
	/* background: url(/images/grey_black_grad_bg.png); */
}

p,td,li {
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 20px;
	font-family: Verdana;
	font-weight: bold;
	color: #FF0000;
}

h2 {
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: #0000FF;
}

.mainheader {
	background-color: #B0B0B0;
}

.notice {
	background-color: GOLD;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.notice td {
	background-color: GOLD;
	color: #000000;
	font-size: 14px;
}

.subheader {
	background-color: #000000;
}

.subheader td {
	background-color: #000000;
	color: #EEEEEE;
	font-size: 18px;
	font-weight: normal;
}

.layoutbg {
	background-color: #3399FF;
}

.logo {
	font-size: 24px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
}

.footer {
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
}

A.footer:link,A.footer:visited,A.footer:hover {
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.topmenu:link,A.topmenu:visited,A.topmenu:hover {
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	color: #EEEEEE;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #AA0000;	
	padding: 3px;
}

a:link,a:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

.menuitem {
	text-decoration: none;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #EEEEEE;
	background-color: #000000;
	border-bottom: 1px solid #000000;
}

A.menulink:link,A.menulink:visited {
	display: block; 
	text-decoration: none;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #EEEEEE;
}

A.menulink:hover {
	text-decoration: none;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	background-color:#0000FF;
}

/* hide container until all is ready */
.showcase {
	display: none;
}

/* Main Container */
.container {
	width: 100%;	
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width: 0px;
	height: 310px;	
	overflow: hidden;
}

.contentWrapper h3 {
	border-bottom: 1px solid silver;
	background-color: #CCFF99;	
}

.contentWrapper p {
	padding: 10px;
	font-size: 12px;
}

.contentWrapper {	
}

.contentInnerWrapper{
	text-align: justify;
	padding: 1px;
}

/* Handle*/
.handle{
	float: left;
	width: 51px;
	height: 310px;
	margin: 1px;
	margin-right: -1px;
	background: url(/images/blade0.gif) no-repeat;
	/* background: url(/js/Horizontal_Accordion_Plugin/images/blade.png) no-repeat; */
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
.handleOver{	
	background: url(/images/blade0.gif) no-repeat;
	/* background: url(/js/Horizontal_Accordion_Plugin/images/blade_sel.png) no-repeat; */
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected{	
	background: url(/images/blade1.gif) no-repeat;
	/* background: url(/js/Horizontal_Accordion_Plugin/images/blade_sel.png) no-repeat; */
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
