body {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-color: #999999;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	}

h2 
{ 
font-weight: bold; /* should not really be required */
font-size: 14px; 
color: #999999;
} 


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #081c5f;
	text-decoration: underline;
}

A:visited {text-decoration: none color: #999999;}
A:active {text-decoration: none color: #999999;}
A:hover {text-decoration: none color: #999999;}

img
{ 
vertical-align: top;
border: none;
} 

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

hr {
	weight: 1px solid #999999;
}

.accent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #081c5f;
}

.accentlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

/* Content */

#wrapper { 
	width: 875px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: none;
	text-align: left; 
	font-color: #999999;
} 

#container { 
	float:left;
	width: 875px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: none;
	} 

#wrapper .header { 
	width: 875px;  
	background: #FFFFFF;
	margin: 0 auto; 
	background-image:url(images/headerbg.jpg)
	
}

#footer { 
	float:left;
	width: 875px;  
	background: #FFFFFF;
	margin: 0 auto; 
	background-image:url(images/footerbg.jpg);
	padding: 10px 10px 10px 10px; 
} 

#homebar { 
	float:left;
	width: 565px;  
	background: #c6c6c6;
	margin: 0 auto; 
	padding: 10px 10px 10px 300px; 
} 

#nav { 
 	
	float: left;
	width: 875px;
	height: 26px;  
	margin: 0 auto;
	background-image:url(images/navbar.jpg)
} 

.introtext  { 
   	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;			 
} 

#Column1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 25px; /* padding keeps the content of the div away from the edges */
    font-color: #999999;
}
#Column2 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 8px; /* padding keeps the content of the div away from the edges */
	font-color: #999999;
}
#Column3 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	font-color: #999999;
}
#Column4 {
	float: left; /* since this element is floated, a width must be given */
	width: 217px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	font-color: #999999;
}

#press {
	width:150;
	background: #c6c6c6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	font-color: #FFFFFF;
}

#Columnvid {
	float: left; /* since this element is floated, a width must be given */
	width: 630px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 25px; /* padding keeps the content of the div away from the edges */
    font-color: #999999;
}

#Columnembed {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	font-color: #999999;
}


 



 
