body  {
	background-color: #FFF;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 1.5;
}

p  {
    font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333333;
    line-height: 1.5;
}

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 1.5;
}

.active {
    color: #900;
	list-style-type: none;
	}
	
li.active {
    color: #900;
    list-style-type: none;   }

li.active:before {
	content: "» ";
	font-weight: bold;
	font-size: large;
   }
	
table {
    font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 1.5;
}

#grid {
	min-width: 640px;
	max-width: 980px;
	margin: 0 auto;
	background-color: #FFF;
}

.col {
	float: left;
	width: 25%;
}


.col2 {
	float: left;
	width: 50%;
}

.col3 {
	float: left;
	width: 75%;
}

.col4 {
	float: left;
	width: 100%;
}

a {
	color: #039;
	text-decoration: none;
}

a:visited {
	color: #669;
	text-decoration: none;
}

a:active {
	color: #C30;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: none;
}

.menu {
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

a.menu:link {
	color: #ffffff;
	text-decoration: none;
}

a.menu:visited {
	color: #ffffff;
	text-decoration: none;
}

a.menu:active {
	color: #ffffff;
	text-decoration: none;
}

a.menu:hover {
	color: #ffffff;
	text-decoration: underline;
}

.name  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #933;
	font-weight: bold;
}

a.name:link {
	color: #933;
	text-decoration: none;
}

a.name:visited {
	color: #900;
	text-decoration: none;
}

a.name:active {
    color: #F00;
	text-decoration: none;
}

a.name:hover {
	color: #C00;
	text-decoration: none;
}

.path  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #666;
}

.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #374278;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #2c4290;
}

.subheader  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #930;
}

.NewsHeader  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #930;
}

.border {
	display:block;
	border: solid 6px #fff;
	outline: solid 1px #999;
}

.borderleft {
	display:block;
	margin-right: 10px;
	float:left;
	border: solid 6px #fff;
	outline: solid 1px #fff;
}

.borderright {
	display:block;
	margin-left: 10px;
	float:right;
	border: solid 6px #fff;
	outline: solid 1px #fff;
}
