
/* Text markup styles */ 

h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}

.intro {font-weight:bold; font-size: 1.2em}
.bold {font-weight:bold;}
.red {color:#C4094D;}
.blue {color:#18489D;}
.black {color:#000000;}
.caption {color: #000000; font-size: 0.75em; font-style: italic;}

.grid {padding: 0; margin:0; border-spacing: 0; text-align: left; vertical-align:top;} /* table and table cells */ 

/* PRIMARY LAYOUT ELEMENTS */ 


body {
	padding:0; 
	margin: 30px 0; 
	background:#fff; 
	font-size:62.5%; 
	/* Initial font size is set at 62.5%. 
	This makes 1.0em equivalent to 10px when text size is set to medium.
	Thus 1.2em = 12px.
	*/
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	text-align: center; 
	}

/* Top navigation bar */ 

#navbar {position: relative; top: 0px; height: 1.6em; width: 800px; text-align: left; }
#redbar {position: absolute; top: 0px; height: 1.6em; width: 85px; background: #C4094D;
		color:#FFFFFF; font-size: 1.1em; font-weight: 900; text-align: center; padding-top: 3px;}
#bluebar {position: absolute; top: 0px; left: 85px; height: 1.6em; width: 715px; background: #18489D;
		color:#FFFFFF; font-size: 1.1em; font-weight: 900; padding-top: 3px; text-indent: 2.2em;}

/* Menu panel and text */ 

#menu  {position: relative; text-align: left; width: 280px; }

#menu p {font-size: 1.1em; font-weight: 900; color: #C4094D; border-bottom: 3px solid #C4094D; padding-bottom: 5px;}

#menu a:link {color: #C4094D; text-decoration:none;}    
#menu a:visited {color: #C4094D; text-decoration:none;}  
#menu a:hover {color: #C4094D; text-decoration:underline;}  
#menu a:active {color: #C4094D; text-decoration:underline;}   

a.white:link {color: #FFFFFF; text-decoration:none;}     
a.white:visited {color: #FFFFFF; text-decoration:none;}  
a.white:hover {color: #FFFFFF; text-decoration:underline;}   
a.white:active {color: #FFFFFF; text-decoration:underline;}

a.red:link {color: #CF094D; text-decoration:none;}     
a.red:visited {color: #CF094D; text-decoration:none;}  
a.red:hover {color: #CF094D; text-decoration:underline;}   
a.red:active {color: #CF094D; text-decoration:underline;}

a img {border: none; }   

/* Content panel and text */ 

#content {
	font-size: 1.2em;
	position:relative;
	z-index:4;
	width: 480px;
	padding-left: 40px;
	padding-right: 0em;
	background-color:#FFFFFF;
	text-align: left;
	margin-left: 0em;
		}
	
/* Footer section */ 
	
#footer {position:relative; display:block; width:800px; height:105px; padding-bottom:12px; background: #fff; text-align: left; }
#footA {position:absolute; text-align:right; top:0px; height:65px; background: #fff;}
#footB {position:absolute; text-align:right; top:65px; width:800px; height:30px; 
	background: #C4094D; font-size:1.0em; line-height:2.5em;  font-weight:900; color:#FFF;}
