html,body{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	height:100%;
	min-width:930px;
	text-align:center
} 
#header {
         position:relative;  /* give header a stacking higher than mainContent */  
		 height:190px;  
		 background: #fff url(images/header_final.jpg) center; background-repeat:repeat-x;
		 z-index: 300;
		 margin: 0;
		 padding: 0;
		 color: #1E2F50;
		 }

#mainContent { 
        margin:-190px auto 0; /* pull down header */
		width:930px;  
		min-height:100%;  
		background: #fff;
		z-index: 200;
		}
* html #wrapper{
       height:100%; /*IE6*/
	   } 
#innerContent{
       padding:190px 0 100px; /* header and footer space */
	   z-index: 100;
	   }
#footer{
       margin:-100px 0;  /* pull up footer */  
	   height:100px; 
	   background: #000000 url() center; 
	   color: #fff;
	   padding-top: 10px;
	   font-size: 9px;
	   }
h1 { 
    font-size: 24px;
	 padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: 1em;
}
h2 { 
    color: #4167B1;
    font-size: 1em;
	line-height: 1em; 	
	}
h2.catchphrase {
    font-family: Cambria, Georgia, Times, Times New Roman, serif  ;
    color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
	}
h2.imagecaption {
    font-size: 22px;
	margin: 0;	
	color: #000;	
	font-style: italic;
	font-weight: bold;
	}
h3 { 
    font-size: 1em; 
	color: #4167B1;
	}
h4 { 
    font-size: .9em; 
}
h4.imagecaption {
    font-size: 14px;	
	line-height: 16px;
	color: #fff;	
    font-family: Cambria, Georgia, Times, Times New Roman, serif;	
	font-weight: normal;
	padding-left: 20px;
	padding-right: 100px;
	}
h5 { 
    font-size: 12px;
}
h6 { 
    font-size: .75em; 
}
/************* LINK STYLES *******************************/
a.header:link {color: #1E2F50; text-decoration: none;}
a.header:hover {color: #ffffff; text-decoration: underline;}
a.header:active {color: #1E2F50; text-decoration: none;}
a.header:visited {color: #1E2F50; text-decoration: none;}

a.footermenu:link {font-size: 12px; color: #ffffff; text-decoration: none; margin: 5px;}
a.footermenu:hover {font-size: 12px; color: #FFBE00; text-decoration: none; margin: 5px;}
a.footermenu:active {font-size: 12px; color: #ffffff; text-decoration: none; margin: 5px;}
a.footermenu:visited {font-size: 12px; color: #ffffff; text-decoration: none; margin: 5px;}

a.showcase:link {color: #000000; text-decoration: underline;}
a.showcase:hover {color: #ffffff; text-decoration: underline;}
a.showcase:active {color: #000000; text-decoration: underline;}
a.showcase:visited {color: #000000; text-decoration: underline;}

a.boxsmall:link {font-size: 12px; color: #000000; text-decoration: underline;}
a.boxsmall:hover {font-size: 12px; color: #000000; text-decoration: underline;}
a.boxsmall:active {font-size: 12px; color: #000000; text-decoration: underline;}
a.boxsmall:visited {font-size: 12px; color: #000000; text-decoration: underline;}

.boxtop{  
        margin: 0;
		padding: 0;
        width: 930px;
		height: 250px; 
		float: left; 
		 background: #fff url(images/bg_boxtop.jpg) center; background-repeat:no-repeat;
		border: 2px solid #222222;
		} 
.boxtopleft  {
       	background: #4167b1;
		color: #fff;		   
		 float: left;
		 width: 355px;		
		 height: 250px;	
		 overflow: hidden;		 
		 padding: 0;	 	 
		  }

.boxtopright {
		background: #4167b1; 
	   color: #fff;	
         float: left;
		 width: 495px;		
		 height: 250px;	
		 padding: 0;	
		  }

.boxbottom{  width: 930px; 
		padding-bottom: 10px;
		float: left; 
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		width: 930px;
		height: 375px;
		background: #fff; 
		text-align: center;		     
       }
.boxbottomleft  {
       background: #fff;
	   color: #3c3c3c;         
		 float: left;
		 width: 275px;		
		 height: 350px;	
		 margin: 5px 5px 5px 10px;
		 padding: 10px;	
		 overflow: hidden;
		 border-right: 1px dotted #3c3c3c;
		 text-align: left;			 	 	 
		  }
.boxbottommiddle {
		background: #fff; 
	   color: #3c3c3c;
         float: left;
		 width: 275px;		
		 height: 350px;	
		 margin: 5px;
		 padding: 10px;			
		 overflow: hidden;
		 border-right: 1px dotted #3c3c3c;
		 text-align: left;
		 }
.boxbottomright {
       background: #fff;
	   color: #3c3c3c;
         float: left;		 
		 width: 265px;
		 height: 350px;	
		 margin: 5px;
		 padding: 10px;
		 overflow: hidden;
		 text-align: left;
		 }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img.arrow {    
	padding: 0;
	width: 217px;
	height: 200px;
	z-index: 300;
	}
img.logo {
    position: absolute;
	top: 0;
	left: 20px;
	padding: 0;
	width: 243px;
	height: 133px;
	z-index: 305;
	}
li.menuitem {
    border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;	
	}
.catchphrase {
    position: absolute;
    margin-top: 155px;
	margin-left: 550px;
    font-family: Cambria, Georgia, Times, Times New Roman, serif  ;
    color: #ffffff;
	font-size: 2em;
	line-height: 1em;
	}
.boxtextleft {
	background: #FD9A02 url(images/box_grad_orange.jpg) top; background-repeat:repeat-x;
    padding: 20px;
	width: 250px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif  ;
	float: left;
	text-align: left;
	color: #000;	
	margin-top: 20px;
	margin-left: 20px;
	}
.boxtextright {
    width: 435px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif  ;
	float: left;
	text-align: left;
	color: #000;	
	padding: 20px;
	margin-top: 10px;
	}
.tagline {
     position: absolute;
	 top: 20px;
	 right: 20px;
	 text-align: right;
	 color: #ffffff;
	 z-index: 800;
	 }
.copyright {
     color: #ffffff;
	 font-size: 9px;
	 }
	 
	 