@charset "UTF-8";
/* CSS Document */

html, body {
	background: url(imgs/BG2.jpg);
	background-color:#62564c;
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

img {
	border:0px;
}

p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-indent: 10px;
	color:#000;
}

/*p:first-letter {
font-size:large;

}*/

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	color: #09F;
	font-size:14px;
	background: #FFFCFC;
	padding: 2px 2px 2px 2px;
	margin-bottom:0px;
	border-bottom:solid #E5F9FF 4px;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:14px;
	background: #FFFCFC;
	padding: 2px 2px 2px 2px;
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:1px;
	color:#09F;
	font-size:12px;
	padding-bottom:inherit;
	margin-bottom:0px;
}

A.blue:link {
	
	background: none;
	color:#09F;
	border-bottom:none;
	border-bottom:dotted 1px #000;

}

A.blue:visited {
	
	background: none;
	color:#09F;
	border-bottom:none;
	border-bottom:dotted 1px #000;

}

A.blue:active {
	
	background: none;
	color:#09F;
	border-bottom:none;
	border-bottom:dotted 1px #FFF;

}
	
A.blue:hover {
	background: #09F;
	color: #FFF; 
	text-decoration:none;
	border-bottom:dotted 1px #FFF;
	}
	
	

A:link {
	color:black;
	text-decoration:none;
	background: #EEEEE7;
	border-bottom:dotted 1px #3CF;
	}
	
A:visited {
	color:black;
	text-decoration:none;
	background: #EEEEE7;
	border-bottom:dotted 1px #3CF;
	}
	
A:active {
	color:blue; text-decoration:none;	
	border-bottom:dotted 1px #3CF;
	}
	
A:hover {
	color: #09F; text-decoration:none;
	border-bottom:dotted 1px #3CF;
	}

#container {
	background: url(imgs/contentbg.gif) repeat-y;
	width:817px;
	margin:auto;
	height:100%;
}


#header {
	background:url(imgs/header2.jpg) no-repeat;
	width: 818px;
	height:322px;
	float:center;
}

#quotes {
	float:left;
	text-align:center;
	vertical-align:middle;
	font-style:italic;
	font-size:14px;
	text-decoration:none;
	width:300px;
	height:250px;
	position:absolute;
	margin-left:500px;
	margin-top:40px;
	overflow:hidden;
	z-index:9999;
}

#tagline {
	width:400px;
	float:right;
	clear:left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	position: inherit;
}

#content {
	background: none;
	margin-left:5px;
	margin-right:5px;
	padding-left:1px;
	width:818px;
	margin:auto;
}

#nav {
	width: 305px;
	margin-left:5px;
	float:left;
	clear:left;
	text-align: left;
	font-size:14px;
	letter-spacing:1px;
	line-height:30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height:100%;
}

#blog {
	float:right;
	clear:right;
	width:485px;
	text-align: justify;
	padding: 0px 15px 0px 5px;
	line-height:20px;
	height:100%;
}

li.small {
	font-size:12px;
	padding-left:10px;
	list-style-type: none;
}

ul.a {
	list-style-image: url('imgs/li1.jpg');
}



#clear{
	clear:both;
}

#footer{
	clear:both;
	background:url(imgs/footer.jpg) no-repeat center;
	width:817px;
	height:57px;
}

#copyright {
	vertical-align:middle;
	padding-top:20px;
}

/*News Template*/

#newscontainer {
	background:#eeeee7;
	padding:2px 2px 2px 2px;
}

#date {
	float:left;
	font-size:10px;
	background:#E5F9FF;
	margin-left: 400px;
	padding:0px 1px 0px 3px;
}

#title {
	float:left;
	width:100%;
	background:#FFFCFC;

}

#nbody {
	clear:left;
}

#files {
	border-bottom:dotted thin #000;
	background:#E2F6FF;
	width:auto;
	padding: 10px;
	text-align:right;
}

#counter {
	color: #62564c;
	
}