/*External Style Sheet*/

body 
	{
	background-color:#771F35;
	color:#000066;
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	background-image:url("images/bg_image.gif");
	background-repeat:repeat;
	font-size:12px;
	font-family:Arial,sans-serif;	
	}
h1
	{
	font-size:20px;
	color:#771F35;
	//font-family:Arial,sans-serif;
	font-family:Times New Roman, Times,serif;
	display:inline;
	}

h2
	{
	color:#000066;
	font-size:10px;
	font-family:Verdana,sans-serif;
	display:inline;
	}
h3
	{
	color:#87091E;
	font-size:10pt;
	text-align:left;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	}
	
div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}
div.links
	{
	color:#E5E0D5;
	background-color:#74461C;
	background-image:url("images/link_bg.gif");
	background-repeat:repeat-x;
	width:546px;
	height:27px;
	padding-top:8px;
	}
div.links a
	{
	color:#E5E0D5;
	}
div.links a:alink
	{
	color:#E5E0D5;
	}
div.links a:vlink
	{
	color:#E5E0D5;
	}
div.links a:hover
	{
	color:#E5E0D5;
	}
div.smallcenter
	{
	text-align:center;
	width:350px;
	margin:0 auto;
	}
	
	
span.addy
	{
	font-size:9pt;
	}

table
	{
	border-style:none;
	width:100%;
	text-align:center;
	}
table.inside
	{
	width:772px;
	}
table.inner
	{
	width:546px;
	}
table.list
	{
	width:136px;
	}
table.list2
	{
	width:150px;
	}	
td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}

td.shadow_bottom_right
	{
	background-image:url("images/shadow_bottom_right.gif");
	background-repeat:no-repeat;
	width:6px;
	}	
td.shadow_bottom_left
	{
	background-image:url("images/shadow_bottom_left.gif");
	background-repeat:no-repeat;
	width:6px;
	}
td.shadow_bottom
	{
	background-image:url("images/shadow_bottom.gif");
	background-repeat:repeat-x;
	}	
	
td.shadow_left
	{
	background-image:url("images/shadow_left.gif");
	background-repeat:repeat-y;
	width:6px;
	}
td.shadow_right
	{
	background-image:url("images/shadow_right.gif");
	background-repeat:repeat-y;
	width:6px;
	}
td.list_shadow_right
	{
	background-image:url("images/list_picture_shadow_right.gif");
	background-repeat:repeat-y;
	width:2px;
	}
td.lines
	{
	background-color:#CCBE9E;
	width:2px;
	}
td.horz_lines
	{
	background-color:#CCBE9E;
	}

img
	{
	border-style:none;
	}
img.arrow
	{
	margin-left:18px;
	margin-right:4px;
	}

a.header:alink
	{
	text-decoration: none;
	color:white;
	}

a.header:vlink
	{
	text-decoration: none;
	color:white;
	}
a.header
	{
	font-family:Verdana, Arial,sans-serif;
	font-size:10px;
	text-decoration: none;
	color:white;
	}
a.header:hover
	{
	text-decoration: underline;
	color:white;
	}
	
a:alink
	{
	text-decoration: none;
	color:#771F35;
	}

a.vlink
	{
	text-decoration: none;
	color:#771F35;
	}
a
	{
	font-family:Arial,sans-serif;
	text-decoration: none;
	color:#771F35;
	}
a:hover
	{
	text-decoration: underline;
	color:#771F35;
	}

p
	{
	margin-top:0px;
	margin-bottom:7px;
	}

p.addy
	{
	margin-top:0px;
	margin-bottom:0px;
	}
ul
	{
	list-style:none;
	margin:0;
	padding:0;
	}
	
ul li.diamond
	{
	padding-bottom:0;
	background-image:none;
	background-repeat: no-repeat;
	padding-left:0;
	text-align:left;
	}
ul ul li.diamond
	{
	padding-bottom:0;
	background-image:none;
	background-repeat: no-repeat;
	padding-left:0;
	text-align:left;
	}	
ul li
	{
	padding-bottom:1px;
	background-image:url("images/diamond2.gif");
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-left:21px;
	text-align:left;
	}	
ul ul li
	{
	padding-bottom:3px;
	background-image:url("images/diamond.gif");
	background-repeat: no-repeat;
	background-position: 23px 4px;
	padding-left:40px;
	text-align:left;
	}
ul ul ul li
	{
	padding-bottom:3px;
	background-image:url("images/diamond3.gif");
	background-repeat: no-repeat;
	background-position: 43px 4px;
	padding-left:60px;
	text-align:left;
	}
ul li.dione
	{
	padding-bottom:1px;
	background-image:url("images/diamond2.gif");
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-left:21px;
	text-align:left;
	}
ul li.ditwo
	{
	padding-bottom:1px;
	background-image:url("images/diamond.gif");
	background-repeat: no-repeat;
	background-position: 33px 2px;
	padding-left:51px;
	text-align:left;
	}
ul li.dithree
	{
	padding-bottom:1px;
	background-image:url("images/diamond3.gif");
	background-repeat: no-repeat;
	background-position: 63px 2px;
	padding-left:81px;
	text-align:left;
	}	