*{
	padding: 0px;
	margin: 0px;
	font-family: arial;
}

html, body {
	height: 100%;
}

img{
	border: 0px;
}

#container {
	min-height: 100%;
	width: 100%;
	background-color: transparent;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}

#header{
	width: 740px;
	height: 78px;
	margin: 0px auto;
	padding: 2px 10px 0px 0px;
	background-position: right top;
	background-color: transparent;
	background-image: url(bar.jpg);
	background-repeat: no-repeat;
	text-align: right;
	word-spacing: 10px;
}

#header1{
	width: 750px;
	height: 74px;
	margin: 0px auto;
	background-position: left top;
	background-color: transparent;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}

#header1 a#logo{
	display: block; 
	width: 350px; 
	height: 50px; 
	margin-top: 10px; 
	float: left;
}

p#fixed2{
	width: 343px;
	padding-top: 47px;
	margin: 0px 0px 0px 407px;
	text-align: justify;
	word-spacing: 35px;
	letter-spacing: 1px;
	color: #8C8484;
	font-size: 12px;
	font-weight: bold;
}

	p#fixed2 a{
		color: #8C8484;
		text-decoration: none;
	}
	
	p#fixed2 a:hover{
		color: #001749;
		text-decoration: none;
	}

div#content{
	width: 750px;
	margin: 0px auto;
}

	div#left{
		float: left;
		width: 410px;
		padding: 50px 0px 0px 10px;
	}
	
		div#left h1{
			font-size: 16px;
			color: #001749;
			margin: 0px 0px 20px 0px;
		}
		
		div#left h2{
			font-size: 14px;
			color: #001749;
			margin: 5px 0px 5px 0px;
		}
		
		div#left p{
			padding: 0px 0px 10px 0px;
			width: 400px;
			font-size: 13px;
			line-height: 21px;
			letter-spacing: 0.5px;
			color: #353535;
			text-align: justify;
		}
		
		div#left ul{
			list-style-type: square;
			margin-left: 20px;
			font-size: 13px;
			line-height: 21px;
			letter-spacing: 0.5px;
		}
		
			div#left ul a{
				color: #001749;
				text-decoration: none;
				font-weight: bold;
			}
			
			div#left ul a:hover{
				color: #001749;
				text-decoration: underline;
				font-weight: bold;
			}
		
		div#left p img{
			margin: 0px 10px 3px 0px;
			border: 2px #001749 solid;
		}
		
		div#left input{
			padding: 2px;
			font-size: 11px;
			border: 1px silver solid;
			color: #353535;
		}
		
			div#left td{
				padding: 10px 0px 10px 0px;
				width: 200px;
				font-size: 13px;
				line-height: 21px;
				letter-spacing: 0.5px;
				color: #353535;
				vertical-align: top;
			}
			
				div#left td input{
					border: 1px silver solid;
					padding: 2px;
					font-size: 12px;
					width: 170px;
					color: #353535;
				}
				
				div#left td input.radio{
					border: 1px silver solid;
					margin: 0px 15px 0px 0px;
					width: 10px;
				}
				
				div#left td textarea{
					width: 370px;
					padding: 2px;
					font-size: 12px;
					line-height: 20px;
					color: #353535;
					height: 180px;
					border: 1px silver solid;
				}
				
				div#left td input:focus, div#left td textarea:focus{
					border: 1px #001749 solid;
				}

		
			div#left p a{
				color: #001749;
				text-decoration: none;
				font-weight: bold;
			}
			
			div#left p a:hover{
				color: #001749;
				text-decoration: underline;
				font-weight: bold;
			}
		
		div#left h3.info{
			background-image: url(arrow.png);
			background-repeat: no-repeat;
			height: 28px;
			font-size: 19px;
			padding: 5px 0px 11px 35px;
			color: #353535;
			font-weight: lighter;
			font-style: italic;
			margin: 10px 0px 3px 0px;
		}
		
		div#left h3.info a{
			color: #353535;
			text-decoration: none;
		}
	
	div#right{
		float: right;
		width: 320px;
		text-align: center;
		padding: 50px 0px 0px 0px;
	}
	
		div#right div#sidebar{
			text-align: left;
			font-size: 12px;
			color: #353535;
			letter-spacing: 1px;
			padding: 40px 0px 0px 32px;
			line-height: 19px;
		}
		
			div#sidebar h4{
				padding-bottom: 10px;
				font-size: 15px;
				color: #001749;
				font-weight: lighter;
				font-style: italic;
			}
		
			div#sidebar strong{
				color: #001749;
			}
			
			div#sidebar p#feedback{
				width: 230px; 
				font-size: 11px; 
				text-align: justify;
			}
			
				p#feedback a{
					color: #001749;
					font-weight: bold;
				}
				
				p#feedback a:hover{
					color: #001749;
					font-weight: bold;
					text-decoration: underline;
				}
			
			div#sidebar input{
				padding: 2px;
				font-size: 11px;
				border: 1px silver solid;
				color: #353535;
			}
			
			div#sidebar a{
				color: #001749;
				font-weight: bold;
				text-decoration: none;
			}
			
			div#sidebar a:hover{
				color: #001749;
				font-weight: bold;
				text-decoration: underline;
			}

	div#clear{
		width: 750px;
		clear: both;
	}
	
* html #container {
	height: 100%;
}

#footer {
	width: 100%;
	background-color: transparent;
	background-image: url(back1.jpg);
	background-repeat: repeat-x;
	height: 237px;
	padding-top: 70px;
	margin: -307px auto 0 auto;
}

#footer-in{
	width: 748px;
	height: 10px;
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 10px;
	color: gray;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1px;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

	#footer-in strong{
		color: #001749;
	}
	
	#footer-in a{
		color: gray;
		text-decoration: none;
	}
	
	#footer-in a:hover{
		color: #001749;
	}

#clearfooter {
	height: 307px;
}
