﻿/* All the content boxes belong to the content class. */


#header {
background: #ffffff url("/ExternalFiles/css/NavLeft/Graphics/nesingers.gif") no-repeat;
color: #ffffff;
height: 150px;
}

.title {
color: #6F5459;
}
.titleSub {
color: #6F5459;
}

.error 
{
	color: Red;
}

#footer {
background: #ffffff
color: #000000;
border:1px solid #000000;
clear:both;
}

#footer a {
	color: #000000;
}
#footer a:hover {
	color: #ffffff;
	background-color:#000000;
	}

#contents {
	border:1px solid #000000;
	background-color: transparent;
	}
	
#navSection a, #navSection a:link, #navSection a:visited {
color: #000000;
font-weight:bold;
border-bottom:none;

}
#navSection a:hover{
	color: #ffffff;
	background-color:#000000;
}

#navMain a, #navMain a:link, #navMain a:visited {
color: #000000;
font-weight:bold;
border-bottom:none;

}

#navMain {
background: #CECECE ;
	border: 1px solid #000000;
	}
	
#navMain a:hover{
	color: #ffffff;
	background-color:#000000;
}

#navUser 
{
	border:1px dashed #E84933;
	background-color:#ffffff;
	color: #000000;
		float:left;
	clear:left;
	width: 128px;
	}
#contents {
margin-right: 0px;
                
	}
	 
#navUser a{
	color: #000000;
}

#navUser a:hover {
	color: #E99B77;
	background-color:#000000;
	}

body {
	font-size: 11pt;
	color: #000000;
	background-color: #ffffff;
	}


h1 {color: #808080;	}
a {	color: #808080;

border-bottom:1px solid #808080;
	}
a:link {color:#808080;
font-weight:bold;}
a:visited {color:#808080;
font-weight:bold;}
a:hover {background-color:#000000;
		color: #ffffff;
	
}
#container {

width: 1050px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}
.headingText 
{
	font-size:20pt;
	color: #000000;
}

.subHeadingText 
{
	font-size:16pt;
	color: #000000;
	}	
.normalText 
{
font-size: 11pt;
color: #000000;
}



