/*External Style Sheet*/

body 
	{
	background-color:#000000;/*black background*/
	color:white;/*text is white*/
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	background-image: url("pictures/sidebg.jpg");
	background-repeat:no-repeat;
	}

body.default
	{
	background-image:url("");
	background-repeat:no-repeat;
	}

div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}
table
	{
	border-style:none;
	width:95%;
	text-align:center;
	}
td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}

img
	{
	border-style:none;
	}

img.imagemap
	{
	border-style:none;
	width:700px;
	height:450px;
	}

img.small
	{
	border-style:none;
	width:80px;
	height:30px;
	}
img.quick
	{
	border-style:none;
	width:750px;
	height:85;	
	}
img.large
	{
	border-style:none;
	width:614px;
	height:461px;
	}
img.logo
	{
	border-style:none;
	width:375px;
	height:43px;
	}
img.me
	{
	border-style:none;
	width:292;
	height:427;
	}
img.proposal
	{
	border-style:none;
	width:500;
	height:500;
	}
hr
	{
	width:50%;
	size:5px;
	color:white;
	align:center;
	}
p.copy
	{
	font: italic 9pt;
	}

em
	{
	font: italic bold 15pt;
	color:#D9CA9F;
	}

a:alink
	{
	text-decoration: none;
	color:#A77343
	}

a:vlink
	{
	text-decoration: none;
	color:#A77343
	}
a
	{
	text-decoration: none;
	color:#A77343
	}
#newsticker
	{
	background:url('pictures/starburst.jpg') no-repeat;
	text-align:center;
	height:300px;
	padding:0;
	margin:0;
	width:140px;
	}
#newsticker ul
	{
	margin:180px 0 0 0;
	padding:0;
	list-style:none;
	color:black;
	}
	#newsticker ul li
		{
		margin:22px auto;
		width:90px;
		font-family:Georgia, Times, serif;
		font-size:16px;
		font-weight:bold;
		}
#newstick2
	{
	height:70px;
	width:400px;
	margin:0 auto;
	overflow:hidden;
	background:url('pictures/logo_bg.jpg') no-repeat;
	}
	#newstick2 ul
		{
		list-style:none;
		margin:0;
		padding:0;
		}