@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #d1d6d9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 105%;
}
.scrTemplate #container {
	width: 931px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
#container a:link {
	color: #003399;
}
#container a:visited {
	color: #003399;
}
#container a:hover {
	color: #990000;
}
li a:link {
	color: #003399;
}
li a:visited {
	color: #003399;
}
li a:hover {
	color: #990000;
}

.scrTemplate #header {
	background-color: #fff;
	background-image: url(structure/header-scr.jpg);
	background-repeat: no-repeat;
	height: 282px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.scrTemplate #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 20pt;
	font-weight: normal;
	padding-top: 130px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 580px;
	color: #364E72;
}
.scrTemplate #container #header .navigation {
	background-color: #CCCCCC;
	background-image: url(structure/bar-scr-background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 33px;
	padding-top: 0px;
	position: absolute;
	top: 249px;
	width: 931px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11pt;
	font-weight: bold;
}
div#navType {

	padding-left: 40px;
	padding-top: 8px;
}
div#navType a:link{
	color: #ffffff;
	text-decoration: none;
	padding-right:25px;
	}
div#navType a:visited{
	color: #ffffff;
	text-decoration: none;
		padding-right:25px;
	}
 div#navType a:hover{
	color:#000066;
	text-decoration: underline;
		padding-right:25px;

	}
.scrTemplate #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* padding keeps the content of the div away from the edges */
	margin-left: 37px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 135%;
}
.scrTemplate #sidebar1 a:link {
color: #003399;
text-decoration: none;
}
.scrTemplate #sidebar1 a:visited {
color: #003399;
text-decoration: none;
}
.scrTemplate #sidebar1 a:hover {
color: #993399;
text-decoration: underline;
}
.scrTemplate #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 186px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 37px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 135%;
}
.scrTemplate #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-left: 245px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 84%;
	line-height: 140%;
} 
.scrTemplate #mainContent2 {
	margin-top: 0;
	margin-right: 30px;
	margin-left: 245px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 84%;
	line-height: 140%;
} 
.rightHighlight {
	padding: 5px;
	float: right;
	width: 250px;
	margin-left: 15px;
}
.caption {
	font-size: 9.5pt;
	font-style: normal;
	line-height: normal;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-indent: 0px;
}

.scrTemplate #container #sidebar2 .rightNews {
	background-image: url(structure/news-back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 8px;
	font-size: 9.3 pt !important;
	}
.scrTemplate #container #mainContent .index-type {
	font-size: 105%;
	line-height: 145%;
	padding-top: 10px;
}
.scrTemplate #container #mainContent2 .index-type {
	font-size: 105%;
	line-height: 145%;
	padding-top: 10px;
}

.scrTemplate #container #sidebar2 .rightNews h3 {
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 3px;
}
.scrTemplate #container #sidebar2 .rightNews p {
margin-bottom: -5px;
}
.scrTemplate #container #sidebar2 .rightNews a:link {
color: #003399;
}
.scrTemplate #container #sidebar2 .rightNews a:visited {
color:#003399;
}
.scrTemplate #container #sidebar2 .rightNews a:hover {
color: #990000;
}
.scrTemplate #footer {
	background-color: #ffffff;
	background-image: url(structure/bar-scr-background.jpg);
	background-repeat: repeat-x;
	font-size: 80%;
	color: #FFFFFF;
	height: 33px;
	padding-top: 60;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: bottom;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.scrTemplate #footer a:link, a:visited{
	color:#fff;
	text-decoration: none;

}
.scrTemplate #footer a:hover {
	color:#fff;
	text-decoration: underline;
}
.scrTemplate #footer .footerSpan {
	float: right;
	margin-right: 20px;
}


.scrTemplate #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
h1 {
	font-size: 16pt;
	color: #333333;
	margin-top: 10px;
}
h3 {
	font-size: 11.5pt;
	color: #333333;
}
h4 {
	font-size: 11pt;
	color: #333333;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
h2 {
	font-size: 13pt;
	color: #333333;
}

.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;
}
.scrTemplate #container #mainContent .team {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	height: 190px;
}
.scrTemplate #container #mainContent .team p {
	font-size: 120%;
	line-height: 70%;
	font-weight: normal;
	color: #666666;
}
.scrTemplate #container #mainContent .team p a:link {
	color: #666666;
	padding-bottom: 2px;
	text-decoration: underline;
}
.scrTemplate #container #mainContent .team p a:visited{
	color: #666666;
	text-decoration: underline;
}
.scrTemplate #container #mainContent .team p a:hover{
	color: #333399;
	text-decoration: underline;
}
.scrTemplate #container #mainContent2 .team {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	height: 190px;
}
.scrTemplate #container #mainContent2 .team p {
	font-size: 120%;
	line-height: 70%;
	font-weight: normal;
	color: #666666;
}
.scrTemplate #container #mainContent2 .team p a:link {
	color: #666666;
	padding-bottom: 2px;
	text-decoration: underline;
}
.scrTemplate #container #mainContent2 .team p a:visited{
	color: #666666;
	text-decoration: underline;
}
.scrTemplate #container #mainContent2 .team p a:hover{
	color: #333399;
	text-decoration: underline;
}
.leftImg {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.scrTemplate #container #mainContent .team h3 {
	font-size: 140%;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0px;
}

.scrTemplate #container #mainContent .team img {
	float: left;
	margin-right: 15px;
}

.scrTemplate #container #mainContent2 .team h3 {
	font-size: 140%;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0px;
}

.scrTemplate #container #mainContent2 .team img {
	float: left;
	margin-right: 15px;
}
.scrTemplate #container #mainContent2 .productCopy {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-weight: normal;
}
.scrTemplate #container #mainContent2 .productCopy img {
	float: left;
	margin-right: 15px;
}
.scrTemplate #container #mainContent2 .productCopy h3 {
	font-size: 140%;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0px;
}
.scrTemplate #container #mainContent2 .productCopy a:link {
	color: #666666;
	padding-bottom: 2px;
	text-decoration: underline;
}
.scrTemplate #container #mainContent2 .productCopy a:visited{
	color: #666666;
	text-decoration: underline;
}
.scrTemplate #container #mainContent2 .productCopy a:hover{
	color: #333399;
	text-decoration: underline;
}.rightImg {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.scrTemplate #container #mainContent2 .newslayout {
	margin-bottom: 10px;

}
.scrTemplate #container #mainContent2 .newslayout p {
	font-weight: normal;
	color: #666666;
}
.scrTemplate #container #mainContent2 .newslayout p a:link {
	color: #666666;
	padding-bottom: 2px;
	text-decoration: underline;
}
.scrTemplate #container #mainContent2 .newslayout p a:visited{
	color: #666666;
	text-decoration: underline;
}
.scrTemplate #container #mainContent2 .newslayout p a:hover{
	color: #333399;
	text-decoration: underline;
}
.scrTemplate #container #mainContent2 .newslayout h3 {
	font-size: 120%;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0px;
}
.scrTemplate #container #mainContent2 .newslayout .date {
	font-size: 9.2pt;
	font-weight: normal;
	line-height: 90%;
	margin-bottom: 0px;
	margin-top: 2px;
	font-style: italic;
	color: #666666;
}
.scrTemplate #container #mainContent2 .newslayout hr {
	border: none 0;
	border-top: 1px dashed #999999;
	height: 1px;
	}