/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px;
	background-color: #F5F5F5;
}

p{
	font-size:12px;
	color:#333333;
}

a{
	text-decoration: none;
	color: #88A;
}

a:hover{
	text-decoration: underline;
	color: #88A;
}

#wrap {
		background:#ffffff;
		margin:0 auto;
		width:1024px;
	}

#header {
		width: 100%;
	}


#main {
		float:left;
		width:64%;
		border-right: 1px solid #ccc;
	}

#main h2, #main h3{
		padding:0 10px;
		font-size: 14px;
		color: #333;
		text-align: justify
    }

#main p {
		padding-left: 15px;
		padding-right: 10px;
		font-size: 14px;
		color:  #333;
		line-height: 1.2em;
		letter-spacing: .03em;
    }
	
#main li{
	font-size: 16px;
		color:  #333;
		font-size: 14px;
		line-height: 1.2em;
		letter-spacing: .03em;
	}


#nav{
	
}
	
#nav ul{
	list-style: none;
	margin-left: -30px;
	margin-top: 5px;
}

#IEroot div#nav ul{
	margin-left: 10px;
	margin-top: 8px;
}

#nav ul li{
	list-style: none;
	display: inline;
	border-top: 5px solid #AAC;
	padding: 3px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color:  #88A;
}

#nav ul li:hover{
	list-style: none;
	display: inline;
	border-top: 5px solid  #88A;
	padding: 3px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color:  #88A;
}

#nav ul li a{
	text-decoration: none;
	color: #88A;
}

		
	
	#form{
		padding-top: 15px;
		text-align: right;
		position:relative;
		float: right;
		display: inline;
		
	}
	
	#form form{
		width: 300px;
		margin-left: auto;
		margin-right: 0px;
		margin-bottom:10px;
	}
	
	#form a{
		color:  #88A;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
		padding-left: 30px;
	}
	
	#form a:hover{
		color:  #88A;
		font-weight: bold;
		text-decoration: underline;
	}
	
	#form table{
		margin-left: auto;
		margin-right: -1px;
		margin-top: 10px;
		text-align: left;
		border-collapse: collapse;
	}
	
	#form table th{
		font-size: 16px;
		font-weight: bold;
		color:  #88A;
		text-align: right;
		border-bottom: 1px solid #ccc;
	}
	
	#form table td{
		font-size: 12px;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 5px;
	}
	
	td.logo{
		vertical-align: middle;
	}
	#hor_bar{
		clear: both;
		display: block;
		margin-left: -3px;
		font-size:14px;

	}
	
	#hor_bar table{
		border-collapse:collapse;
	}
	
	#hor_bar table td{
		vertical-align:top;
		padding-bottom:10px;
		border-top: 1px dotted #eee;

	}
	#sidebar {
		float:right;
		width:35%;
		text-align: center;
		border-left: 1px solid #ccc;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	
	#sidebar h2{
		color:  #88A;
		letter-spacing: .3em;
		font-style: italic;
		text-align: right;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
		width: 95%;
		font-size: 22px;
	}

#footer{
	height: 25px;
	font-size:10px;
	background-image: url(images/footer_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	border-top: 1px solid #CCC;
	clear: both;
}
#reflect{
	height: 30px;
	background-image: url(images/reflect.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top: -1px;
	clear: both;
}

#footer p{
	margin: 3px;
	padding: 3px;
	font-size:10px;
}

	
	.submit{
		text-align: right;
		}
		
	.errmsg{
		color: #FF0000;
		font-weight: normal;
	}
	
	/*thank you*/
	#ty_wrap{
		background:#ffffff;
		margin:0 auto;
		width:800px;
		border: 1px solid #cccccc;
		background-image: url(images/header_bg.gif);
		background-position: right top;
		background-repeat: no-repeat;
	}
	
	#ty_main {
		padding: 25px;
	}
	
	#ty_main p {
		font-size: 17px;
		color:  #88A;
		line-height: 1.5em;
		letter-spacing: .08em;
    }
	
