body {
	margin :  0;
	padding : 0;
	color :  #000000;
	text-align : center;
   }	
.style1 {
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	color: #0000FF;
}

.style2 {
     color: #FF0000;
}

.style3 {
     font-family: "Times New Roman", Times, serif;
}

.style5 {
     font-size : x-large;
	 font-family : "times new roman", times, serif;
}

.style8 {color: #666666
}

.style9 {font-size: large
}

.style12{
	color : #9999FF;
	z-index: 5;
}

.style13{
    font-size: medium;
}

.style15 {
     color: #00FF00;
}

.style16 {
color: #666666
}

.title {
	margin-top: 10px;
	border-bottom: 2px solid #D5EAF4;
	
}
a:link, a:visited {
	font-family: "Times New Roman", Times, serif;
	color : #2424FF;
	text-decoration: none;
}

a:hover {
	text-decoration :  underline;
}


.title h3 {
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #99FFFF;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0.1em 0 0.1em;    
	color : #000481;
}

.title p {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.title a:link, .title a:visited {
	text-decoration: none;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	visibility: visible;
	overflow: visible;
}
#content {
	margin-left: 230px;
	padding: 10px 10px 0 0;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
}

#content  h2 {
    font: 120% georgia, "times new roman" ,times, serif;
    color: #2A4F6F;
    background-color: transparent;
    border-bottom: 1px dotted #cccccc;
}

.category, .category a, .category a:visited, .category a:link{
	color: #333333;
	font-family: "Monotype Corsiva", "BernhardMod BT";
	font-size: x-large;
	text-decoration:none;
	margin-bottom: -5px;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-bottom: -5px;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	margin-right: 2px;
	padding: 0px 8px 0px 8px; 
	color: #333333;
	text-decoration: none;
	
}
#navigation a:hover {
	text-decoration: underline;	
}


#nav {
	position:absolute;
	top:66px;
	left:0px;
	width:143px;
}
#nav ul {
     list-style:none;
     margin-left:0;
     padding-left:0;
}
#nav li{
    font-size: 80%;
	border-bottom: 1px dotted #B2Bcc6;
	margin-bottom: 0.3em;
}
#nav a:link , #nav a:visited {
    text-decoration: none;
	color: #2a4f6f;
	background-color: transparent;
}
#nav a:hover {
    color :#778899;
}
#nav  h2 {
    font: 110% georgia, "times new roman" ,times, serif;
    color: #2A4F6F;
    background-color: transparent;
    border-bottom: 1px dotted #cccccc;
}


#footer {
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
	text-align: center;
}
#wrapper {
	background-repeat: no-repeat;
	background-position: center top;
}

.slideshow{ /*CSS for DIV containing each image*/
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 195px;
height: 150px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
	background-color: #99FFFF;
}

