/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/main_back.jpg) repeat-x top;
}
a { font-family: Arial, Helvetica, sans-serif; }
p { margin:0px; font-family: Arial, Helvetica, sans-serif;}
form {margin:0px; padding:0px;}
input.TextField
{
	font-size:80%;
}
.formelement
{
	background:#fff;
	border:1px solid #999;
	font-size:80%;
	padding:2px;
}
.formelement:hover, .formelement:focus
{
	background:#eee;
	border:1px solid #85ab7c;
}
input.button
{
	font-size:80%;
}
a:link {
	color: #788c74;
}
a:visited {
	color: #788c74;
}
a:hover {
	color: #a7bda2;
}
a:active {
	color: #a7bda2;
}
h1
{
	font-size:150%;
	color:#788a74;
	margin:0;
}
h2 {margin:0; font-size:100%;}
h3
{
	font-size:125%;
	color:#788a74;
	margin:0;
}
.breadcrumb
{
	font-size:80%;
	color:#999;
	margin:3px;
}
#maindiv
{
	margin:0 auto;
	width:778px;
	border: 2px solid white;
	background:white;
}
#header
{
	background:white;
	width:776px;
	height:57px;
	padding:1px;
}
#headerimage
{
	float:left;
	background:white;
}
#headerlinks
{
	font-size:75%;
	float:right;
	margin-top:20px;
	margin-right:5px;
}
#maintitle
{
	background:url(images/pacer_main.jpg) no-repeat bottom white;
	width:778px;
	height:200px;
}

/* The main menu */
#mainmenu
{
	height:26px;
	width:726px;
	float:right;
}
#mainmenuleftpic
{
	background:url(images/menuleft.gif) left;
	width:26px;
	height:26px;
	float:left;
}
#mainmenucontent
{
	font-size:80%;
	color:white;
	background:#788a74;
	float:left;
	height:21px;
	width:700px;
	padding-top:5px;
	text-indent:30px;
}

#mainmenucontent a:link, #mainmenucontent a:visited
{
	color: white;
	text-decoration:underline;
}

#mainmenucontent a:active, #mainmenucontent a:hover
{
	color: #CCCCCC;
	text-decoration:none;
}


/* The search menu */
#search
{
	margin-top:1px;
	height:26px;
	width:286px;
	float:right;
}
#searchleftpic
{
	background:url(images/searchleft.gif) left;
	width:26px;
	height:26px;
	float:left;
}
#searchcontent
{
	font-size:80%;
	color:white;
	background:#9a9a9a;
	float:left;
	height:23px;
	width:260px;
	padding-top:2px;
	text-indent:10px;
}

/* The center content */
#centercontent
{
	padding-bottom:10px;
	width:778px;
	background:white;
	color: #666;
}
#whatsnew
{
	margin-top:10px;
	margin-left:3px;
	padding-right:5px;
	background:url(images/whatsnew_top.jpg) no-repeat top right white;
	float:left;
	width:150px;
	padding-top:55px;
	font-size:75%;
	border-right: 3px #788a74 solid;
}
#intro
{
	margin-top:10px;
	margin-left:20px;
	float:left;
	width:430px;
	font-size:80%;
	background:white;
}
#intro h1
{
	font-size:125%;
	color: #666;
}

/* The recent content: recent news, events and papers */
#recenthead
{
	background:url(images/sections_top.jpg) top no-repeat;
	width:778px;
	height: 30px;
}
#recentcontent
{
	padding-top:5px;
	padding-bottom:5px;
	background:url(images/recent_bg.jpg) repeat-y;
	font-size:75%;
	color:#666;
}
#recentfooter
{
	background:url(images/recent_footer.jpg) no-repeat;
	height:13px;
}
#papers
{
	margin-left:10px;
	width:225px;
	float:left;
}
#news, #events
{
	margin-left:35px;
	width:225px;
	float:left;
}
#news ul
{
	margin:0 0 0 10px;
	padding-left:5px;
}
#events ul
{
	margin:0 0 0 10px;
	padding-left:5px;
}

#papers ul
{
	margin:0 0 0 10px;
	padding-left:5px;
}


#mainfooter
{
	color: #999999;
	font-size: 70%;
	text-align:center;
}

/* Drop down divs for the main menu */
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-size:80%;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #788a74;
	padding: 2px 2px;
	text-decoration: none;
	color:#788a74;
}

#dropmenudiv a:hover{
	background-color: white;
}

/* Login box */
#login
{
	margin-top:1px;
	float:right;
	width:150px;
	background:#788a74 url(images/loginleft.jpg) bottom left no-repeat;
	padding: 5px 5px 20px 5px;
	font-size:75%;
	color: white;
}
#login a:link, #login a:visited
{
	color: white;
	text-decoration:underline;
}
#login a:hover, #login a:active
{
	color:#CCCCCC;
	text-decoration:none;
}
.papertable
{
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
}
.newstable
{
	border:1px dashed #788A74;
}