/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;}
html,body{height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-family: Verdana,Arial,Sans-serif; font-size:12px;line-height:120%; color: #3f3f3f;}
a{text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

#content {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	padding-top: 0px;
}
#header {
	width: 900px;
	overflow: hidden;
}
#left {
	float: left;
	width: 242px;
	overflow: hidden;
}
#right {
	float: right;
	width: 640px;
	overflow: hidden;
}
#login {
	float: right;
	width: 174px;
	height: 200px;
	padding: 0px;
	overflow: hidden;
	margin-left: 20px;
	border: solid 4px #f5aa44;
	border-bottom-left-radius: 7px 7px;
	border-bottom-right-radius: 7px 7px;
	border-top-left-radius: 7px 7px;
	border-top-right-radius: 7px 7px;
}
#loginheader {
	background: url("loginbg.jpg") repeat-x;
	color: #e28a0c;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 154px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
#logintxt {
	width: 154px;
	padding: 10px;
	overflow: hidden;
}
#menu {
	width: 640px;
	height: 30px;
	background-color: #e68e12;
	color: #FFF;
	margin-bottom: 10px;
}
#menu li {
	float: left;
}
#menu li a {
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 8px;
	padding-right: 16px;
}
#menu li a:hover {
	display: block;
	background-color: #fff;
	color: #e78d12;
}
#txt {
	line-height: 150%;
	width: 620px;
	float: left;
}
H1 {
	font-size: 20px;
	color: #e78d12;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
H2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #491176;
	font-weight: bold;
	margin-bottom: 20px;
}
H3 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #491176;
}
hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
}
#footer {
	width: 420px;
	float: left;
	line-height: 150%;
	font-size: 10px;
}