/*
	Ezekiel Screen Stylesheet v1.0
	(c) Copyright 2005 Jake Wehner, wehnerj@gmail.com
	PLEASE LEAVE THIS COMMENT INTACT IN ACCORDANCE WITH GNU GPL.

	*/

		body {
		
			background: #eee;
			text-align: center;
			font-family: sans-serif;
			color: #666;
			font-size:12px;

		}

		a {

			color: #139ea7;
			text-decoration: none;
		}
		
		h1 {
			
			font-size: 1.5em; 
			color: #139ea7;

		}

		div.container {

			width: 750px;
			height: auto;
			background: #fff;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
			text-align: left;
			border:solid 1px #dfdfdf;

		}

		div.logo {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
		
		}

		div.logo span {

			position: relative;
			font-family: sans-serif;
			font-size: 2.1em;
			color: #139ea7;

		}
		
		div.header {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 200px;
			background: #f2fbfc url(header.jpg) no-repeat;
			margin-top:20px;
		
		}
		
		div.menu {

			width: 100%;
			height: 20px;
			padding: 0px;
			background: #a2c058;
			margin-top: 3px;
			overflow: hidden;


		}



		div.main_nav {

			width:190px;
			float: right;
			margin-left: 10px;
			height: 100%
		}

		div.sub_menu {

			margin-right: auto;
			margin-top: 25px;
			font-size: 12px;
			width: auto;

		}

		div.sub_menu div {
		
			background: #a2c058;
			padding: 5px;
			color: #fff;
			width: auto;
			font-variant: small-caps;

		}

		div.sub_menu a {

			background: #fff;
			color: #666;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;

		}

		div.sub_menu a:hover {

			background: #f9f9f9;
	
			color: #666;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;
		}

		div.content {

			width: 500px;
			margin-top: 25px;
			text-align:justify;

		}

		form, input {

			padding: 0px;
			border: 0px;
			margin: 0px;
			height: 14px;
			font-size: 9pt;

		}

		.button {

			background: #a2c058;
			color: #fff;
			border: 0px;
			padding: 0px;

		}
		
		div.footer {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
			line-height: 30px;
			background: #f4f4f4;
			margin-top:20px;
			text-align:center;
			font-size:80%;
		
		}
		