body {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #eaeaea;
	background: #111111;
	background-attachment: fixed;
	top: 0em;
}


ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}

li
{
float:left;
}

a.tab:link,a:visited
{
display:block;
width:120px;
font-weight:bold;
color:#ccccff;
background-color:#333333;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}

a.tab:hover,a:active
{
color:#330066;
background-color:#ccccff;
}


a:link {
	color: #eaeaea;
	text-decoration: underline;
}
a:visited {
	color: #9999ff;
	text-decoration: none;
}
a:active {
	font-weight: bolder;
	background: #ccccff;
	color: #330066;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	background: #eaeaea;
	color: #000000;
	text-decoration: none;
}


h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

p.foot {
	font-size: 80%;
	margin-left: 1em;
}

p.news {
	font-size: 80%;
}

p.banner {
	background: #111111;
	width: 70%;
	border: 0;
	border-color: #188ccf;
/*	margin-left: 20%; */
	margin-bottom: 0;
	padding: 0;
}

p.feedTitle {
	font-size:1.4em;
	font-weight:bolder;
}


.tabs {
	background: #333333;
	border:solid 2px;
	border-color: #333333;
	margin-bottom: 0;
	width:96%;
}


.content {
	margin-left: 1em;
}

img {
	border: 0px;
}

/* Home Page Navigation Division */

#navhome {
	float: left;
	width: 23%;
	height: 30em;
	background: #000000;
	border-left: dashed 2px #188ccf;
}

/* Home Page Content Division */

#home {
	float: left;
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	background: #111111;
}

/* Home Page News Division */

#news {
	float: left;
	width: 23%;
	height: 30em;
	background: #000000;
	border-right: dashed 2px #188ccf;
}


/* Home and Navigation Divisions for regular pages */

#nav {
	float: left;
	width: 30%;
	height: 30em;
	background: #000000;
	border-left: dashed 2px #188ccf;
}

#main {
	float: left;
	width: 96%;
	margin-left: 0;
	margin-right: 0;
	background: #111111;
}

