body {
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	display: none;
	font-size:11px;
	font-weight: normal;
	color:#666666;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	font-family: georgia, arial, tahoma, verdana;
}
h2 {
	font-family: georgia, arial, tahoma, verdana;
	margin:5px 0px 8px 0px;
	padding:0px 0px 1px 0px;
	color:#006699;
	font-size:18px;
	font-weight: normal;
}
h3 {
	color:#333333;
	font-size:12px;
	margin:5px 0px 5px 0px;
	padding:0px;
}
h4 {
	color:#333333;
	font-size:11px;
	margin:0px;
	margin-bottom:5px;
	margin-left:0px;
	font-family:arial, tahoma;
	padding:0px;
	font-style:italic;
}
p {
	vertical-align:top;
	text-align: left;
	line-height:1.3;
	padding:0px;
	padding-bottom:5px;
	margin:0px 0px 4px 0px;
}
ul {
	padding-top:0px;
	margin:0px;
	margin-left:20px;
	font-weight:bold;	
}
li {
	padding-top:0px;
	padding-top:2px;
	margin:0px;
	font-weight:normal;
}
input {
	font-family:arial;
	font-size:12px;
}
textarea {
	background-color:#ffffff;
}	
img {
	border:0px;
}
a:link {
	text-decoration: none;
	color:#006699;
}
a:visited {
	text-decoration: none;
	color:#006699;
}
a:hover {
	color:#003366;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}

#outer {
	margin:0 auto;
	width:960px;
	background-image:URL('../images/circles.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-color:#ffffff;
	border:1px solid #000000;
}
#content {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}
#leftmenu {
	width:20%;
	float: left;
	background-color:#ffffff;
	border-right:0px solid #cccccc;
	text-align: justify;
	min-height: 950px;
	margin:0px;
	padding-top:10px;
	text-align: center;
}
#splash {
	width:100%;
	float: left;
	vertical-align: bottom;
	height: 100px;
	background-image:URL('../images/splash.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#maincontent {
	width:79%;
	float: right;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	text-align: justify;
	min-height: 950px;
	margin:0px;
}
#pagecontent {
	padding-left: 15px;
	padding-right: 15px;
}
#banner {
	width:100%;
	padding:10px;
	margin:0px;
	vertical-align:middle;
}
#menu {
	clear:both;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
}
#outermenu {
	background-image:URL(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:50px;
	padding:0px;
	font-weight:bold;
	text-align:center;
	margin:0px;
	margin-top:-3px;
	vertical-align:middle;
	clear:both;
}
#menu a:link {
	font-weight:bold;
	color:#ffffff;
}
#menu a:visited {
	font-weight:bold;
	color:#ffffff;
}
#menu a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#footer {
	background-image:URL(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	width:100%;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	font-size:11px;
	margin:0px;
	padding-top:10px;
	clear:both;
}
#footer a:link {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}
#footer a:visited {
	color:#e6e6e6;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
	font-weight:normal;
}

.aaa a:link {
	color:#e6e6e6;
	text-decoration:none;
}
.aaa a:hover {
	text-decoration:none;
}
.select {
	font-size:11px;
}
.float_right {
	float:right;
	margin-top:0px;
	margin-left:10px;
	border:1px solid #333333;
}
