/*External Style Sheet*/

body 
	{
	background-color:#FFFFFF;
	color:#363636;
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	background-image:url("images/main_bg1.jpg");
	background-repeat:repeat-y;
	font-size:9pt;
	font-family:Arial,sans-serif;	
	}
h1
	{
	font-size:11pt;
	color:white;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	}

h2
	{
	color:#A41128;
	font-size:13pt;
	text-align:left;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	}
h3
	{
	color:#A41128;
	font-size:10pt;
	text-align:left;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	}
	
span.addy
	{
	color:#5c5c5c;
	font-size:9pt;
	font-weight:bold;
	}
span.legal
	{
	color:#363636;
	font-size:10px;
	}

div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}
	
ul#navlist
	{
	list-style-type: none;
	padding:0;
	margin: 0;
	white-space: nowrap;
	}

ul#navlist li
	{
 	margin: 0 0 0 4px;
	display: block;
	float: left;	
	border-style:solid;
	border-width:1px;
	border-color:#2A3767;
	border-bottom:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	height:23px;
	background-image:url("images/link_bg21.gif");
	background-repeat:repeat-x;
	}
ul#navlist li.double
	{
	margin: 0 0 0 4px;
	display: block;
	float: left;	
	border-style:solid;
	border-width:1px;
	border-color:#2A3767;
	border-bottom:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	height:30px;
	background-image:url("images/link_bg.gif");
	background-repeat:repeat-x;
	}
ul#navlist li.double1
	{
	margin: 0 0 0 4px;
	display: block;
	float: left;	
	border-style:solid;
	border-width:1px;
	border-color:#2A3767;
	border-bottom:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	height:30px;
	background-image:url("images/link_bg21.gif");
	background-repeat:repeat-x;
	}	
	

#navlist a
	{
	font-size:9pt;
	overflow:hidden;
	text-align: center;
	text-decoration:none;
	}

div.outer ul#navlist a:hover
	{ 
	color:black;
	text-decoration:none;
	}
div.outer ul#navlist a:vlink
	{ 
	color:#2A3767;
	}
div.outer ul#navlist a:alink
	{ 
	color:#2A3767;
	}	
div.outer ul#navlist a
	{ 
	color:#2A3767;
	}
div.outer a:hover
	{
	height:30px;
	}

	
div.outer
	{
	font-size:9pt;
	font-weight:bold;
	overflow:hidden;
	text-align: center;
	}

table
	{
	border-style:none;
	width:100%;
	text-align:center;
	}
td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}
td.leftbar
	{
	width:200px;
	background-color:#A41128;
	}
td.leftbar1
	{
	width:200px;
	background-color:#A41128;
	}

	

img
	{
	border-style:none;
	}

a:alink
	{
	text-decoration: underline;
	color:black;
	}

a:vlink
	{
	text-decoration: underline;
	color:black;
	}
a
	{
	font-family:Arial,sans-serif;
	text-decoration: underline;
	color:black;
	}
a:hover
	{
	text-decoration: underline;
	color:black;
	}
