/* Page Width */
.PageWidth{
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

/* Page Alignment */
.PageAlign{
	text-align:center;
}

/* Background Color , Text Color, Margins */
body{
	background: #CDE2E3;
	color: #000000;
	margin: 0px;
}

/* General Link Color, Text Decoration */
a:link	 {Color:#4F4E43}
a:visited{Color:#4F4E43}
a:hover	 {Color:#87846A}

/* General fonts */
.fontB{font-family:arial;font-size:14pt;font-weight:bold}
.fontM{font-family:arial;font-size:12pt;}
.fontM2{font-family:arial;font-size:12pt;}
.fontS{font-family:arial;font-size:10pt;}
.fontS2{font-family:arial;font-size:10pt;}

/* Tables Design */
.TableClass{background:#ffffff;font-family:arial;font-size:13px;color:#000000}
.TableHeader{background:#898773;font-family:verdana;font-size:10px;color:#ffffff}
.TableRow{background:#E1E0D6;}
.TableRowAlternate{background:#F3F3ED;}

.Underline { TEXT-DECORATION: none }

/* Navigation Bar Design */
.NavbarBorderColor{background:#504E3F}
.NavBackgroundOff{background:#898773}
.NavBackgroundOn{background:#EDECDE}

a.NavLinkOn:link	 {font-family:verdana;font-size:11px;Color:#4F4E43;Text-Decoration:none}
a.NavLinkOn:visited{font-family:verdana;font-size:11px;Color:#4F4E43;Text-Decoration:none}
a.NavLinkOn:hover	 {font-family:verdana;font-size:11px;Color:#4F4E43;Text-Decoration:Underline;}

a.NavLinkOff:link	 {font-family:verdana;font-size:11px;Color:#FFFFFF;Text-Decoration:none}
a.NavLinkOff:visited{font-family:verdana;font-size:11px;Color:#FFFFFF;Text-Decoration:none}
a.NavLinkOff:hover	 {font-family:verdana;font-size:11px;Color:#FFFFFF;Text-Decoration:Underline;}

/* Buttons color , font */
.Button{background:#EDECDE;font-size:12px;font-family:arial;height:22px}
.input{font-size:12px;font-family:arial;height:21px}

#Masthead {
	width: 100%; height: 69px;
	background-image: url('Images/Masthead-Background.png');
	clear: both;
	position: relative;
	border-bottom: 2px solid #FFFFFF;
}

#MastheadLogo {
	width: 280px; 
	height: 69px; 
	overflow: hidden;
}

#Footer {
	width: 100%; height: 74px;
	background-color: #346667;
	position: relative;
	
	font-family: Verdana;
	font-size: 8.5pt;
	color: #FFFFFF;	
	
	clear: both;
	margin-top: 24px;	
}

#Footer a {
	color: #FFFFFF;
}

#Footer_Left {
	position: absolute; 
	bottom: 4px; left: 4px;
	text-align: left;
}

#Footer_Right {
	position: absolute; 
	bottom: 4px; right: 4px; 
	text-align: right;
}
