/* CSS Document */
body  {
	font-family: 'Verdana'; color: #333;
	font-size: 12px;
	background:url(../media/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	/*background: #F3F3F3;*/
	margin: 20px 0px 0px 0px; /* 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;
}

/* General Links */
a:link { text-decoration : none; color : #0066cc; border: 0px; outline: none;-moz-outline-style: none;} 
a:active { text-decoration : underline; color : #0066cc; border: 0px; outline: none; -moz-outline-style: none;} 
a:visited { text-decoration : none; color : #0066cc; border: 0px; outline: none; -moz-outline-style: none;} 
a:hover { text-decoration : underline; color: #003366; /*background:#990033; padding:4px;*/ border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}


img { padding: 0px; margin: 0px; border: none; background:none;}
hr { border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px dotted #abb0b5; border-bottom:0px solid #abb0b5; height : 1px;  }

input { font-family: "Trebuchet MS"; color: #2a2e31; font-size: 11px;}
textarea { font-family: "Trebuchet MS"; color: #2a2e31; font-size: 11px; }
select { font-family: "Trebuchet MS"; color: #2a2e31; font-size: 11px;  }

H1	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #0066b3;
	font-size: 20px;
	line-height: 24px;
}	
H2	{
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
}
H3	{
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
}
p, td	{
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#bgcontain { width: 700px; background: #fff; margin: 10px auto; border: solid 1px #e9e9e9;}

#ask {
font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	}
	
#ask td.startpage {
font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	}
	
#ask a.startpage {
font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	}

/* Header */
.Header { background: url(../media/HeaderBkg.gif) repeat-x left top; position: relative; padding: 10px 10px 10px 160px; margin: 1px; height: 100px;}
.HL { position: absolute; top: 0px; left: 0px; background: url(../media/head_picture.jpg) no-repeat left top; height: 299px; width: 144px;}

.LC { position: absolute; top: 357px; left: 0px; width: 144px; padding: 7px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sitenameText { font-size: 28px; font-weight: normal; font-family: 'Verdana' ; color:#000; padding: 0px 0px 0px 0px;}
.navText { padding: 0px; margin: 0px; font-size: 12px; float: left;}
.navText a {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Content */
.Content { padding: 10px 10px 10px 160px; }
.headerText {
	padding: 10px 0px;
	margin: 0px 0px 5px 0px;
	color:#666;
	text-align: left;
} 
.bodyText { font-size: 12px; line-height: 17px; text-align: left;}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Search Content */
.SearchContent { 
padding: 10px 10px 10px 160px; 
margin: 0px 0px 2px 0px;
	color:#000000;
	text-align: left;
	}
.SearchBodyText { font-size: 10px; line-height: 13px; text-align: left;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Footer { position: relative; padding: 0px 0px 20px 0px;}

.copyrightText{ font-size: 10px; line-height: 14px; color:#818778;}
.footerLink {}
.footerLink a {}h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0066B3;
}
.emphasis {
	font-size: 12px;
	color: #0066b3;
}

