/* Body Stuff */

body	{
	margin: 0px 0px 0px 0px;
	background: url(../images/background.png) repeat;
	font-family: 'Lucida Grande', sans-serif, verdana, arial;
	text-decoration: none;
	font-size: 12px;
	padding: 0px;
}



/* Link Stuff */

A 	{
	color: #000000;
	font-family: 'Lucida Grande', sans-serif, verdana, arial;
	text-decoration: none;
	font-weight:bold;
	} 

A:link	{
	color: #0000FF;
	text-decoration: none;
	} 

A:visited	{
	color: #003366;
	text-decoration: none;
	}

A:active	{
	color: #FF0000;
	} 

A:hover	{
	color: #FF0000;
	text-decoration: none;
	}

.menulink A:link	{
		color: #0000FF;
		text-decoration: none;
		} 
	
.menulink A:visited	{
		color: #0000FF;
		text-decoration: none;
		}
	
.menulink A:active	{
		color: #FF0000;
		text-decoration: none;
		} 
	
.menulink A:hover	{
		color: #FF0000;
		text-decoration: none;
		}



/* Page Stuff (Content, Sidebars, etc.) */

#container	{
	margin-top: 0px;
	padding: 0px;
	margin-left: 10%;
	margin-right: 10%;
	min-width: 640px;
	}

#content	{
	top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	text-align: left;
	background: #fff;
	}

.leftbackground	{
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(../images/leftside.png);
	}

.rightbackground	{
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url(../images/rightside.png);
	}



/* Menu Stuff */

#menuoutsidecontainer	{
	padding-top: 18px;
	padding-left: 25px;
	padding-right: 25px;
	/* Stupid hack so IE will display the menu correctly */
	border: 1px solid #fff;
	}

#menu	{
	font-size: 15px;
	text-align: center;
	background-image: url(../images/background.png);
	}

#menuinsidecontainer	{
	padding: 11px;
	}

.menutop	{
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../images/menutop.png);
	}

.menubottom	{
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(../images/menubottom.png);
	}

.menuleft	{
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(../images/menuleft.png);
	}

.menuright	{
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url(../images/menuright.png);
	}



/* Ad Stuff */

#undermenu	{
	padding-bottom: 30px;
	}



/* Heading Stuff */

.newsheader	{
	border: 1px solid #000;
	background-image: url(../images/background.png);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	width: 200px;
	}

.newsitem	{
	padding-top: 10px;
	padding-bottom: 30px;
	}



/* Ad Stuff Again */

#abovefooter	{
	padding-top: 20px;
	}



/* Footer Stuff */

#footer	{
	font-family: sans-serif, verdana, arial;
	font-size: 9px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 10px;
	}