@charset "UTF-8";
body  {
	background: #666699;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, "Helvetica Light", sans-serif;
	font-size: 100%;
}
#container  {
	width: 780px; 
	background: #FFFFFF;
	margin: 20px auto 0;
	text-align: left;
} 
#header  {
	background: #FFFFFF;
	padding: 0px 0px 0px 20px;
	border-top: 10px solid #000000;
	height: 250px;
} 
#mainContent  {
	margin: 0 30px;
	padding: 0;
} 
#mainContent  .backtotop a {
	font-size: 0.8em;
	color: #999999;
	text-decoration: none;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-bottom: 20px;
}
.purpletabs{
	width: 100%;
	overflow: hidden;
}
.purpletabs ul{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, "Helvetica Light", sans-serif;
	list-style: none;
}
.purpletabs  li a{
	text-decoration: none;
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	background: url(images/button_blend_up.gif) repeat-y;
	display: block;
}
.purpletabs li a:visited{
	color: #CCCCCC;
}
.purpletabs li a:hover, .purpletabs li.selected a {
	background: url(images/button_blend_hover.gif) repeat-y; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #333333;
}
#sidebar2 {
	float: right;
	width: 150px;
	margin-left: 40px;
	text-align: center;
	line-height: 1.25em;
	color: #333333;
	margin-bottom: 100px;
}
#footer  {
	background:#000000;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 50px;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 0.8em;
}
#footer table {
	height: 50px;
}
#footer    a:link   {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#footer  a:visited  {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
#footer  a:hover  {
	font-weight: bold;
	color: #CC9936;
	text-decoration: none;
}
#copyright {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 25%;
	float: left;
}
#info {
	width: 30%;
	float: right;
	text-align: right;
	display: block;
	margin-top: 16px;
	margin-bottom: 12px;
}
.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: 8px;
}
.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;
}
.contact {
	font-weight: bold;
	color: #666699;
	margin-left: 20px;
	line-height: 1em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	text-decoration: none;
}
h3 a:link {
	text-decoration: none;
	color: #666699;
}
h3 a:visited {
	text-decoration: none;
	color: #666666;
}
h3 a:hover {
	text-decoration: none;
	color: #CC9936;
}
.companynameleft {
	font-weight: bold;
	color: #666699;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-size: 1.15em;
	text-align: left;
}
.companylocationleft {
	font-style: italic;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.companynameright {
	font-weight: bold;
	color: #666699;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-size: 1.15em;
	text-align: right;
}
.companylocationright {
	font-style: italic;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.headeritalics {
	font-style: italic;
	font-size: 0.9em;
	color: #666666;
}
.companynameleft a:link {
	font-weight: bold;
	color: #666699;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	text-align: left;
	text-decoration: none;
}
.companynameleft a:visited {
	font-weight: bold;
	color: #666699;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	text-align: left;
	text-decoration: none;
}
.companynameleft a:hover {
	font-weight: bold;
	color: #666699;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	text-align: left;
	text-decoration: underline;
}
.companynameright  a:link {
	font-weight: bold;
	color: #666699;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	text-align: right;
	text-decoration: none;
}
.companynameright a:visited {
	font-weight: bold;
	color: #666699;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	text-align: right;
	text-decoration: none;
}
.companynameright a:hover {
	font-weight: bold;
	color: #666699;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	text-align: right;
	text-decoration: underline;
}
#bottomnavigation {
	font-size: small;
	color: #CCCCCC;
	background: #666699;
	text-align: center;
	padding-top: 5px;
	margin: auto;
	width: 100%;
}
#bottomnavigation  a:link {
	font-size: small;
	color: #CCCCCC;
	background: #666699;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	padding-bottom: 5px;
}
#bottomnavigation a:visited {
	font-size: small;
	color: #CCCCCC;
	background: #666699;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
#bottomnavigation a:hover {
	font-size: small;
	color: #CCCCCC;
	background: #666699;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
}
#mainContent  a:link {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}
#mainContent  a:visited {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}
#mainContent  a:hover {
	color: #CC9936;
	text-decoration: underline;
	font-weight: bold;
}
