@charset "UTF-8";
/* CSS Document */

html, body, .fullheight, {
      margin:0;
      padding:0;
      height:100%;
      border:none;
}



body {
	background-image:url(/images/background.gif);
}



.linespacer {
	height: 5px;
}

.linespacer2 {
	height: 10px;
}

.linespacer3 {
	height: 15px;
}

.bodyTop {
	background-image:url(/images/angledBody.gif);
	background-repeat:no-repeat;
	height: 20px;
}


.bodyContent {
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-color:#000000;
	background-color:#FFFFFF;
	border-style: none solid solid solid;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 10px;
	height: inherit;
	line-height: 21px;
	text-align:left;

}

.sidebar {
	background-image:url(/images/sidebar.gif);
	border:1px;
	border-style:solid;
	border-color:#000;
	background-repeat:no-repeat;
	background-color:#b2bb1c;
	}


	
	

.logo {
	float:left;
	}

a, p, h1, h2, h3, h4, h5, h6, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}


h1 {
	font-size:18px;
	margin-top: 0px;
	color:#b2bb1c;
}

h2 {
	font-size:16px;
	margin-top: 0px;
	color:#1c9fbb;
}

h3 {
	font-size:14px;
	margin-top: 15px;
	color:#b2bb1c;
}

h4 {
	font-size:12px;
	margin-top: 0px;
	color:#ccc;
}

h5 {
	font-size:12px;
	margin-top: 0px;
	color:#717174;
}

h6 {
	font-size:11px;
	margin-top: 0px;
	color:#717174;
}

p, ul, li {
	font-size:11px;
	margin-top: 0px;
	color:#717174;
}

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

a:hover {
	text-decoration: underline;
}


#flashcontent {
	width: 900px;
	height: 250px;
	float: left;
	}