body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: top;
}
h1
{
    font-family: "Times New Roman" , Times, serif;
    font-size: 14px;
    color: #0067B1;
    font-variant: small-caps;
}
h2 {
}
h3 {
}
table {
}
td {
}
/*Links*/
a:link, a:visited {
	color: #0067B1;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #003556;
	text-decoration: underline;
}

.newvis{
	color: #333333;
	font-size: 10px;
}
a.newvis:link, a.newvis:visited {
	color: #333333;
	text-decoration: none;
}
a.newvis:hover, a.newvis:active {
	color: #9dbdd4;
	text-decoration: none;
}
a.homelink:link, a.homelink:visited{
	font-size: 10px;
	color: #7a7a7a;
	text-decoration: none;
}
a.homelink:hover, a.homelink:active{
	font-size: 10px;
	color: #0067B1;
	text-decoration: none;
}
a.whitelink:link, a.whitelink:visited, a.whitelink:hover, a.whitelink:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.ddmenu 
{
    padding-right: 5px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	text-decoration: none;
}
.required {
	color: #FF0000;
}

/*Innertubes*/
.innertube_home
{
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.innertube_all{
	padding: 6px;
}
.innertube_sub{
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.innertube_left{
	padding-left: 20px;
}
/*Floats*/
.float_left{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.float_right{
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
/*Homepage Styles*/
.maincontainer{
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.home_top_bckgd
{
    background-image: url(../images/common/header_top.jpg);
    height: 33px;
    width: 619px;
    background-repeat: no-repeat;
}
.home_left_bckgd
{
    background-image: url(../images/home/home_bckgd_left.jpg);
    width: 544px;
    background-repeat: repeat-y;
    text-justify: auto;
    vertical-align: top;
    text-align: justify;
}
.home_right_bckgd
{
    background-image: url(../images/home/home_bckgd_right.jpg);
    width: 276px;
    background-repeat: repeat-y;
    text-justify: auto;
    vertical-align: top;
    text-align: justify;
}
.blue_italic
{
    font-family: "Times New Roman" , Times, serif;
    font-size: 14px;
    color: #0067B1;
    font-style: italic;
    vertical-align: top;
    line-height: 18px;
}
.grey_italic
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    vertical-align: top;
}
.dots
{
    font-size: 8px;
    border-bottom: #7a7a7a 2px dotted;
}
/*Subpage Styles*/

.sub_txt_bckgd
{
    width: 820px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    background-image: url(../images/common/body_repeat.jpg);
}
/*listing Styles*/
.listingtitlebold
{
    font-weight: bold;
}
.listingtext
{
    color: black;
}
.detailtitle
{
    font-weight: bold;
    font-size: 14px;
    color: #0067B1;
}
.detailsubtitletitle
{
    color: #0067B1;
    }

/*CMS Styles*/
.plain{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
    }