@charset "UTF-8";
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	background-color: #bdbdbd;
	background-image: url(images/bg_greygradient.jpg);
	background-repeat: repeat-x;
	margin-top: 30px;
	margin-left: 30px;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {	
	color: #ff3333;
}

a img{
	border:none;
}

#container { 
	width: 850px; 
    margin: 0px auto;
	}
	
#header {
	margin: 0 0 0 0;
	padding: 0;
}

#logo a{
	float: left;
}

#nav, #subnav{
	float: left;
	padding: 0;
	list-style: none;
	margin: 7px 0 0 7px;
	width: 785px;
	}

#subnav {
	margin-top: 0px;
}
	
#nav li, #subnav li {	
	position: relative;
	float: left;
	text-align: left;
}

#subnav li {
	height: 13px;
}	
	
#nav li a{
	text-decoration:none;
	padding: 5px 5px 1px 5px;
	color: #333;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #333;
	font-size: 12px;
	}

#nav li a#last {
	border-right: 0;
}

#subnav li a {
	text-decoration:none;
	padding: 5px 12px 0px 7px;
	color: #333;
	letter-spacing: .03em;
	text-transform: uppercase;
	border: 0;
	font-size: 10px;
	line-height: 10px;
}

#nav li a:hover, #nav li a#current {
	color: #fff;
	background-image: url(images/bg_nav.jpg);
	background-position: top;
	border-right: 1px solid #bdbdbd;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#subnav li a:hover {
	color: #ff3333;
}

#subnav li a#current {
	color: #f60;
}

#content {
	margin-top: 30px;
}

#left {
	width: 425px;
	float: left;
}

#left img {
	border: 3px solid white;
}
	
#right {
	float: right;
	width: 385px;
	text-align:left;
}

h1 {
	border-bottom: 1px solid #e18039;
	margin: 0 0 10px 0;
	padding-bottom: 8px;
	padding-left: 15px;
	pading-right: 15px;
	color: #e18039;
	font-size: 17px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: .04em;
}


h2 {
	margin: 0 0 10px 0;
	padding: 8px 0px 2px 0px;
	font-size: 13px;
}

p {
	margin: 0 15px 19px 15px;
	padding: 0px;
	
}

#content ul {
	margin: 0 0 15px 15px;
	list-style: disc;
	padding: 0;
	font-weight: bold;
	float: none;
	clear: left;
}

#content ul li {
	margin-left: 15px;
	padding-left: 0;
	list-style-position: outside;
	font-weight: normal;
}

#footer {
	color:#666;
	font-size: 10px;
}

#footer a {
	color: #555;
	text-decoration: underline;
}

#footer a:hover {
	color: #ff3333;
}

.third {
	width: 255px;
	float: left;
	margin-right: 28px;
}

form td {
	padding-bottom: 10px;
}

.red {
	color: #CC0000;
	font-weight: bold;
}