* { 
	margin:0; 
	padding:0; 
	border: none; 
}
		
html,body { 
	height: 100%;
	margin:0; 
	padding:0; 
	border: none; 
}

body {
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
}



a {
	text-decoration: none;
	color: #006699;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both;}

/* clear floated elements */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.bold {
	font-weight: bold;
}


#menue li {
	list-style: none;
	margin-bottom: 1px;
}

#menue li a {
	width: 109px;
	font-size: 7.5pt;
	line-height: 18px;
	min-height: 22px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

a.btngreen{
	background: transparent url(../img/green_full.gif) no-repeat bottom left;
}

a.btngreenframe{
	background: transparent url(../img/green_half.gif) no-repeat bottom left;
	color: #7fc346;
}

a.btnblue{
	background: transparent url(../img/blue_full.gif) no-repeat bottom left;
}

a.btnblueframe{
	background: transparent url(../img/blue_half.gif) no-repeat bottom left;
}

a.btngreen, a.btngreenarrow {
	color: #003399;
}
a.btngreen:hover {
	color: #ffffff;
	font-weight: bold;
}

a.btngreenarrow:hover {
	color: #ffffff;
	font-weight: bold;
}

a.btnblueframe:hover, a.btngreenframe:hover {
  font-weight: bold;
}



a.btnblue, a.btnbluearrow {
	color: #ffffff;
}

.lastbutton {
	height: 24px;
}

body {
	background: transparent url(../img/body_background.gif) repeat-x;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

div#wrapper {
	min-height: 100%;
	position: relative;
}

div#page { 
	margin: 0px auto;
	text-align: left;
	width: 924px; 
	min-height: 100%;
	background: transparent url(../img/content_background.png) repeat-y;
}

div#topnav {
	height: 22px;
	line-height: 22px;
}

div#banner {
	height: 142px;
	width: 901px;
	background: url(../img/banner01a.jpg) no-repeat;
}

div#content {
	padding-top: 35px;
	padding-bottom: 35px;
	width: 900px;
}


div#content_container {
	margin-left: 12px;
	margin-right: 12px;
	width: 900px;
}

div#col1 {
	width: 150px;
	background-color:white;
}
div#col2 {
	width: 575px;
}

div#textcontainer {
	padding-left: 52px;
	padding-right: 20px;
}

/*rte things*/
div#textcontainer span.important {
 color: red;
}

div#textcontainer span.detail {
 color: green;
}

div#textcontainer span.name-of-person {
 color: blue;
}

div#textcontainer div.indent {
 margin-left: 5px;
}


div#col3 {
	/* 175px */
	width: 160px;
}

div#col3 h1 {
	font-size: 0.75em;
	font-weight: bold;
}



div#topnavileft {
	margin-left:730px;
}

div#topnavileft li {
	margin-left:5px;
}

div#topnav li {
	list-style: none;
}

div#topnav {
	font-size: 0.55em;
	color: #006699;
}

div#topnaviright {
	margin-left: 20px;
	float: left;
	width: 30%;
}

div#topnaviright ul li{
 display:none;
}

div#topnaviright ul li.clickable {
 display: block;
}


div#topnaviright a, div#topnaviright span.link{
	color: #006699;
}



h1, strong#welcome {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.5em;
}

#textcontainer p, 
#textcontainer li {
	font-size: 0.7em;
	line-height: 1.5em;
}

#textcontainer li {
	margin-left: 19px;
}

div#infocontainer {
	margin-left: 7px;
	color: #006699;
}

div#col3 p {
	font-size: 0.7em;
	line-height: 1.625em;
}
div#col3 a {
	font-weight: bold;
}