/*****margin: (top)0px (right)40px (bottom)10px (left)10px;***/
/***********Template Styles***************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	font-size:12px;
	line-height:24px;
	margin:5px 0 0 0;
	color:#102441;
}


.main-table{
	border-right:1px solid #003366;
	border-left:1px solid #003366;
	border-bottom:1px solid #3C5E89;
}


.top-links {
	color: #003366;
	font-size:11px;
	margin:0;
	text-align:right;
	width:900px;
	padding:10px 0 10px 0;
}

.top-links a{
	color: #003366;
	text-decoration:underline;
}

.top-links a:hover{
	color:#aaa;
	text-decoration:none;
}

td{
	font-size: 12px;
	line-height:24px;
}


/***********Navbar Styles (styles for formating Navbar)***********/
.navbar{
	background-color:#213957;
	width:900;
}

/***********Content Styles (styles for formating content and content container)***********/
.content h1 {
	color:#069;
	font-weight:100;
	font-size: 30px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/template/faded-line.jpg);
	background-position:left bottom;
	line-height:48px;
	background-repeat:no-repeat;
}

.content {
	font-size: 12px;
	padding:10px 10px 10px 10px; 
	background-color:#fff;
	/*min-height:475px;*/
	margin:0 0 0 0;
}

.content p{
	line-height:24px;
}

.content img{
	border:1px solid #000;
}


.content ul li{
	list-style-type:square;
	font-size: 12px;
	line-height:24px;
	margin:auto auto auto -10px;
	padding:auto auto auto 0;
}

.content ol li{
	font-size: 12px;
	line-height:24px;
	margin:auto auto auto -10px;
	padding:auto auto auto 0;
}

ol.roman{
	list-style-type:upper-roman;
	margin:auto auto auto auto;
}

ol.alpha{
	list-style-type:upper-alpha;
	margin:auto auto auto auto;
}

.content a{
	color: #003366;
	text-decoration:underline;
}

.content a:hover{
	color:#aaa;
	text-decoration:none;
}

hr {
	color:#000;
}

.firm-name{
	color:#003366;
	font-variant: small-caps;
	font-weight:bold;
}

.subhead1{
	font-weight:bold;
	color:#003366;
}

.highlighted-box{
	background-color:#f0eeee;
	color:#000000;
	border:1px solid #666;
	padding:5px;
	margin-right:5px;
}

.highlighted-box img{
	border:1px solid #000000;
	margin:1px;
}

.formatted-table{
	border-top:1px solid #003366;
	border-left:1px solid #003366;
	border-bottom:1px solid #003366;
	background-color:#eee;
	margin-bottom:24px;
}

.formatted-table th{
	background-color:#213957;
	color:#FFF;
	font-size:12px;
}

.formatted-table td{
	border-right:1px solid #003366;
}

.formatted-table a{
	
}




.formatted-table ul{
	padding:0 0 0 15px;
	margin:0;
}

.formatted-table ul li{
	padding:0 0 0 0;
	margin:0;
	
}

.faded-line-table {
	background-image:url(images/template/faded-line.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 0 12px 0;
	margin:12px 0 0 0;
}

ol.foot-notes {
	/*border-top:1px solid #333;*/
	background-color:#ddd;
}

ol.foot-notes li{
	font-size:9px;
}

/**********Bottom Styles(styles for formating textlinks, address, and disclaimer/credit to webline)*********/	

.bottom-links {
	color: #003366;
	font-size:11px;
	margin:0; 	
	text-align:center;
}

.bottom-links a{
	color: #003366;
	text-decoration:underline;
}

.bottom-links a:hover{
	color:#aaa;
	text-decoration:none;
}

.credit {
	font-size: 11px;
	line-height:14px;
	text-align:center;
	color: #000;
	background-color:#fff;
	padding:5px 10px 5px 10px; 
	margin:0;
	
}

.credit a{
	color: #000;
	text-decoration:underline;
}

.credit a:hover{
	color:#aaa;
	text-decoration:none;
}

.address{
	font-size: 11px;
	line-height:18px;
	color: #fff;
	background-color:#3C5E89;
	text-align:center;
	padding:5px;
	margin-bottom:0;
}

.address a{
	color: #fff;
	text-decoration:underline;
}

.address a:hover{
	color:#aaa;
	text-decoration:none;
}


.address .firm-name{
	color:#fff;
	font-variant: small-caps;
	font-weight:normal;
	font-size:12px;
}