/* CSS Document */

*, html {
	font-family: trebuchet MS, Sans-Serif;
	font-size: small;
	color: #000;
}

body {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.purple {
	color: #660099;
}

.pink {
	color: #CC3399;
}

#header {
	top: 100px;
}

#footer {
	font-size: xx-small;
	text-align: center;
	width: 790px;
	border-top: #660099 solid 1px;
	clear: both;
	margin-top:10px;
}


#body {
    margin-top: 10px;
	width: 790px;
	height: 100%;
}

#navbar {
	width: 150px;	
	float: right;
	top: 0px;
	right: 0px;
}

#navbar a {
	display: block;
	height: 27px;
	width: 150px;
	text-decoration: none;
	color: inherit;
	padding-top: 3px;
	background: url(../img/bg/nav_def.gif) no-repeat top left;
	border-bottom: #99CC32 solid 1px;
}

#navbar a:hover {
	text-decoration: none;
	color: inherit;
	padding-top: 3px;
	background: url(../img/bg/nav_hover.gif) no-repeat top left;
}

#nextpres, #pageHeader {
	float: left;
	width: 618px;
	height: 22px;
	background: url(../img/bg/nextpres.gif) no-repeat top left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding: 5px;
	color: #FFF;
	cursor: pointer;
}

#main {
	float: left;
	width: 618px;
	margin-right: 10px;
	/*background: url(../../img/bg/welcome.png) no-repeat top left;*/
	/*border: #000 solid 1px;*/
	padding: 5px;
	text-align: left;
}

#newsbox {
	float: right;
	width: 300px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#newsbox_header {
	height: 20px;
	padding: 5px;
	width: 290px;
	background: url(../img/bg/newshead.gif) no-repeat top left;
	text-align: left;
	border: none;
	color: #FFF;
}

#newsbox_content {
	border-left: #006699 solid 1px;
	border-right: #006699 solid 1px;
	border-bottom: #006699 solid 1px;
}

.newsbox_story {
	display: block;
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
}

.newsbox_story:hover {
	background: #ACA8FF;
}

.newsbox_story_text {
	font-size: x-small;
}

#pageHeader {
	background: url(../../img/bg/sectionhead.gif) no-repeat top right;
}

.footerLink {
	font-size: inherit;
	color: #355060;
	text-decoration: none;
}

.footerLink:hover {
	color: #FFF;
	background: #355060;
	text-decoration: none;
}