@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E1E1E1;
	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-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
.twoColFixRt #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #header {
	width: 800px;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/logo_bg.gif);
}
.twoColFixRt #nav {
	width: 100%;
	padding: 0px 0px 2px 0px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
}
	.twoColFixRt #page {
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-image: url(../images/page_spacer.gif);
	background-repeat: repeat-x;
	}
.twoColFixRt #nav_spacer {
	width: 100%;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/page_spacer.gif);
	background-repeat: repeat-x;
	}
.twoColFixRt #main {
	margin: 0 0 0 260px;
	width: 540px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #434343; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.twoColFixRt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	background-color: #CFCEC1;
	padding: 12px 8px 4px 12px;
}
.twoColFixRt #maincontent {
	margin: 0 0 0 260px;
	height: auto;
	text-align: left;
	padding: 8px;
	width: 524px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 

.twoColFixRt #mainContent_admin {
	margin: 20px 0 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: 0 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.twoColFixRt #content_new {
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #FFFFFF;
	padding: 8px;
	overflow: inherit;
	text-align: left;
}
.twoColFixRt #footer {
	background: #FFFFFF;
	margin: 0 
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px 0px 4px 4px;
}
.tab1 {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	font: bold 12px sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #333333;
	text-decoration: none;
}

.tab1_sel {
	color: #990000;
	text-decoration: none;
}

.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;
}
.header-border12 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 4px;
}
.text-header14 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 4px;
}

.subhed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
}

a:visited {
text-decoration: none;
} 

a:active 
{
text-decoration: none;

}




.twoColFixRt #header a {
	text-decoration: none;
	font-weight: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.twoColFixRt #header a:hover {
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}
a:hover {
	text-decoration: underline;
}
.posted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.text11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.text12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.news {
	height: 300px;
	padding-left: 12px;
	padding-right: 12px;
	overflow: auto;
}
.breadcrumb10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.breadcrumb11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}
.breadcrumb12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.learn10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D327F;
	text-decoration: none;
	
	}
.learn11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D327F;
	text-decoration: none;
	
	}
	

.learn12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0D327F;
	font-size: 12px;
	text-decoration: none;	
	
}
.learnRed {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
.learnRed12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.learnRed14 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
.image {
	background-color: #FFFF66;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 2px solid #003399;
	margin-bottom: 4px;
	margin-right: 8px;
}
.image_content {
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	float: right;
}
.image_content2 {
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.menu
{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: -1px;
	font-weight: bold;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
.submit2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	padding: 6px 10px 6px 10px;
}
.input_canvas {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	height: 35px;
	padding: 1px;
	border: 3px solid #cccccc;
	
	}
.input_textarea {
	width: 646px;
	height: 150px;
	padding: 2px;
	border: 3px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.input_form {
	width: 550px;
	height: 14px;
	padding: 4px;
	border: 3px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.sidebar_content {
	width: 100%;
	padding: 8px 8px 8px 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333; /* this overrides the text-align: center on the body element. */	
}	
.sidebar {
	width: 100%;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/nav_bg3.jpg);
	background-repeat: repeat-x;
	}	
.footer_bar {
	width: 100%;
	height: 2px
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/nav_bg2.jpg);
	background-repeat: repeat-x;
	
	}
.border-bottom {
	border-bottom: solid 1px #999999;
}
