﻿body {
	margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt;
}
	
Div  {color: black; font:10pt Arial;}

Select {font:10pt Arial;}

#A {
	border:0px;
	display:block;
	background-color: #f5f5f5;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

#title {
	border-bottom:0px solid #000;
	height:200px;
	overflow:hidden;
	background-color: #eee;
	background-image: url(images/banner.jpg);
	background-position: center;
	}
	
#menu {
	float:left;
	border-right:0px solid #000;
	overflow:hidden;
	}

#list 
{
	overflow:auto;
	background:#FFF;
	padding-top: 20px;
	}
	
.editbutton 
{
    display:inline;
	border:1px solid #000; 
	width:30px;
	height:15px;
	overflow:hidden;
	cursor:pointer;
	}

.editblock 
{
    position:absolute;
    z-index:99;
}
  		
		
#tools {
	border-bottom:0px solid #000;
	background:#eee;
	overflow:hidden;
}	

#toolsIE { /*horrible hack to fill the gap in IE!*/
	border-bottom:0px solid #000;
	background:#eee;
	position:absolute;
	top:98px;
	left:226px;
	width:3px;
	height:40px;
	z-index:-1;
}	
	
#mist {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	display:none;
	background:white;
	filter:alpha(opacity=50);
	opacity:.50;
}
	
#popup {
	text-align:left;
	padding:10px;
}

#popuptitle {
	text-align:right;
	background:#ccc;
	border-bottom:1px solid #000;
	display:block;
	/*width:100%;*/
}

#popupmain {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	/*width:250px;*/
	border:1px solid black;
	background:#ddd;
}

#error {
	text-align:left;
	padding:10px;
}

#errortitle {
	text-align:right;
	background:#ccc;
	border-bottom:1px solid #000;
	display:block;
	width:100%;
}

#errormain {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	border:1px solid black;
	background:#ddd;
}

#editortitle {
	text-align:right;
	background:#ccc;
	border-bottom:1px solid #000;
	display:block;
	width:100%;
}

#editormain {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background:#ddd;
}

#status {
	border-top:1px solid #000;
	height:44px;
	clear:left;
	background-color: #eee;
	background-image: url(images/contact.gif);
	background-position: center;
	background-repeat: no-repeat;
	}
	
h1 {
	font-family: "Monotype Corsiva", "Apple Chancery", "URW Chancery L", cursive; 
	font-size: 36px;
	line-height: 36px;
	color: #330000;
	position: relative;
	top: -10px;
}
h2 {
	font-family: "Monotype Corsiva", "Apple Chancery", "URW Chancery L", cursive; 
	font-size: 24px;
	color: #003300;
	position: relative;
	top: -14px;
	line-height: 24px;
}
h3 {
	font-family: "Monotype Corsiva", "Apple Chancery", "URW Chancery L", cursive; 
	font-size: 18px;
	color: #666633;
	position: relative;
	top: -10px;
	line-height: 18px;
}
P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	position: relative;
	top: -20px;
}
.leftmargin {
	background-image: url(images/leftMargin.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 29px;
	float:left;
}
#topleft {
	background-image: url(images/TopLeft.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	position: relative;
	left: 0px;
	top: 0px;
}
#topright {
	background-image: url(images/TopRight.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	position: relative;
	top:-20px;
	float:right;
}
#body {
	margin-top:-20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.rightcol {
	float: right;
	margin-left: 20px;
}

.leftcol {
	/* leftcols are useful when you want to force a wide block to wrap */
	float: left;
	margin-right: 20px;
}

.rightcol p, .leftcol p {
	background-color: #AAAAAA;
	margin: 20px 0px 0px 0px;
	width: 300px;
	font-size: smaller;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.rightcol img, .leftcol img {
	width: 300px;
}
p {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	padding: 0px 10px 0px 0px;
	text-align: justify;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 24px;
}

table {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt}

.bodydiv a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:800;
	border-bottom:1px dotted;
	color:#003300;
	text-decoration: none;
	/*background-color: #999966;*/
	font-size: 10pt;
	/*border: 1px solid #003300;*/
}

.bodydiv a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:800;
	border-bottom:1px dotted;
	color:#003300;
	text-decoration: none;
	/*background-color: #999966;*/
	font-size: 10pt;
	/*border: 1px solid #003300;*/
}

 .bodydiv a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999966;
	font-weight:800;
	border-bottom:1px dotted;
	text-decoration: none;
	/*background-color: #666633;*/
	font-size: 10pt;
	/*border: 1px solid #666633;*/
}