/* CSS Document */
a:link {
  color: black;
}
a:visited {
  color:black;
}
a:hover {
  color: white ;
}

  
	body {
		font-family: Georgia ,san-serif;
		color: black;
		font-size: 85%;
		text-align:center;
		background-color:#FFFFFF;
		}
	
	#frame {
		
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
	color: black;
	text-align:left;
	height: 1100px;
	width:150px;
	padding:0px;
	float:left;
	background:#FFFFFF;
		}
		
	hr {color:black;
		width: 90%;}
	
	#contentcenter {
		
		text-align:left;
		color: black;
		width:500px;
		height:1100px;
		padding:0px;
		float:left;
		background:#FFFFFF;
		}
		
		#contentcenter2 {
		
		text-align:center;
		color: black;
		width:800px;
		height:1100px;
		padding:0px;
		
		background:#FFFFFF;
		}
	
	#contentright {
		color: black;
		text-align:left;
		height: 1100px;
		width:150px;
		padding:0px;
		float:left;
		background:#ffffff;
		}
	
	#contentheader {
		background:#fff;
		}
		
	#contentcenter2 {
		color: black;
		text-align:left;
		height: 1100px;
		width:300px;
		padding:0px;
		float:left;
		background:#ffffff;
		}
		
	p,h1 {margin:0px 5px 0px 5px;}
	
	p {
		text-align: justify;
	}
		
	h1 {
		font-size:120%;
		float: left;
		
		}
		
	h2 {
		font-size: 100%;
		margin-top: 0px;
		float: left;
	}
		
	#contentheader h1 {
		font-size:2em;
		padding:1em;
		margin:0px;
		}
	
	#contentright p { font-size: 1em;}
	
	ul li {
	line-height: 2em;
	}
	
	.centerimage {
	text-align:left;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5px;
	}
	
	.form {margin:20px 0px 20px 0px;}
	
	.object {
	background-color: #99CCff;
}
	
	table td {color:black;}
	#admincenter {margin:2px 5px 2px 5px; background: #999; text-align: left; width: 500px; padding: 10px;}
	#divcenter {margin:2px 5px 2px 5px; background: #999; text-align:center; }
	#divcenter2 {height: 75px; margin:2px 5px 2px 5px; background: #999; text-align:center;}
	
	b.rtop, b.rbottom{display:block;background: #ffffff}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #999}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px;}



.contact_link {
border: 0px; 
font-weight: bold;
}



a.contact_link:link {
  color: #ffcc33;
}
a.contact_link:visited {
  color: #ffcc33;
}
a.contact_link:hover {
  color: white ;
}






/* CSS For Dropdown Menu Start */
ul
{
  list-style:none;
  padding:0px;
  margin:0px
}

ul li
{
  display:inline;
  float:left;
}

ul li a
{
  color:#ffffff;
  margin-right:5px;
  font-weight:bold;
  font-size:12px;
  font-family:verdana;
  text-decoration:none;
  display:block;
  width:100px;
  height:25px;
  line-height:25px;
  text-align:center;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border: 1px solid #560E00;
}

ul li a:hover
{
  color:#cccccc;
  background:#560E00;
  font-weight:bold;
  text-decoration:none;
  display:block;
  width:100px;
  text-align:center;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border: 1px solid #000000;
}

ul li.sublinks a
{
  color:#000000;
  background:#f6f6f6;
  height: 20px;

  font-weight:normal;
  font-size: 9px;
  text-decoration:none;
  display:block;
  width:100px;
  padding: 2px;
  line-height: 10px;
  text-align:center;
  margin-top:1px;
}

ul li.sublinks a:hover
{
  color:#000000;
  background:#ffcc33;
  font-weight:normal;
  text-decoration:none;
  display:block;
  width:100px;
  text-align:center;
}

ul li.sublinks
{
	display:none;
}

/* CSS For Dropdown Menu End */




.clear
{
  clear:both;
}

.left
{
  float:left;
}

.right
{
  float:right;
}

