/* CSS Document */

body {
	background-color:#FCF8EC;
	background-image:
	url(../images/background.jpg);
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:10px;
	padding:0 100px 0 100px;
}

html {
scrollbar-base-color: #FCF8EC;
}

a:link {
	text-decoration:none;
	color:#000066;
}
a:visited {
	text-decoration: none;
	color:
	#666666;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}
#content {
	margin:0 80px 0 80px;
	padding:10px;
	text-align:left;
}

#content2 {
	margin:0 20% 0 20%;
	text-align:left;
}

#content3 {
width:90%;
padding:0 0 0 20%;
}

#content h1 {
	font-family:Verdana;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:0px;
	margin:10px 0 20px 0;
	color:#000;
}
#content h2 {
	font-size:14px;
	color:#333;
	font-family:Verdana;
	margin:10px;
}

#content p {
	line-height:20px;
	padding:0 0 0 20px;
	text-indent:0px;
	margin:20px 0 20px 0;
}
#content ul {
	margin:15px 0 15px 20px;
	padding:0;
	border-top:1px solid #eee;
}
#content li {
	margin:10px 0 10px 0;
	padding:0 0 10px 15px;
	list-style:none;
	border-bottom:1px solid #eee;
	background-position:top left;
	background-repeat:no-repeat;
}

#content a {
	color:
	#000066;
	padding:2px;
	text-decoration:none;
}
#content a:hover {
	background-color:#EAE2CD;
	color:#000;
}
#content2 a {
	color:
	#000066;
	padding:2px;
	text-decoration:none;
}
#content2 a:hover {
	color:#000;
	text-decoration:
	underline;
}

a:hover {
	text-decoration:underline;
}
#sidebar a {
	color:#000066;
}


.caps {
font-size:9px;
text-align:center;
 }

.image {
float:left; 
}

#titlebar{
font-size:9px;
top:10px;
text-align:center;
color:#000000;
}

#titlebar a {
color:#000066;
text-decoration:none;
}

#titlebar a:hover {
color:#000;
text-decoration:underline;
}

#titlebar a:visited {
color:#663300;
}

.10pixels {
font-size:10px;
}

.big {
font-size:14px;
}#content .caps {
	font-size: 10px;
	line-height: normal;
}

