/************* elements *************/
body {
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

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

a:hover {
	text-decoration: underline;
}

/************* classes  *************/


.header {
	width: 100%;
	background-image: url(../imgs/header_bg.jpg);
	background-repeat: repeat-x;
}

.nav_header {
	/*background-color: #004080;*/
	background-image: url(../imgs/nav_header.jpg);
	height: 20px;
	width: 171px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: White;
/*	font-variant: small-caps;*/
	padding-left: 4px;
	padding-top: 2px
}

.nav {
	margin-top: 3px;
	margin-left: 2px;
	padding-left: 10px;
	border-left: 7px solid #004080;
	border-bottom: 1px solid #D2D2D2;
	width: 153px;
}

.nav:hover {
	border-left: 7px solid Red;
}

.nav a {
	color: #004080;
}

.nav a {
	text-decoration: none;
}

.buttons {
	margin-top: 3px;
	margin-left: 2px;
	padding-left: 10px;
	width: 153px;
	text-align: center;
}
