*:focus {outline: none;}

body {
	font-family: "Trebuchet MS", Arial, Georgia;
	background-color: #FFFFFF;
	background-image: url(../images/bodybottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
p {
	text-align: justify;
	line-height: 1.5em;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Georgia;
}
h1 {
	font-size: 20px;
	color: #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
	color: #333333;
	margin-left: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
}

a {
	text-decoration: none;
	color: #0066cc;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

.gray {
	padding-left: 10px;
	background-image: url(../images/heading.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container {
	background-image: url(../images/bodybg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	height: 22px;
}



#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	position: relative;
}
#wrapper #left {
	float: left;
	width: 250px;
}
#wrapper #left #navs {
}
#wrapper #left #navs p {
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
}
#wrapper #left #navs ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#wrapper #left #navs ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-decoration: none;
	list-style-type: none;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 1.9em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper #main {
	float: left;
	width: 500px;
}
#wrapper #main #mainbg {
	background-image: url(../images/mainleftbg.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#wrapper #main #mainbg a {
	font-size: 14px;
	font-weight: normal;
}
#wrapper #main #mainbg a:hover {
	font-weight: bold;
	text-decoration: none;
}
#wrapper #main #mainbg ul {
	margin: 0px;
	padding: 0px 0px 0px 17px;
}
#wrapper #main #mainbg ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	list-style-type: none;
	padding-left: 17px;
}



#wrapper #main #down {
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	height: 600px;
	margin-right: 11px;
	background-color: #E8E8E8;
}
#wrapper #main #down p {
	padding-right: 20px;
	padding-left: 20px;
}


#wrapper #right {
	float: right;
	width: 190px;
	padding-left: 10px;
	margin-top: 35px;
	height: 580px;
}
#container #validator {
	position: relative;
	padding-bottom: 10px;
}
