/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	border: none;
	height: 100%;
	background-color: #464646;
}

/* Links */

a.main {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a:hover.main {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #898850;
	text-decoration: none;
}

a.navigation {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 10px;
	color: #545454;
	text-decoration: none;
}

/* Divs */

#header {
	background: #363636;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35%;
}

#line {
	background: #282828;
	position: absolute;
	top: 35%;
	left: 0px;
	width: 100%;
	height: 1px;
}

#content {
	position: relative;
	top: -102px;
	width: 652px;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

#content-header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 652px;
	height: 138px;
	background-image: url('img/logo.gif');
}

#content-navi {
	position: relative;
	float: left;
	top: 95px;
	margin-left: 40px;
}

.content-navi {
	position: relative;
	float: left;
	top: 95px;
	margin-left: 40px;
}

#content-main {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	background: #FFFFFF;
	background-image: url('img/bg.gif');
	background-repeat: repeat-y;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#content-bottom {
	position: relative;
	top: 0px;
	left: 0px;
	height: 11px;
	background-image: url('img/bottom.gif');
}

#main {
	position: relative;
	left: 15px;
	width: 440px;
}

#sidebar {
	position: absolute;
	top: 0px;
	left: 495px;
	width: 120px;
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 10px;
	color: #545454;
}



.heading {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration:none
}

.sbheading {
	color: #DE2816;
	font-weight: bold;
}

.pdf {
border:none;
text-align:right;
margin-right: 15px;
}

img.floatRight { 
float: right; 
margin: 15px;
border: none;
}

/* Tables

td.logo {
padding: 0px;
font: normal 10px Tahoma
}

td.main {
padding-top: 4px;
font-family: "trebuchet ms", tahoma, sans-serif;
font-size: 11px;
color: #000000;
background-color: #fdfee2
}

td.navigation {
padding-top: 10px;
font-family: "trebuchet ms", tahoma, sans-serif;
font-size: 10px;
color: #000000;
background-image: url(img/navigradient.jpg);
background-repeat: repeat-x;
background-color: #fdfee2
}

td.princ {
padding-left: 10px;
font-family: "trebuchet ms", tahoma, sans-serif;
font-size: 11px;
color: #000000;
background-color: #fdfee2
}

td.princimg {
padding-top: 6px
}

.button {
border:none
}

.pdf {
border:none;
text-align:right;
margin-right: 15px;
}

img.floatRight { 
float: right; 
margin: 15px;
border: none;
}

.heading {
font-family: "trebuchet ms";
font-size: 20px;
font-weight: bold;
color: #000000;
text-decoration:none
}

.heading2 {
font-family: "trebuchet ms";
font-size: 14px;
font-weight: bold;
color: #000000;
text-decoration:none
}

.bgtable {
background-color: #fdfee2
} */
