@charset "UTF-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	line-height: 145%;
	text-decoration: none;
	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 */
	background-color: #FDFFFF;
	background-image: url(../images/star_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

p {
	font-size: 0.98em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


h1, h2, h3 {
	color: #2A2755;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 85%;
}

h1 {
	font-size: 2em;
	color: #FCC013;
}
h2 {
	font-size: 1.8em;
	color: #FCC013;
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-size: 2em;
	color: #6B6989;
	line-height: 100%;
}

a:link {
	color: #FCC013;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FCC013;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
 

.twoColFixLtHdr #container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #0081CB;
} 
.twoColFixLtHdr #header { 
	height: 150px;
	background-color: #000000;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 90px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	height: auto;
	float: right;
	width: 520px;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
} 
.twoColFixLtHdr #footer {
	padding: 30px 10px 10px 10px;
	height: auto;
	margin: 0 auto;
	bottom: 0px;
	width: 750px;
	text-align: right;
} 
.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: left;
	clear: right;
}
.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;
}

 ul#navlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.95em;
	line-height: 0.95em;
	vertical-align: text-bottom;
	margin: 0;
	padding: 0;
	letter-spacing: -0.1em;
}
 #navlist li {
	list-style-type: none;
	display: inline;}
 #navlist a {
	display: block;
	width: 95%;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 8px;
}

 #navlist a:link {
	color: #FFFFFF;
	text-decoration: none;
}
 #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
 #navlist a:hover {
	color: #FFFFFF;
	background-color: #1C1B38;
	text-decoration: none;
}
.navsub a{
	font-weight: normal;	
}
.navsub a:visited {
	font-weight: normal;	
}
.navsub a:hover {
	font-weight: normal;	
}
	
.footer {
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 0;
	color: #95D0EF;
	vertical-align: bottom;
}
.footer a:link {
	text-decoration: none;
	color: #00CCFF;
}
.footer a:visited {
	text-decoration: none;
	color: #00CCFF;
}
.footer a:hover {
	text-decoration: underline;
	color: #FCC013;
}
.img_place {
	margin: 0;
	padding: 30px 0px 0px 10px;
}

.telno {
	font-size: 2em;
	color: #6B6989;
	line-height: 130%;
	font-family: "Times New Roman", Times, serif;
}
#clear {
	clear: both;
}
#newsjoin {
	display: none;
	background-color: #000000;
	width: 100%;
	text-indent: 20px;
	font-size: 0.9em;
	color: #FFBF00;
	padding-bottom: 3px;
	padding-top: 3px;
}
#newsjoin form {
	margin: 0px;
	padding: 0px;
}
#newsjoin input {
	font-size: 0.95em;
	color: #FFBF00;
	background-color: #000000;
	border: 1px solid #FFBF00;
	margin: 0px;
	padding: 0px;
}
#newsjoin .submit {
	font-size: 0.95em;
	color: #FFBF00;
	background-color: #000000;
	border: 1px solid #FFBF00;
	margin: 0px;
	padding: 0px;
	height: 1.5em;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 0px;
	line-height: 0px;
	color: #0081CB;
}
