/* CSS Document */

html {
	height:100%;
}

body {
	padding:0; 
	margin:0; 
	height:100%; 
	background:url(images/bg.gif) repeat-x top #ffffff;
	font-size:13px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#49453c;
	line-height:13px;
}

/* You can change the width of this container to whatever the width of the site is, but
you need to have a width on the container. Check the width of the main table too.*/

#container {
	margin:0 auto;
	padding:0;
	width:821px;
}

/* ----------- HEADER STYLES ------------ */

h1 {
	font-weight:bold;
	font-size:18px;
	display:inline;
	color: #1A2D6F;
}

h2 {
	font-weight:bold;
	font-size:15px;
	display:inline;
	color: #6C53B9;
}

h3 {
	font-weight:normal;
	font-size:13px;
	display:inline
}
h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	display: inline;
}
.phone {
	font-weight: bold;
	color: #1A2D6F;
}
.phonethin {
	font-weight: normal;
	color: #1A2D6F;
}
.footer {
	font-style: italic;
	font-weight: bold;
	color: #999999;
	font-size: 12px;
}
.emph {
	font-style: italic;
	font-weight: normal;
	color: #6C53B9;
}
  
table, td {
	border-collapse:collapse;
}

table, td, img {
	border:0; 
	padding:0;
}

form, td {
	margin:0; 
	padding:0;
}

br {
	font-size:10px;
}

table{
	border:0px; 
	border-collapse:collapse;	
}

td, input, textarea{
	font-size:13px;
    font-family:Tahoma;
	color:#49453c;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

td, select, input {
	font:13px tahoma, arial, helvetica, sans-serif; 
	color:#49453c; 
	vertical-align:top;  
	text-align:left;
}

img a { 
	border:0px;
}

img { 
	vertical-align:top;
}

b {
	color:#f32648;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */

.header{
	font-size:16px;
	font-weight:bold;
	color:#750101;
}
.subheader{
	font-size:13px;
	font-weight:bold;
	color:#750101;
}
a.body:link{
	color:#1A2D6F;
	font-size:13px;
	text-decoration:underline;
}
a.body:visited{
	color:#604EAE;
	font-size:13px;
	text-decoration:underline;
}
#footer {
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
a:link{
	color:#1A2D6F;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#5A4AA8;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

ul{
	margin:0;
	padding:10px 0px 10px 20px;
	list-style:disc;
	line-height: 1.5;
}

/*li{ 
	margin:0px; 
	padding-left:8px; 
	line-height:18px ;
}
li a{
	color:#ffffff; 
	text-decoration:underline;
}
li a:hover{
	color:#ffffff; 
	text-decoration:none;
} */

.clear{clear:both;}
.picright {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.picleft {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
