* {margin: 0; padding: 0;}
a {text-decoration: none;}
body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; background: #FFE3AA url(bg.gif) repeat-x; padding-top: 40px;}
p,ul {font-size: 1.2em; padding-bottom: 1.2em;}
li {list-style: none;}
h1 {font-size: 11px;}
h1,h2,h3,h4 { font-family: Geneva, Arial, Helvetica, sans-serif;color: #FFFFCC;}
.clearer {clear: both;}
.header {
	background: url(stripes.gif) no-repeat;
	height: 150px;
	
}

.click{ height:32px; background-image:url(bg1.gif); text-align:center; margin-bottom:20px;}

.left {
	margin: 0 22% 20px 3%;
}
.content li {
	list-style: url(li.gif);
	margin-left: 18px;
}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
	color:#000000;
}
.content a,.footer a {
	color: #000000;
	text-decoration: none;
	font-size:15px;
	font-weight:bold;
	}
.content a:hover,.footer a:hover {
color:#FF0000;
		text-decoration: none;
	font-size:15px;
	font-weight:bold;
}

.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}
.more{
font-size:19;
}	

/* subnav */
.right {
	background: #000094;
	right: 3%;
	width: 18%;
}
.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: #FFFFCC;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid  #00FFFF;
}
.subnav li a {	
	color: #FFFFFF;
	display: block; font-size:10px;
	font-size: 0.9em; 
	padding: 8px 6px 8px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #FFFFCC;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}
.footer {
	color: #000000;
	border-top: 1px solid #000066;
	margin: 0 3%;
	padding: 8px 6px;
}
