*, html {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	background-image:url(../images/bg.jpg);
	font-size:12px;
	height: 100%;	
}

#search {
	position:absolute;
	top: 20px;
	left: 450px;
}


.smaller {
	font-size:10px;
}

.larger {
	font-size:16px;
}


textarea {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
}

.choices input {

}

.choices {

}


#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 800px;
	background-color: none;
}

#header {
	position:relative;
	top: 0px;
	left: 0px;
	width:800px;
	height:98px;
	background-color:white;
}

#mid {
	position:relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height:191px;
	background-image:url(../images/mid.jpg);
	background-repeat:no-repeat;	
}


#body {
	position:relative;
	top: 0px;
	left: 0px;
	width: 800px;
	background: url(../images/bottom.jpg) repeat-y 0;
	overflow:hidden;
}

#body_search {
	position:relative;
	top: 0px;
	left: 0px;
	width: 800px;
	background: url(../images/bottom-search.jpg) repeat-y 0;
	overflow:hidden;
}

#cse-search-results {
	height: 1300px; 
	width: 600px; 
	overflow: hidden;
}


#body_left {
	position: relative;
	top: 0px;
	left: 40px;
	width: 350px;
	float: left;
}

#body_full {
	position: relative;
	top: 0px;
	left: 40px;
	width: 750px;
	float: left;
}

#body_full_text {
	position: relative;
	top: 30px;
	left: 25px;
	width: 700px;
	padding-bottom:50px;
}


#body_left_text {
	position: relative;
	top: 30px;
	left: 25px;
	width: 295px;
	padding-bottom:60px;
}

#body_left_text li {
	margin-top:15px;
	margin-left:20px;
}



#body_left_text img.rss {
	border: none;
}


#body_right {
	position: relative;
	top: 0px;
	left: -40px;
	width: 350px;
	float:right;
}


#body_right_text {
	position: relative;
	top: 30px;
	left: 15px;
	width: 295px;
	padding-bottom:50px;	
}




#body a:link, #body a:visited {
	color: #4a3191;
	text-decoration:none;	
} 

#body a:hover, #body a:active {
	text-decoration:underline;
}


#body h1, #body h1 {
	font-size:19px;
	line-height:1.3em;
}

#body h3, #body h3 {
	font-size:17px;
	margin-top:15px;
	font-weight:bold;
	color: #333333;
}

#splashhome {
	position: absolute;
	top: 8px;
	left: 630px;
}

#topnav {
	position:absolute;
	top: 72px;
	left: 210px;
	font-size:12px;
	font-weight:bold;
}

#topnav a:link, #topnav a:visited {
	text-decoration:none;
	color: #779955;	
}
#topnav a:hover, #topnav a:active, #topnav a#current {
	color: #4A3191;
	text-decoration:none;		
}

#topnav ul, #topnav ul li {
	list-style:none;
	display:inline;
	border-bottom:5px solid #492f92;
}

#topnav ul li {
	border-right: 2px solid #4A3191;
	padding-left:10px;
	padding-right:10px;
}

#topnav ul li#last_item {
	border-right: none;
	padding-left:10px;
	padding-right:10px;	
}

#addnav {
	position: absolute;
	top: 8px;
	left: 495px;
}

#addnav a:link, #addnav a:visited {
	text-decoration:none;
	color: #4A3191;
}
#addnav a:hover, #addnav a:active, #addnav a#current {
	color: #779955;
}

#addnav ul, #addnav ul li {
	list-style:none;
	display:inline;
}

#addnav ul li {
	border-right: 2px solid #4A3191;
	padding-left:5px;
	padding-right:5px;
}

#addnav ul li#last_item {
	border-right: none;
	padding-left:2px;
	padding-right:5px;	
}


#footer {
	position:relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height:30px;
	margin-bottom: 15px;
	clear:both;		
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;	
}

.green {
	color: #779955;
}

.purple {
	color: #492f92;
}

.red {
	color: #8B0000;
}

input.submit {
	margin-top:5px;
}

p {
	margin-top:12px;
	line-height:1.4em;
}

p.first {
	margin-top:0px;
	line-height:1.4em;
}

hr {
	margin-top:15px;
	color: #C0C0C0;
	background-color: #C0C0C0;
	height:1px;	
}

.blogdate {
	font-size:9px;
}

.blogsummary {
	line-height:1.3em;
}

