/* Layout Stylesheet */ 

body {
 background: #363c41;
 margin:auto;
 font-family:"trebuchet ms", verdana, sans-serif;
 font-size:13px;
 line-height:1.5;
 color: #363c41;

 }

#top {
	background:url(webimages/top_09_09.jpg);
		background-repeat:no-repeat;
		border:0px;
	margin:auto;
	text-align:right;
	padding: 0;
	height: 300px;
	width: 700px;
 }
 
 #nav {
  text-align:right;
  height: 20px;
  width: 600px;
  float:left;
  position:relative;
  top:266px;
  left:15px;
 }
 
 #outer {
	background:url(webimages/bodybg.gif) #c3c5c6;
	background-repeat:no-repeat;
	margin:auto;
	padding: 0;
	height: auto;
	width: 700px;
 }


 
 #bottom {
	background:url(images/bottombg.gif);
	background-repeat:repeat-x;
	height: 100px;
	width: 700px;
	margin: auto;
	border: 0;
	clear: left;
 }
 


 

/* Presentation Stylesheet */ 

p {
 margin:0;
 padding:5px 15px 10px 15px;
 text-align:left;
 font-family:"trebuchet ms", verdana, sans-serif;
 font-size:13px;
 line-height:1.5;
 color: #363c41;
 }
 
 a {
 text-decoration: none;
 font-family:"trebuchet ms", verdana, sans-serif;
 font-size:13px;
 line-height:1.5;
 color: #000000;
 background:#eeeeee;
 border: 1pt solid #363c41;
 }

 a:active {
 text-decoration: none;
 font-family:"trebuchet ms", verdana, sans-serif;
 font-size:13px;
 line-height:1.5;
 color: #000000;
 }

 a:visited {
 text-decoration: none;
 font-family:"trebuchet ms", verdana, sans-serif;
 font-size:13px;
 line-height:1.5;
 color: #000000;
 }

 a:hover {
 text-decoration: none;
 color:black;
 font-family:"trebuchet ms", verdana, sans-serif;
 font-size:13px;
 line-height:1.5;
 color: #ffffff;
 background:#c3c5c6;
}

img {
 border: 0;
 }
 

li {
 margin:0;
 padding:0px 2px 0px 5px;
 text-align:left;
 font-family:"trebuchet ms", verdana, sans-serif;
 font-size:13px;
 line-height:1.5;
 color: #363c41;
 }

h1 {
 margin:0;
 padding:5px 15px 0px 15px;
 text-align:left;
 font-family:"trebuchet ms", verdana, sans-serif;
 font-weight: bold;
 font-size:17px;
 line-height:1.5;
 color: #c3c5c6;
 }

h2 {
 margin:0;
 padding:5px 15px 0px 15px;
 text-align:left;
 font-family:"trebuchet ms", verdana, sans-serif;
 font-weight: bold;
 font-size:14px;
 line-height:1.5;
 color: #363c41;
}

select {
 text-decoration: none;
 background-color : #c3c5c6;
 color: #363c41; 
 border: 1pt solid #363c41;
 font-family:"trebuchet ms", verdana, sans-serif;
 font-size:13px;
 line-height:1.5;
 color: #363c41;
 }

input{
 text-decoration: none;
 background-color : #c3c5c6;
 color: #363c41; 
 border: 1pt solid #363c41;
 font-family:"trebuchet ms", verdana, sans-serif;
 font-size:13px;
 line-height:1.5;
 color: #363c41;
 }

textarea {
 text-decoration: none;
 background-color : #c3c5c6;
 color: #363c41; 
 border: 1pt solid #363c41;
 font-family:"trebuchet ms", verdana, sans-serif;
 font-size:13px;
 line-height:1.5;
 color: #363c41;
 }


.white {
 color: #ffffff;
 font-size:11px;
 text-align:center;
 }

