@charset "UTF-8";
/* CSS Document */
body { 
	margin:0;
	padding:0; 
	font-family: Ubuntu, sans-serif, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:lighter;
	color:#000;
	background-color:#FFF;
}
.alignLeft {
	float:left;
}
.alignRight {
	float:right;
}
.clearBoth {
	clear:both;
}
.site_width {
	width:1000px;
	margin:auto;
}
.site_inner_content_width {
	width:925px;
	margin:auto;
}
.site_bar_flash {
	height:700px;
}
.thickRedBarDimensions {
	width:8px;
	height:64px;
}
.thickRedBarRepeatWidth {
	width:984px;
	height:64px;
}
.thickRedBarRepeat {
	background: url(../images/thickRedLine.jpg) repeat-x;
}
.thickRedBarLeft {
	background:url(../images/thickRedLineLeft.jpg) no-repeat;
}
.thickRedBarRight {
	background:url(../images/thickRedLineRight.jpg) no-repeat;
}
.thickGrayBarDimensions {
	width:8px;
	height:62px;
}
.thickGrayBarRepeatWidth {
	width:984px;
	height:62px;
}
.thickGrayBarRepeat {
	background: url(../images/thickGrayLine.jpg) repeat-x;
}
.thickGrayBarLeft {
	background:url(../images/thickGrayLineLeft.jpg) no-repeat;
}
.thickGrayBarRight {
	background:url(../images/thickGrayLineRight.jpg) no-repeat;
}
.txtFooter {
	font-size:11px;
	margin-top:25px;
	margin-left:20px;
	margin-right:20px;
}
.txtTitleSmallBlack {
	font-weight:bold;
	line-height:35px;
}
.txtTitleMediumWhite {
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}
.txtTitleMediumBlack {
	font-size:18px;
	font-weight:bold;
	color:#;
}
.marginTop50 {
	margin-top:50px;
}
.marginTop40 {
	margin-top:40px;
}
.marginTop20 {
	margin-top:20px;
}
.marginTop10 {
	margin-top:10px;
	font-size: 13px;
}
.justify {
	text-align:justify;
}
.logo {
	background: url(../images/logo.png) no-repeat center;
	width:67px;
	height:25px;
	margin-top:20px;
	margin-left:32px;
	margin-right:0;
}


a:link {color:#3366cc;}      /* unvisited link */
a:visited {color:#3366cc;}  /* visited link */
a:hover {color:#FF0000;}  /* mouse over link */
a:active {color:#FF0000;}  /* selected link */
