/* CSS Document */


.style1 {color: #FFFFFF}
.style2 {color: #B1D9F1}

body  {
	background-color: #191919;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColFixRt #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* 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:  0px;
}
.twoColFixRt #mainContent { 
	margin: 0px 240px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.oneColFixCtr #container {
	width: 734px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


<style type="text/css">

.link1 a:link { color: #B1D9F1; text-decoration: none;}
.link1 a:visited { color: #B1D9F1; text-decoration: none;}
.link1 a:hover { color: #FFFFFF; text-decoration: underline;}
.link1 a:active {
	color: #B1D9F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}

input.groovybutton
{
   font-size:9px;
   font-family:Arial,sans-serif;
   color:#888888;
   width:55px;
   background-color:#FFFFFF;
   border-style:ridge;
   border-color:#EEEEEE;
}

.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #B1D9F1;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
}
.boldtype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #514B47;
	list-style-type: circle;

}
.bodycopy_space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	list-style-type: circle;

}

.bodycopylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #113244;
	list-style-type: circle;

}
.bodycopywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	list-style-type: circle;

}
.headcopywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	list-style-type: circle;

}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.subhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #02344C;
	text-decoration: none;
	font-style: normal;

}

.darklink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #02344C;
}
.smallbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	list-style-type: circle;
}
.headline2006 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #02344C;
}
.headlinetimeline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5C8398;
}
.bodysmallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	list-style-type: circle;
}
.bodysmallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #820000;
	list-style-type: circle;
}
.bodysmallboldlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #424242;
	list-style-type: circle;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	list-style-type: circle;
}
.head_italic {
	font-family: "Arial Narrow";
	font-size: 24px;
	line-height: 0;
	margin-top:8px;
	font-style: italic;
	text-align: left;
	font-weight: lighter;
	color: #393532;
}
.subhead_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 0;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #514b47;
	list-style-type: circle;
	text-align: left;
}
p.no_alias {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
	margin-top:0px;
	font-style: normal;
	text-align: left;
	color: #404040;
}
p.no_alias a {
	color: #666666;
	text-decoration: none;
}
p.no_alias a:hover {
	color: #333333;
	text-decoration: none;
}
p.no_aliasbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
	font-style: normal;
	text-align: left;
	color: #404040;
	font-weight: bold;
}
.contactinfo {
	color: #CDA912;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: normal;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
	margin-top:0px;
	font-style: normal;
	text-align: left;
	color: #FFFFFF;
}
.contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
	margin-top:0px;
	font-style: normal;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
}
.contact a:hover {
	color: #FFFFFF;
}
.contactbold {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	margin-top:0px;
	text-align: left;
	color: #404040;
}
.sitemap a:link {
	color: #404040;
	text-decoration: none;
	list-style-type: disc;
	left: 20px;
	list-style-position: inherit;
}.sitemap a {
	color: #404040;
	text-decoration: none;
}
.sitemap a:hover {
	text-decoration: underline;
}
.sitemapbold {
	letter-spacing:0.05em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
a.franz:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	line-height: 12px;
}
a.franz:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #686868;
	font-size: 12px;
	line-height: 12px;
}
a.franz:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #990000;
	font-size: 12px;
	line-height: 12px;
}
a.franz:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #545454;
	font-size: 12px;
	line-height: 12px;
}



