/* Initial layout */
	body { 
		color: #000000; 
		background: #EEE;
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-size: 76%;
		margin: 0; 
		padding: 0; 
	}
	
	h1, h2, h3, h4, h5, h6, blockquote { color: #000070; }
	h1 { font-size: 150%; margin-top: 1em; }
	h2 { font-size: 125%; margin-top: 1em; }
	h3 { font-size: 115%; }
	h4 { font-size: 100%; margin-top: 1em;}
	h5 { font-size: 100%; }
	h6 { font-size: 85%; }
	em { color: #993; }
	acronym { 
		color: #990;
	}
	a:hover { 
		color: #F90;
	}
	
	#wrapper {
		width:820px;
		margin: 0 auto;
		background: #FFF url(img/layout/inside-bg.gif) repeat-y;
	}
	
	#header {
        	height: 130px;
       	 	background: url(img/layout/header-bg.gif) no-repeat;
        	padding: 20px 20px 0 20px;
    }
		#header div#logo {
			width: 210px;
			height: 130px;
			float: right;
			margin: 0;
			background: url(img/layout/header-logo.gif) no-repeat;
			font-size: 0;
			text-indent: -9999px;
		}
			#header div#logo a {
				display: block;
				height: 130px;
			}
		#header #images {
			width: 400px;
			height: 71px;
			float: left;
			background: url(img/layout/header-images.gif) no-repeat;
		}
	
	#titlebar {
		width: 550px;
		height: 30px;
		margin-left: 20px;
		background: #000070 url(img/layout/title-bar.gif) no-repeat 100% 0;
	}
	
	#inside {
		padding: 20px 40px 0 40px;
	}
	
	#content { 
		width: 510px; /* 530 - 20 = 510 */
		padding-right: 20px;
		float: left;
		border-right: 1px solid #000070;
		background: url(img/layout/content-leaves.jpg) no-repeat 100% 100%;
		height: 330px;
	}
		html>body #content {
			height: auto;
			min-height: 330px;
		}
		#content #crumbs {
			margin-top: 0;
		}
		#content h2 {
			background: url(img/layout/header-underline.gif) no-repeat 0 100%;
		}
		#content h1 {
			background: url(img/layout/header-underline.gif) no-repeat 0 100%;
		}
		
	#menu {
		width: 190px;
		height: 20px;
		float: right;
		padding-bottom:100px;
		
	}
		#menu ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			#menu .dbl {
				margin-top: 22px;
			}
			#menu a {
				display: block;
				height: 22px;
				line-height: 22px;
				color: #62CB2E;
				background: url(img/layout/menu-btn-bullet.gif) no-repeat 100% 50%;
				font-weight: bold;
				text-align: right;
				text-decoration: none;
				padding-right: 20px;
			}
				#menu a:hover {
					color: #CBC92E;
					background: url(img/layout/menu-btn-hover-bullet.gif) no-repeat 100% 50%;
				}
	
	#footer {
		height: 70px;
		background: url(img/layout/footer-bg.gif) no-repeat;
		position: relative;
	}
		#footer p {
			font-size: 10px;
			width: 550px;
			height: 30px;
			margin: 0;
			color: #FFF;
			line-height: 30px;
			text-align: right;
			position: absolute;
			top: 0;
			right: 30px;
		}
		
	#addr {
		width: 780px;
		margin: 0 auto;
		text-align: center;
		font-size: 10px;
		margin-bottom: 2em;
	}
		#addr p {
			color: #666;
			margin: 0;
			display: block;
			width: 32em;
			font-weight: bold;
			margin: 0 auto;
			font-style: normal;
		}
/* End - Initial layout */


.invalid, .yield {
	color: #C00;
}
.valid, .success {
	color: #090;
}

.clr {
	clear: both;
}


/* Styled Form */
	#styledform {
	}
	#styledform fieldset {
		padding: 0.5em;
		margin: 1em 0;
	}
	#styledform fieldset div { 
		clear: both;
		line-height: 1.8em;
	}
	#styledform fieldset label { 
		display: block;
		width: 10em;
		float: left;
		color: #00C;
		padding: 0 1em 0 0;
	}
	#styledform fieldset label:hover { 
		color: #F30;
	}
	#styledform .checkboxes label { 
		float: none;
		width: auto;
		display: inline;
	}
	#styledform input, #styledform select, #styledform textarea {
		font-family: Arial, Verdana, Sans-serif;
		font-size: 12px;
	}
	#styledform input, #styledform textarea {
		background: #EEF;
	}
	#styledform input:focus, #styledform textarea:focus {
		background: #FF9;
	}
	#styledform input.formbutton, #styledform input.formbutton:focus {
		background: #D4D0C8;
	}
	#styledform p {
		margin: 1em 0 0 0;
	}
	#styledform .submitoptions, #styledform .formoptions {
		margin: 1em 0;
	}
/* End - Styled Form */
