@charset "UTF-8";
body  {
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 1.5;
	background: url(images/bg_tile.jpg) repeat;
	margin: 0;
	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: #333333;
}
h1 {
	color: #7a1501;
	font-size:16px;
}
h2 {
	color: #000000;
	font-size:14px;
}
a.vjl {
	color: #7a1501;
	font-weight: bold;
	background: #FFFFFF;
	text-decoration: none;
}
a.vjl:hover {
	background-color: #CCCCCC;
	text-decoration: underline;
}
.module {border:10px solid #EBEBEB;}
a:hover {background:#fff;} /* or whatever */
a:hover img.module {border: 10px solid #999999;}
ul {
	list-style: square;
}
.twoColFixRtHdr #container { 
	width: 1024px;
	background-color: #FFFFFF;
	margin: 0 auto;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 0 20px;
	margin: 0;
	
} 
.twoColFixRtHdr #header img {
	border: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding: 15px 10px;
	border-left: 3px dotted #CCCCCC;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* 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: 10px 20px 0 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:600px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 35px;
} 
.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;
}
div.row span.left {
	float: left;
	text-align: left;
	width: 49%;
	color: #7a1501;
	font-size: 9px;
}

div.row span.right {
	float: right;
	text-align: right;
	width: 49%;
	color: #7a1501;
	font-size: 9px;
}
div.spacer {
	height:25%;
	clear: both;
}
.footnote {
	font-size: 9px;
}
.redtype {
	color: #7a1501;
}
