@charset "utf-8";
/* CSS Document */
body {
	background-color: #D9D9D9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	font-family: Verdana;
	color: #333333;
	font-size: 10px;
}
#quicklink a {
display:block;
background:url(../images/button_quicklinks.gif) repeat-y #e9e9e9;
padding:0px 0px 0px 10px;
text-decoration:underline;
color:#333333;
font-weight:bold;
width:204px;
line-height:32px;
height:32px
}
#quicklink a:hover {
color:#F79647;
background:url(../images/button_quicklinks.gif) repeat-y #e9e9e9;
}
.padding_quicklinks{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#quicklink2 a {
display:block;
background:url(images/button_quicklinks.gif) repeat-y #e9e9e9;
padding:0px 0px 0px 10px;
text-decoration:underline;
color:#333333;
font-weight:bold;
width:170px;
line-height:32px;
height:32px; }
#quicklink2 a:hover {
color:#F79647;
background:url(images/button_quicklinks.gif) repeat-y #e9e9e9; }
.title_black {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	padding: 10px; }
.header{
	border-style: solid;
	border-width: thin;
	border-color: #6C6C6C; }
.top_column_padding{
	padding-top: 8px; }
.padding_content{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
a:link, a:visited, a:active{
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#F79647;
	text-decoration:underline;
	font-weight: bold;
}
a.more_link:link, a.more_link:visited, a.more_link:hover, a.more_link:active{
	color: #F79647;
	text-decoration:none;
	font-weight:normal;
}
a.small_link: link, a.small_link:visited, a.small_link:hover, a.small_link:active{
	font-size:9px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}
.orange_txt{
	color: #F79647;
	font-weight:bold;
}
.footer_txt{
	color: #999999;
}
a.footer_link:link, a.footer_link:visited, a.footer_link:active{
	color: #999999;
	text-decoration:none;
	font-weight:normal;
}
a.footer_link:hover{
	color: #000000;
	text-decoration:none;
	font-weight:normal;
}
input{
	border-color: #333333;
}

textarea{
	border-color: #333333;
}

a.secondary:link, a.secondary:visited, a.secondary:active{
	font-size:12px;
	/*font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:2px;
	color: #444444;
	text-decoration:none;
}

a.secondary:hover{
	font-size:12px;
	/*font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:2px;
	text-decoration:none;
	color:#f79647;
}
#tertiary a{
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	background:#ffffff;
	text-transform: capitalize;
}

.section_heading {
	/*font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-variant: small-caps;
	font-weight:bold;
	letter-spacing:2px;
	color: #444444;
	padding: 1px 5px;
	background-color: #E9E9E9;
	line-height:20px;
	height:20px;
	display:block;
}

#tertiary a:hover{
	color:#f79647;
	background:#ffffff;
	text-transform: capitalize;
}

 