body {
	background-color: #D7D7D7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	vertical-align: top;
	font-size: 12px;
}

p, .p {
	font: 11px 'trebuchet ms', arial, helvetica, sans-serif;
	color: black;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #336;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #669;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #c00;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #c00;
}

.navItem {
	padding: 5px 7px 5px 7px;
	float: left;
	border-right: 1px solid #bbbbcb;
	font: 11px 'trebuchet ms', arial, helvetica, sans-serif;
	color: White;
}

a.navItem {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a:hover.navItem {
	font-weight: bold;
	text-decoration: underline;
	color: white;
	background-color: #4169E1;
}

a:active.navItem {
	font-weight: bold;
	text-decoration: underline;
	color: white;
	background-color: #4169E1;
}

a:visited.navItem {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#navWrapper {
	float: left;
	font-weight: bold;
	border-right: 1px solid #bbbbcb;
	font: 11px 'trebuchet ms', arial, helvetica, sans-serif;
	position: relative;
	width: 100%;
	color: white;
	background-image: /images/bluback.gif;
}

#footer {
    margin-top:10px;
	background-color: #FFFFFF;
	text-align: center;
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : 2px;
}