@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color:#666666;
	background-color:#FFFFFF;
}

#container{
	position:relative;
	height: 900px;
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#adminright {
	overflow: visible;
	position: absolute;
	height: 500px;
	width: 300px;
	left: 320px;
	top: 80px;
}
#adminleft {
	overflow: visible;
	position: absolute;
	height: 500px;
	width: 300px;
	left: 0px;
	top: 80px;
}

#transparent {
filter: alpha(opacity=75); /* ie */
-moz-opacity: .7; /* mozilla */
background:#ccc;
position:absolute;
left:-220px;
top:-220px;
	height: 3000px;
	width: 900px;
visibility:hidden;
z-index:2;

}


#topmenu{
	position:absolute;
	width:880px;
	height:60px;
	top: 5px;
	left:5px;
}


#pagetitle{
	position:absolute;
	width:500px;
	height:30px;
	top: 171px;
	right:6px;
	color:#FFFFFF;
	text-align:right;
	z-index:25;
	font-size:24px;
	font-weight:bold;
}
#content{
	position:absolute;
	width:670px;
	height:680px;
	top: 220px;
	left:210px;
}
#content h1{
font-size:16px;
}
#content h2{
font-size:14px;
}
.center {
	text-align: center;
}
#rightpanel{
	position:absolute;
	width:150px;
	height:150px;
	top: 210px;
	right: 32px;
	border: thin solid #000000;
	visibility: hidden;
}

#rightpanel2{
	position:absolute;
	width:150px;
	height:168px;
	top: 380px;
	right: 32px;
	border: thin solid #000000;
	visibility: hidden;
}

#rightpanel3{
	position:absolute;
	width:150px;
	height:150px;
	top: 570px;
	right: 32px;
	border: thin solid #000000;
	visibility: hidden;
}
#rint{
	position:absolute;
	width:150px;
	height:20px;
	background-color:#FFFFFF;
	right:0px;
	bottom:0px;
	text-align: center;
	padding-top: 5px;
	
}
#rint3{
position:absolute;
width:150px;
	height:20px;
	background-color:#FFFFFF;
	right:0px;
	bottom:0px;
	text-align: center;
	padding-top: 5px;
		
}
#rint2{
position:absolute;
width:150px;
	height:20px;
	background-color:#FFFFFF;
	right:0px;
	bottom:0px;
	text-align: center;
	padding-top: 5px;
		
}

#leftmenu{
	position:absolute;
	width:180px;
	height:500px;
	top: 220px;
	left: 10px;
	border: thin solid #000000;
	background-image: url(../pics/menubuttons/menubg.gif);
	background-repeat: repeat-y;
	padding-top:5px;

}

#topnav{
	position:absolute;
	width:400px;
	height:25px;
	top: 34px;
	right: 10px;
	text-align: right;
	z-index: 50;
	color:#000;
}
#topnav a:link {
	color: #000;
	text-decoration: none;
}
#topnav a:visited {
	color: #000;
	text-decoration: none;
}
#topnav a:hover {
	color: #ccc;
	text-decoration: underline;
}

#footer{
position:absolute;
width:665px;
height:50px;
top: 900px;
left:29px;
text-align:center;

}a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
p {
	text-align: justify;
}
#picbar {
	position: absolute;
	width:880px;
	height:150px;
	top: 65px;
	left:5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topmenu h1{
font-family:tahoma;
font-size:30px;
padding-left:25px;}
.red{
color:#FF0000;}
.dottyborder {
	border: 1px dotted #666666;
}
.nomargin{
margin:5px;}	
.formfield{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color:#666666;
	background-color:#FFFFFF;
	width:250px;
}
.fixedpara{
width:500px;}
.redcenter {
	color: #FF0000;
	text-align: center;
}
.quotation {
	font-style: italic;
	color: #333333;
	padding-right: 35px;
	padding-left: 20px;
}
.menulist {
	list-style-type: none;
	line-height: 18px;
	color: #990000;
	font-weight: bold;
}
.submenulist {
	list-style-type: none;
	line-height: 18px;
	color: #ccc;

}
.right
{text-align:right;}.smaller {
	font-size: 9px;
	color: #666666;
	padding-left: 5px;
}

#pagelinks{
position:relative;
width:670px;
text-align:center;
color:#CCCCCC;
}
#pagelinks a{
color:#CCCCCC;
}
.formfieldLarge {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color:#666666;
	background-color:#FFFFFF;
	width:350px;
}

