/* Base , Set up fonts etc. */


body
{
	font				: 0.8em Arial, Trebuchet MS, Sans Serif;
	background-color	:#c77878; 
	margin				: 0px;
	padding				: 0px;
}
h1
{
	font				: bold 1.4em Arial, Trebuchet MS, Sans Serif;
}

a, a:visited
{
	text-decoration		: underline;
	color				: #272727;
}
a:hover
{
	color				: #271b1b;
}

#extraContent a, #extraContent2  a:visited, #extraContent2 a, #extraContent2  a:visited
{
	text-decoration		: none;
	color				: #000000;
}
#extraContent a:hover,#extraContent2 a:hover
{
	color				: #ffb3b3;
}

#pageHeader a, #pageHeader a:visited, #pageFooter a, #pageFooter a:visited
{
	text-decoration		: underline;
	color				: #ff8080;
}

#pageHeader a:hover, #pageFooter a:hover
{
	color				: #ffb3b3;
}


#listBreaker, #subPageBreaker
{
	display				: none;
}


#pageWrapper
{
	margin				: 0px;
	width				: 100%;
	margin				: 0px auto;
	position			: relative;
}

#pageHeader
{
	background-color	: #730000;
	border-bottom		: 1px solid #2e0000;
	margin-bottom		: 10px;
}


#pageHeader h1
{
	font-size			: 190%;
	margin				: 0px;
	padding				: 10px;
	color				: #ffb3b3;
}

#extraContent,#extraContent2
{
	display				: inline;
	float				: right;
	clear				: right;
	width				: 160px;
	margin-right		: 10px;
	border				: 1px solid #450000;
	background-color	: #8f1d1d;
	color				: #ffffff;
}
#extraContent {
	margin-bottom		: 0px;
}

#subPageWrapper
{
	position: relative;
}
#userLinks
{
	display				: inline;
	float				: left;
	clear				: left;
	margin-left		: 0px;
}
#siteNavigation
{
	display				: inline;
	float				: left;
	clear				: left;
	margin-left			: 10px;
}
.contentContainer
{
	padding				: 10px;
}

#userLinks h1, #siteNavigation h1
{
	font-size			: 100%;
	padding				: 2px 2px;
	margin				: 0px;
	border				: 1px solid #450000;
	background-color	: #c77878;
	color				: #ffe6e6;
	border-bottom-width	: 0px;
}


#userLinks ul, #userLinks li
{
	padding				: 0px;
	margin				: 0px;
	list-style-type		: none;
}

#siteNavigation ul
{
	list-style-type		: none;
	margin				: 0px;
	padding				: 0px;
}

#siteNavigation ul li 
{
	display				: inline;
}

#userLinks ul,#siteNavigation ul
{
	margin-bottom		: 0px;
	list-style-type		: none;
	border				: 1px solid #450000;
	background-color	: #8f1d1d;
	padding				: 0px 0px 0px 0px;
}


#mainContent
{
	margin-left			: 180px;
	margin-right		: 180px;
	border				: 1px solid #2e0000;
	background-color	: #e3b6b6;
	color				: #272323;
	margin-top			: 10px;
}
#mainContent .contentContainer
{
	padding				: 10px;
}

#pageFooter h6
{
	padding-left		: 10px;
	margin				: 0px;
	font-size			: 90%;
	font-weight			: normal;
}

#pageFooter
{

	border				: solid #2e0000;
	border-width		: 0px 1px 1px; 
	padding				: 2px;
	margin-left			: 180px;
	margin-right		: 180px;
	background-color	: #730000;
	color				: #ffe6e6}

#bntag
{
	border				: solid #2e0000;
	border-width		: 0px 1px 1px; 
	padding				: 2px;
	margin-left			: 180px;
	text-align			: center;
	margin-right		: 180px;
	background-color	: #e3b6b6;
	color				: #272323;
	font-size: 90%;
}



/* Setup Navigation Buttons */

#userLinks a, #userLinks a:visited, #siteNavigation a, #siteNavigation  a:visited
{
	display				: normal;
	font-size			: 100%;
	font-weight			: normal;
	padding				: 0px 0px;
	text-decoration		: none;
	
	border				: solid #8f1d1d;
	background-color	: #8f1d1d;
	color				: #000000;

	border-width		: 1px 0px;
	margin				: 2px 0px;
	width				: 140px;
	
}

#siteNavigation a:hover,  #userLinks a:hover, #siteNavigation a.active
{
	border-color		: #450000;
	background-color	: #c77878;
	color				: #000000;
}
#siteNavigation a.active
{
	cursor				: default;
}

