/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #efefef url(../images/page_bg.gif) top repeat-y;
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.5em;
	padding: 0.2em;
}

	h1 span {
		font-size: 0.9em;
		color: #353995;
	}
	
a {
	text-decoration: none;
	color: #353995;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0.2em 0.5em;
}

hr {
	margin: 10px 0;
	color: #353995;
	height: 1px;
	font-size: 1%;
	border: 0;
	background: #353995;
	margin-right: 1em;
}

p.header {
	color: #353995;
	font-weight: bold;
	font-size: 1.2em;
}

#header {
	width: 760px;
	margin: 0 auto;
	background: url(../images/header_bg.gif);
	height: 180px;
}

#container {
	width: 760px;
	margin: 0 auto;
	background: url(../images/content_bg.gif) top repeat-x;
	position: relative;
}
	
	#colLeft {
		background: #fff;
		width: 180px;
		position: absolute;
		top:0;
		left: 20px;
	}
	
		#nav {
			list-style: none;
			margin: 1em;
		}
		
			#nav li {
				border-bottom: 1px solid #353995;
			}
			
				#nav li a {
					color: #008FD4;
					line-height: 2em;
					height: 2em;
					display: block;
					text-indent: 0.5em;
				}
				
				#nav li a:hover {
					background: #008FD4;
					text-decoration: none;
					color: #fff;
				}
	
		#colBot {
			background: url(../images/colLeft_bg.gif);
			height: 15px;
			font-size:1%;
		}	
	
	#content {
		margin-left: 220px;
		font-size: 0.9em;
	}
	
		#content p {
			margin-left: 0;
		}
		
		#content ul {
			margin: 0.5em 2em;
			list-style-type: circle;
		}
		
		#content form {	
				font-size: 0.8em;
				margin-right: 1em;
			}
			
						
			#content form fieldset {
				padding: 1em;
				border: 1px solid #efefef;
				margin-bottom: 0.5em;
			}
			
			#content form fieldset legend {
				padding: 0 0.5em;
				font-size: 1.2em;
				color: #353995;
			}
			
			#content form fieldset label {
				display: block;
				width: 10em;
				float: left;
				clear: left;
				font-size: 1.2em;
			}
			
			#content form fieldset input {
				float: left;
				margin: 0 0 0.5em 0;
				font:1.2em 'Trebuchet MS', Arial, Helvetica, sans-serif;
				color: #333;
			}
			
			#content form fieldset textarea {
				font:1.2em 'Trebuchet MS', Arial, Helvetica, sans-serif;	
				color: #333;		
			}
			
			#content form input.formBtn {
				font-size: 1.2em;
				color: #204896;
			}
	
	#footer {
		font-size: 0.8em;
		text-align: center;
		background: url(../images/footer_bg.gif) top repeat-x;
		margin-top: 1em;
		clear: both;
	}

