/* basic elements */
body {
	/*background-image: url(/images/blue.bmp);
	background-repeat: repeat;
	*/
	background-color: #2B5AAF;
	margin: 1px;
	text-align: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#pageWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto;
	border: thin dotted #999999;
}

/* header */
#header {
	width:100%;
	text-align: center;
}

/*mainNavigation */
#mainNavigation {
	float: left;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}

#mainNavigation a {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #9D0000;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding: 3px 0px;
}

#mainNavigation a:link { 	
	font-weight: bold; 
	color: #9D0000;
}

#mainNavigation a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9D0000;
}

#mainNavigation a:hover {
	color: #0000FF;
	background-color: #CCCCCC;
}

#mainNavigation a:active {
	text-decoration: none; 	
	color: #0000FF;
}

#mainNavigation ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 5px;
	margin-left: 10px;
	padding: 0px;
	text-align: left;
}

#mainNavigation li {
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-indent: 0px;
}
	
/* pageContent */
#pageContent 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	margin-left: 155px;
	border: 0;
	border-left: thin solid #9D0000;
	width: 600px;
	padding: 10px;
	padding-top: 0px;
	text-align: left;
}

#pageContent h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9D0000;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: -10px;
	margin-left: 0px;
	margin-right: 5px;
}

#pageContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#pageContent ul {
}

#pageContent li {

}

#pageContent a:link { 	
	font-weight: bold; 
	text-decoration: none; 
	color: #660000;
}

#pageContent  a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #660000;
}

#pageContent a:hover, a:active { 
	text-decoration: underline; 
	color: #0000FF;
}

/* footer */
#footer {
	margin: 20px auto;
	text-align: center;
}
/* footer */
#footer a
{
	color: #660000;
}

/* contactUs */
#contactUs {

}

#contactUs label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

/* Font size */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #9D0000;

}

.subTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #9D0000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	display: block;
	text-align: left;
	text-indent: 2px;
}

.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.cap {font-size: 18px}

.term {
	font-size: 14px;
	font-weight: bold;
}

/* navigation link for the current section 
body#description a.description a, body#contactUs a.contactUs a, body#aboutUs a.aboutUs a
{
	color:#0000FF;
	background-color: transparent;
}*/

/* navigation link for the current section */
body#description a.description, body#contactUs a.contactUs, body#aboutUs a.aboutUs
{
	color: #0000FF;
	background-color: transparent;
}

label
{
	float: left;
	width: 100px;
}

#mainNavigation #sidebarLogin
{
	padding-top: 2em;
	font-size: 8pt;
}

#mainNavigation #sidebarLogin label
{
	float: none;
}

#mainNavigation #sidebarLogin form input
{
	width: 100%;
}

#loggedOutMessage
{
	text-align: center;
	color: red;
}

a#forgotPassword:link, a#forgotPassword:hover, a#forgotPassword:active, a#forgotPassword:visited
{
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0;
	padding: 0;
	display: inline;
	background-color: transparent;
	text-decoration: underline;
}
