@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	margin: 0px;

}

a {
	color: #990000;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #CCCC33;
}

h1 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 16px;
	color: #993300;
	margin: 0px;
}

h2 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
}

h3 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	padding-top: 10px;
}

h4 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#leftnav { 
	width: 200px;
	border: 1px solid #8e8e8e;
	text-align: left; 
}

#leftnav ul{
	list-style:none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 12px;
	padding-left: 15px;
}

#leftnav ul li{
	margin-bottom: 0px;
	line-height: 13px;
}

#leftnav a:link, #leftnav a:visited{
	color:#000;
	text-decoration: none;
	}
	
#leftnav a:hover, #leftnav a:active{
	color:#f00;
	text-decoration:underline;
	}
	
#pagecontent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8e8e8e;
}

#contents {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
	}
	
#contents li {
	line-height: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#contents ol {
	line-height: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#box {
	width: 233px;
	border: 1px solid #8e8e8e;
	margin-top: 15px;
	}
	
#box p{
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	}


#rightsidebar { 
	width: 216px;
	border: 1px solid #8e8e8e;
	text-align: left; 
}
	
#news p{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
	
#news .header {
	font-size: 12px;
	font-weight:bold;
	color: #003366;
	}
	
#news .title {
	font-weight: bold;
	color: black;
}

	
#footer {
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

img.border {
	padding: 12px 12px 12px 12px;
}

#photos {
	margin:0 auto; width: 648px;
}
  
.spacer {
 	 clear: both;
  }

.float {
 	float: left;
	width:324px;
  	height: 280px;
  }
  
.float p {
   	padding-left: 12px; 
  	padding-bottom: 0px;
  	padding-right: 12px;
  	padding-top: 0px;
  	margin-left: 0px;
  	margin-bottom: 0px;
  	margin-right: 0px;
  	margin-top: 0px;
  	text-align: left;
  }
  
  	.anchorLink a,
  	.anchorLink a:hover,
  	.anchorLink a:visited {
  	color: #990000;
  }
  
  .imageCenter{
        text-align: center;
  
  }
  .right {
  	text-align: right;
  }
  
  .left {
  	text-align: left;
 	margin-left: 20px;
 	padding-left: 0;
  }
  
