body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	background-color: #c9c9c9;
	text-align: justify;
	background-image: url(../images/backgrad.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

img#logo {
	width: 300px;
	height: 150px;
	position:relative;
	left:-253px;
	top:30px;
}

img#emblem {
	width: 150px;
	height: 150px;
	position:relative;
	left:-240px;
	top:30px;
}

.h1 {
	font-size: 16px;
	font-weight: bold;
	color: #60abf6;
	text-align: justify;
}

.h2 {
	font-size: 14px;
	font-weight: bold;
	color: #194c7f;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}

td {
	vertical-align: top;
}

li {
	list-style-position: inside;
}

img {
	border: none;
}

.cursite {
	font-weight: bolder;
}

#sidebar {
	width: 250px;
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
}

table#container {
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 1000px;
	margin-top: -9px;
}

a#navbutton {
	display: inline-block;
	width: 100%;
	height: 17px;
	text-decoration: none;
	text-size: 14px;
	color: #ffffff;
	vertical-align:text-middle;
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	font-weight: 900;
}

a:hover.navbarlink {
	vertical-align:text-middle;
	background-image: url(../images/sidebar_highlighted.jpg);
	font-weight:bold;
}

a:hover#navbutton {
	vertical-align:text-middle;
	background-image: url(../images/sidebar_highlighted.jpg);
	font-weight:bold;
}

a:link {
	font-weight: bold;
	color: #005ebc;
	text-decoration: none;
}
	
a:visited {
	font-weight: bold;
	color: #005ebc;
	text-decoration: none;
}

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