/* Default CSS Stylesheet for a new Web Application project */

a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:active {color: #000000}
a:hover {color: #C90D4F; text-decoration: none}

.bold {font-weight: bold}

.GeneralPage
{
background-color: white; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: #FFFFFF; /* Background Color */
}

.TopBanner
{
font-family: Verdana; /* Font Face */
font-size: 28pt; /* Font Size */
color: #000000 ; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: purple; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{ 
border: none; 
height: 29px; 
background-image:url(Images/navybar.bmp); 
background-repeat: repeat-x;
background-color: red; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBannerText
{
}

.LeftColumn
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #FFFFFF; /* Background color */
text-align: center; /* Align Text */
vertical-align: Top; /* Align Text */
width: 205px;
padding: 21px 5px 10px 5px;
}

.LeftColumnText
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.RightColumn
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: white; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
border: 1px solid #000080;
}

.RightColumnText
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Footer
{
height: 29px; 
background-image:url(Images/navybar.bmp); 
background-repeat: repeat-x;
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FFFFFF; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}
.footer a:link {color: #FFFFFF; text-decoration: none}
.footer a:visited {color: #FFFFFF; text-decoration: none}
.footer a:active {color: #FFFFFF; text-decoration:none}
.footer a:hover {color: #C90D4F; text-decoration: none}

.FooterText
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #D8E0E3; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: white; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #132540; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: left; /* Align Text */
}
.Content a:link {color: #000000; text-decoration: underline}
.Content a:visited {color: #000000; text-decoration: underline}
.Content a:active {color: #000000; text-decoration:underline}
.Content a:hover {color: #C90D4F; text-decoration: underline}

.Content2
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: left; /* Align Text */
}
.Content2 a:link {color: #000000; text-decoration: none}
.Content2 a:visited {color: #000000; text-decoration: none}
.Content2 a:active {color: #000000; text-decoration:none}
.Content2 a:hover {color: #C90D4F; text-decoration: none}

.Content3
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FFFFFF; /* Font Color */
font-weight: bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
text-align: left; /* Align Text */
}
.Content3 a:link {color: #FFFFFF; text-decoration: none}
.Content3 a:visited {color: #FFFFFF; text-decoration: none}
.Content3 a:active {color: #FFFFFF; text-decoration:none}
.Content3 a:hover {color: #C90D4F; text-decoration: none}


.ContentTableHeader
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: white; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #132540; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #8D8E8D;
}

.ContentTableHorizontal
{
width: 100%;
background-color: #8D8E8D;
}

.topborder {width: 100%; border: none; height: 29px; background-image:url(Images/nav_middle_back.gif); background-repeat: repeat-x}
.bottomborder {width: 100%; height: 29px; background-image:url(Images/nav_bottom.gif); background-repeat: repeat-x}
.leftmenutable {width: 205px; background-color: white;}
.leftheader {
	height: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF;
	font-weight: bold; 
	padding-left: 20px; 
	background-image: url(images/banner2.bmp); 
	border-bottom: 1px solid #999999
	}
.leftheaderlink {
	height: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF;
	font-weight: bold; 
	padding-left: 20px; 
	background-image: url(images/banner7.bmp); 
	}
.leftheaderlink a:link {color: #FFFFFF; text-decoration: none}
.leftheaderlink a:active {color: #FFFFFF; text-decoration: none}
.leftheaderlink a:visited {color: #FFFFFF; text-decoration: none}
.leftheaderlink a:hover {color: #FFFFFF; text-decoration: underline}

.rightheader {
	height: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF;
	font-weight: bold; 
	padding-left: 20px; 
	background-color: #132540; 
	border-bottom: 1px solid #999999
	}
.rightheader a:link {color: #FFFFFF; text-decoration: none}
.rightheader a:active {color: #FFFFFF; text-decoration: none}
.rightheader a:visited {color: #FFFFFF; text-decoration: none}
.rightheader a:hover {color: #C90D4F; text-decoration: underline}

.leftcatlevelone {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 8pt; padding: 2px 2px 2px 15px}
.leftcatlevelone a:link {color: #000000}
.leftcatlevelone a:active {color: #000000}
.leftcatlevelone a:visited {color: #000000}
.leftcatlevelone a:hover {color: #666666}
.leftcatleveltwo {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; padding: 2px 2px 2px 25px}
.leftcatleveltwo a:link {color: #000000}
.leftcatleveltwo a:active {color: #000000}
.leftcatleveltwo a:visited {color: #000000}
.leftcatleveltwo a:hover {color: #666666}

.summarytable {width: 100%; background-color:white;}

#menu2 a {
	margin: 0px;
	padding: 7px 0px 0px 22px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	background: url("images/nav_menu.gif") 0 0 no-repeat;
	text-decoration: none;
		}
#menu2 a:hover {
	background: url("images/nav_menu_over.bmp") 0 0 no-repeat;
	color: #FFFFFF;
	text-decoration: underline;
	}	
	
.redlinks {font-weight: bold}
.redlinks a:link {color:#C90D4F; text-decoration: underline}
.redlinks a:visited {color:#C90D4F; text-decoration: underline}
.redlinks a:active {color:#C90D4F; text-decoration: underline}
.redlinks a:hover {color: #000000; text-decoration: underline}

.PageNumbers
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
padding: 5px 0px 5px 0px;
}


