@charset "utf-8";
body  {
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 178px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#header form {
	margin: 0px;
	padding: 0px;
}

#header #header_logo {
	height: 178px;
	width: 347px;
	float: left;
	background-color: #000000;
	background-image: url(../images/logo.jpg);
}
#header #header_content {
	height: 178px;
	width: 653px;
	float: right;
	background-color: #000000;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}
#header #header_content #header_search {
	height: 26px;
	width: 445px;
	float: left;
	padding-top: 107px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header #header_content #header_login {
	height: 133px;
	width: 203px;
	float: right;
}
#header #header_content #menu {
	height: 45px;
	width: 653px;
	background-image: url(../images/header_end.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-position: right center;
}
#header #header_content #menu ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 639px;
}
#header #header_content #menu li {
	float: left;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
}
#header #header_content #menu a {
	font-weight: bold;
	color: #F90;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-right: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header #header_content #menu a:hover {
	text-decoration: none;
	color: #FFF;
}

#sml_paragraph {
	margin-top: 15px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#sml_paragraph #sml_heading {
	height: 21px;
	background-color: #000;
	background-image: url(../images/sml_heading_bg.jpg);
	background-repeat: repeat-x;
}
#sml_paragraph #sml_heading #sml_heading_left {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	height: 21px;
	width: 20px;
	float: left;
}
#sml_paragraph #sml_heading #sml_heading_right {
	float: right;
	height: 21px;
	width: 8px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}
#sml_paragraph #sml_heading #sml_heading_content {
	font-size: 12px;
	font-weight: bold;
	color: #F90;
	padding-top: 4px;
	padding-left: 4px;
	width: auto;
	height: 11px;
	float: left;
	margin: 0px;
}
#sml_paragraph #sml_paragraph_content {
	background-color: #000;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #069;
	border-bottom-color: #069;
	border-left-color: #069;
	padding: 4px;
	color: #CCC;
	text-align: left;
	font-size: 10px;
}
#enclosure {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #CCC;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 275px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position:relative;
	z-index:4
}
#mainContent  {
	width: 680px;
	margin-right: 10px;
	padding: 0px;
	position:absolute;
	top:196;
	z-index:1;
} 
#mainContent p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom:0px;
	margin-left: 0px;
}
#footer  {
	height: 150px;
	width: 980px;

	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #F90;
	background-color: transparent;
	background-image: url(../images/bg02.jpg);
	background-repeat: repeat-x,y;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer_left {
	background-image: url(../images/footer_left.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 980px;
	float: left;
	padding-top: 19px;
	background-position: left;
	margin-right: auto;
	margin-left: auto;

}
#footer_right {
	float: right;
	height: 34px;
	width: 980px;
	background-image: url(../images/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	padding-top: 19px;
	padding-right: 15px;
}
#container #footer a {
	color: #F90;
	text-decoration: none;
}
#container #footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.clear_bottom {
	clear:both;
    height:0;
	background-color:#000000;
    font-size: 0px;
    line-height: 0px;
	display:none
}
.b_orange {
	font-weight: bold;
	color: #F90;
}
.paragraph {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom:0px;
}
.paragraph .heading {
	height: 36px;
	background-color: #000;
	background-image: url(../images/heading_bg.jpg);
	background-repeat: repeat-x;
}
.paragraph .heading .heading_left {
	background-color: #000;
	background-image: url(../images/heading_left.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 35px;
	float: left;
}
.paragraph .heading .heading_right {
	float: right;
	height: 36px;
	width: 14px;
	background-attachment: scroll;
	background-image: url(../images/heading_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.paragraph .heading .heading_content {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	padding-top: 10px;
	padding-left: 8px;
	width: auto;
	height: 26px;
	float: left;
}
.paragraph .paragraph_content {
	background-color: #000;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom:0px;
	margin-left: 13px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #069;
	border-bottom-color: #069;
	border-left-color: #069;
	color: #CCC;
	padding: 10px;
	text-align: left;
}
.paragraph .paragraph_content a {
	color: #e9d845;
	font-weight: bold;
}


.sml_orange_h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#links_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#links_list li {
	background-image: url(../images/list_star.png);
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: left center;
}
#cal_paragraph {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom:0px;
}
#cal_paragraph #cal_heading {
	height: 36px;
	background-color:transparent;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #C83F23;
	border-top-color: #C83F23;
	border-left-color: #C83F23;

}
#cal_paragraph #cal_heading #cal_heading_left {
	background-color:#C83F23;


	height: 36px;
	width: 0px;
	float: left;
}
#cal_paragraph #cal_heading #cal_heading_right {
	float: right;
	height: 36px;
	width: 0px;
	background-color:#C83F23;
	
}
#cal_paragraph #cal_heading #cal_heading_content {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 8px;
	width: auto;
	height: 26px;
	float: left;
}
#cal_paragraph #cal_paragraph_content {
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C83F23;
	border-bottom-color: #C83F23;
	border-left-color: #C83F23;
	color: #FFFFFF;
	padding: 0px;
	text-align: left;
}
#cal_paragraph .paragraph_content a {
	color: #FFFFFF;
	font-weight: bold;
}
#cal_paragraph .paragraph_content a:hover {
	color: #0974AC;
}
#cal_sml_orange_h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#snow_effect {
	height: 15px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	border-left-color: #F90;
	padding: 3px;
	background-color: #000;
	font-size: 10px;
	font-weight: bold;
}
.return_top a{
	color: #0974AC;	
}
.return_top a:hover {
	color: #0066CC;
}
.standard_link{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.standard_link:hover{color:#324B76;}