@charset "utf-8";
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 


.twoColFixLtHdr #mainContent {
	margin-top: 20px;
	margin-right: 245px;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: left;
	padding: 0px;
	float: none;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}  
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #E5322D;
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 10px;
	overflow:auto;
	background-color: #FFC;
	border-left-style: double;
	border-bottom-style: double;
}
.twoColFixLtHdr #header h2{
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #F00;
} 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 */
	color: #000000;
}

.twoColFixLtHdr #container #footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	bottom: auto;
}

.twoColFixLtHdr #container #header {
	background-color: #FFF;
}
.headerTag {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: small;
	color: #35225A;
	font-style: normal;
}
#right_image {
	text-align: right;
	background-color: #FFF;
	color: #FFF;
	padding-left: 0px;
}
* html #sidebar {
display: inline; 
margin-left: -245 px; 
}

#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 10px;
	text-align: left;
	padding-left: 10px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-style: oblique;
}


.twoColFixLtHdr #container #sidebar1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006;
	text-align: center;
}
.twoColFixLtHdr #container {
}
.twoColFixLtHdr {
	background-color: #FFF;
	background-repeat: repeat;
	background-image: url(images/stripenova-v_1_3.png);
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: #5C7D99;
	border-right-color: #5C7D99;
	border-bottom-color: #5C7D99;
	border-left-color: #5C7D99;
	text-align: center;
	background-color: #F0F1FF;
} 
.twoColFixLtHdr #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;
}
.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;
}.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #006;
	text-align: center;
}
#mainContent a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F00;
	text-decoration: none;
}
#mainContent a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F00;
	text-decoration: none;
}
#mainContent a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5C7D99;
	text-decoration: underline;
}
#mainContent a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5C7D99;
	text-decoration: underline;
	text-align: center;
}
#header a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-decoration: none;
	text-align: center;
}
#header a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-decoration: none;
}
#header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #F00;
	text-decoration: none;
}
#header a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-decoration: underline;
}
#sidebar1  a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #F00;
	text-decoration: none;
}
#sidebar1  a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #F00;
	text-decoration: none;
}
#sidebar1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #5C7D99;
	text-decoration: underline;
}
#sidebar1  a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #5C7D99;
	text-decoration: underline;
	font-weight: normal;
	text-align: center;
}
#footer a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	text-decoration: none;
	text-align: center;
}
#footer a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #000;
	text-decoration: underline;
}
#footer a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #000;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent h2 strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
}
.SM {
	font-weight: lighter;
	color: #000;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
}

.twoColFixLtHdr #container #footer {
	background-color: #FFC;
}
.bullet {
	font-weight: normal;
	color: #006;
	text-align: left;
	font-size: small;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	word-spacing: normal;
	line-height: normal;
}
.formText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFDF;
}

.right {
	font-weight: bold;
	color: #F00;
	text-align: right;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.numbered {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFF;
}
.headerRed {
	text-align: center;
}
.twoColFixLtHdr #container #header table tr td .headerRed {
	font-weight: bold;
}
.twoColFixLtHdr #container #header table tr td .headerRed {
	color: #0F0;
}
.twoColFixLtHdr #container #header table tr td .headerRed {
	color: #F00;
}
.Centered {
	text-align: center;
}
.profile_image {
	padding-right: 8px;
}
.headerTag_Blue {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: small;
	color: #F00;
	font-style: normal;
}
#mainContent H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	padding-right: 10px;
	text-align: left;
	padding-left: 10px;
	color: #36225D;
}
