body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#400000;
	margin-top: 10px;
}

#pagecontainer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/background.JPG);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
}

#navigation {
	float: left;
	width: 275px;
	position: relative;
}

#pagebody {
margin-top:50px;
	padding: 10px;
	width: 650px;
	float: left;
}

#pagebodyNarrow {
margin-top:50px;
	padding: 10px;
	width: 500px;
	float: left;
}

#pagebodyNews {
margin-top:50px;
	padding: 10px;
	width: 200px;
	float: left;
}

/*news scrolling box*/
#newsbox{
	margin-right: 55px;
	float: right;
	width: 150px;
}

.newsbox a:link		{
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}
.newsbox a:visited	{
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}
.newsbox a:hover		{
	color:#CCCCCC;
	text-decoration:underline;
	font-weight: bold;
}
.newsbox a:active	{
	color:#CCCCCC;
	text-decoration:underline;
	font-weight: bold;
}

#marqueecontainer{
	height: 400px; /*marquee height */
	overflow: hidden;
	border: 0;
	margin-top:10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	position: relative;
	width: 100%;
}
/*news scrolling box ends*/

#pagefooter {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
}

#pageBase {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/backgroundBase.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	height: 124px;
	float: left;
}

a:link		{
	color:#400000;
	text-decoration:none;
	font-weight: normal;
	font-size: 100%;
}

a:visited	{
	color:#400000;
	text-decoration:none;
	font-weight: normal;
	font-size: 100%;
}

a:hover		{
	color:#804000;
	text-decoration:underline;
	font-weight: normal;
	font-size: 100%;
}

a:active	{
	color:#400000;
	text-decoration:underline;
	font-weight: normal;
	font-size: 100%;
}

.line a:link		{
	color:#400000;
	text-decoration:underline;
	font-weight: normal;
	font-size: 100%;
}

.line a:visited	{
	color:#400000;
	text-decoration:underline;
	font-weight: normal;
	font-size: 100%;
}

.line a:hover		{
	color:#804000;
	text-decoration:none;
	font-weight: normal;
	font-size: 100%;
}

.line a:active	{
	color:#400000;
	text-decoration:none;
	font-weight: normal;
	font-size: 100%;
}

h1 {
	font-size: 90%;
	margin-bottom: 1px;
	margin-top: 1px;
	font-weight: bold;
	padding-bottom: 0px;
}

h2 {
	font-size: 90%;
	margin-bottom: 1px;
	margin-top: 1px;
	font-weight: bold;
	padding-bottom: 0px;
}

p {
	font-size: 80%;
	margin-top: 1px;
	margin-bottom: 10px;
	line-height: 20px;
}
