/* CSS Document */

/* ------------------------------- GLOBAL */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 76%/155% Verdana, Arial, Helvetica, sans-serif; 
	color: #404040;
	margin: 0;
	padding: 0;
	text-align: center;
	}	
	
hr {
	height: 1px;
	background: url(/images/line.png) top repeat-x;
	}
	
p {
	margin: .5em 0;
	}
	
#rightcolumn p {
	margin-bottom: 1.25em;
	}
	
div.footnote {
	margin-top: 1em;
	font-size: 90%;
	line-height: 120%;
	}
	
	
h1 {
	font: 480% "Times New Roman", Times, serif;
	font-style: italic;
	color: #669B40;
	margin-top: -.1em;
	}
	
h2 {
	font: 160% "Times New Roman", Times, serif;
	font-style: italic;
	color: #DB9352;
	}
	

	
#content a {
	font: "Times New Roman", Times, serif;
	font-style: italic;
	color: #669B40;
	}
	
#content a:hover {
	font: "Times New Roman", Times, serif;
	font-style: italic;
	color: #DB9352;
	}
	
#content a:visited {
	font: "Times New Roman", Times, serif;
	font-style: normal;
	text-decoration: none;
	color: #8aa777;
	}
	
#design a {
	font: "Times New Roman", Times, serif;
	font-style: italic;
	color: #8aa777;
	}	
	
a.button {
	background: #d9e6d0;
	border: 1px solid #d9e6d0;
	text-align: center;
	padding: 3px;
	}

h2 a.headerlink {
	font:"Times New Roman", Times, serif;
	font-style: italic;
	color: #DB9352;
	}	
	
a.headerlink:hover h2 {
	color: #669B40;
	}


/* MISC */

.reset {
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
	}
	
.provider {
	margin-bottom: 1.5em;
	}
	
.indent {
	margin-left: 20px;
	}
	
/* ------------------------------- MAIN LAYOUT */
	
#center {
	width: 755px;
	margin: 0 auto;
	text-align: left;
	}
	
#logo {
	width: 755px;
	height: 120px;
	position: relative;
	}
	
#logo img {
	position: absolute;
	top: 20px;
	right: 0;
	}
	
#header {
	width: 755px;
	height: 160px;
	background: url(/images/header.jpg);
	}

#content {
	margin-top: 1em;
	width: 755px;
	margin-bottom: 2em;
	}
	
#main {
	width: 73%;
	float: left;
	background: url(/images/dots.png) right repeat-y; 
	}
	
#textholder {
	margin-right: 45px;
	}
	
#rightcolumn {
	float: right;
	width: 24%;
	padding: 0 5px;
	}
	
#footer {
	width: 755px;
	height: 20px;
	clear: both;
	background: url(/images/line.png) top repeat-x;
	}

#design {
	width: 755px;
	height: 20px;
	background: url(/images/line.png) top repeat-x;
	text-align: right;
	font-size: 90%;
	color: #999999;
	margin-bottom: 1em;
	}
	
/* ------------------------------- ORDERED & UNORDERED LISTS */
ol {
	/*list-style: upper-roman;*/
	margin: 1em 0 0 20px;
	
	}

ol li {
	list-style: none;
	margin-bottom: .2em;
	}
	
ol ul {
	list-style: square;
	margin-left: 20px;
	}
	
ol ul ul {
	list-style: none;
	margin-left: 20px;
	}
	
ul.indent li {
	margin-left: 20px;
	list-style: square;
	}
	
	
	
/* ------------------------------- NAVIGATION */
	
#nav {
	width: 755px;
	background: #DB9352;
	}
	
.navreset {
	width: 100%;
	height: 0px;
	font-size: 0px;
	clear: both;
	}
		
#nav ul {
	list-style: none;
	}
	
#nav ul li {
	list-style: none;
	float: left;
	margin-left: 1.3em;
	padding: .1em 0;
	width: auto;
	}
	
#nav ul li a {
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	
	}
	
/* ------------------------------- FORMS */
form#searchform {
	width: 392px;
	margin-top: 1em;
	}

div.formelementholder {
	margin-bottom: 1em;
	clear: both;
	}	
	
div.formelementholder2 {
	float: right;
	margin-bottom: 1em;
	clear: both;
	}	


div.formelementholder label {
	width: 127px;
  float: left;
  text-align: right;
  margin-right: 15px;
	}
	
div.formelementholder select {
	width: 250px;
	border: 1px solid #d9e6d0;
	}
	
div.formelementholder2 input {
	color: #669B40;
	background: #d9e6d0;
	border: 1px solid #d9e6d0;
	width: 250px;
	xmargin-right: 18px;
	text-align: center;
	}
	
	




	

