@charset "ISO-8859-1";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

body, html {
	margin: 0; 
	padding: 0;
	text-align: left;
	color: #333333;
}

.clearfloat { 
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

img { border: none; }

*:focus {outline: 0;}

#page {
	width: 780px;
	margin: 20px auto 0;
	padding-bottom: 30px;
}

#header {
	width: 100%;
	background: #ffd300 url(images/header.gif) repeat-y left top;
	height: 121px;
	text-align: right;
}

	#header img {
		margin: 19px 73px 0 0;
	}

#main {
	width: 100%;
	background: #ffffff url(images/main.gif) repeat-y left top;
}

#left {
	width: 479px;
	float: left;
}

	#left .padding { padding: 17px 40px 68px; }
	
	#left h1 { 
		color: #021279;
		font-weight: normal;
		font-size: 2.5em;
		margin: 16px 0 15px;
	}
	
	#left h2 { 
		color: #021279;
		font-weight: normal;
		font-size: 2.0em;
	}
		
	#left h3 { 
		color: #021279;
		font-weight: normal;
		font-size: 1.8em;
		padding-left: 13px;
	}
	
	#left p {
		font-size: 1.3em;
		line-height: 1.5em;
	}

	#left ul {
		font-size: 1.3em;
		padding: 7px 35px 10px 20px;
		margin: 0;
		list-style-type: none;
	}
	
		#left ul li {
			background: transparent url(images/bullet.gif) no-repeat left 5px;
			padding-left: 20px;
			margin: 2px 0 15px;
		}	

#right {
	width: 301px;
	float: left;
}

	#right .padding { padding: 24px 20px 0; }
	
	#right h2 {
		color: #021279;
		font-size: 1.4em;
		font-weight: normal;
		padding-left: 3px;
	}

	#right form {
		margin: 0;
		padding: 14px 0 42px 2px;
	}
	
		#right form .textBoxBg {
			width: 229px;
			height: 20px;
			display: block;
			background: #ffd300 url(images/input.gif) no-repeat left top;
			margin: 0 0 9px 3px;
		}
		
			#right form .textBoxBg input {
				color: #333333;
				background-color: transparent;
				font-size: 1.2em;
				border: none;
				padding: 0;
				margin: 1px 5px 0;
				width: 215px;
			}

		#right form span {
			display: block;
			color: #333333;
			font-size: 1.0em;
			margin-bottom: 15px;
			margin-left: 3px;
		}
		
	#right p {
		font-size: 1.1em;
		margin: 17px 0 29px;
		line-height: 1.2em;
		padding-left: 5px;
	}

#footer {
	width: 100%;
	background: #ffd300 url(images/header.gif) repeat-y left top;
	height: 14px;
}