body 
{

	color: white;
		background-color: white;
	font-size: medium;
	font-family: sans-serif, Verdana, Arial;
padding-top: 2em;
padding-right: 7em;
		background-image: url(corner.gif);
	background-repeat: no-repeat;
	background-position: right top;}

p 
{
	color: black;
	line-height: 1.5em;
	font-size: small;
	text-align: justify;
	font-family: Helvetica, Arial, Geneva;}



blockquote 
{
	font-size: small;
	text-align: justify;
	padding-left: 4em;
	padding-right: 4em;
	line-height: 1.5em;
	color: #3a3136;
	font-family: Helvetica, Arial, Geneva;}


#pagecontainer 
{
	background-image: url(images/bg.gif);padding-top: 2em;
	background-position: center top;
	background-repeat: no-repeat;
	width: 800px;
	color: #FFFFFF;
	border: 1px gray none;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 2em;
height: 900px;
	margin: 0em auto 0em auto;
}




#maintext 
{

	font-family: Helvetica, Arial, Geneva;
	font-size: small;
	color: black;

width:350px;
float: right;
margin-right: 7em;
	text-align: left;
padding-bottom: 1em;
	padding-top: 4em;
}


#logo
{
margin-bottom:-1em;
padding-left: 4em;
	float: left;}
	
	#issue{
margin-top: 4em;
padding-left: 7em;
	float: left;
	
	}


	
	#links
	{
	text-align: left;
	

	padding-left: 23em;
	width: 400px;
	color: black;
float: left;
		font-family: Helvetica, Arial, Geneva;
	font-size: small;

	color: black;}

	#right {
	position: absolute;
width: 110px;
	float:right;
	text-align: right;
	top: 10em;
	right:0em;
	
	}
	
	#right a{
	font-size: small;
	font-weight: normal;
	padding-bottom: 6px;
	line-height: 20px;
	padding-right: 12px;
	}
	
	#right a:hover {
	font-weight: bold;
	background: none;
	color: black;
	}
#footer 
{
	color: #454545;
	font-size: xx-small;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif, sans-serif;
	float: left;
	position: absolute;
	bottom: 0;
	padding-top:20em;
	text-align: center;
}

#footer a{

}


/*Headings*/

h1 
{
	color: white;
	font-family: Helvetica, Arial, Geneva;
	font-size: large;
padding-top:1em;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;



	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
}

h2 
{
	color: white;
	background: black;
	padding-left: 1em;
	margin-right: 14em;
	font-family: Helvetica, Arial, Geneva;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	margin-top: 0.5em;
	margin-bottom:-0.3em;

}

h3 
{
	color: white;
	font-family: Helvetica, Arial, Geneva;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	margin-bottom: -1em;
}

h4 
{
	color: white;
	background: black;
	font-family: Courier New, Courier, monospace;
padding: 2px;
	font-weight: bold;
}

h6 
{
	color: black;
	
	font-size: xx-small;
	text-align: center;
	font-weight: normal;
	padding-top: 1px;
}




ul{
	font-family: Helvetica, Arial, Geneva;}
li{
	font-family: Helvetica, Arial, Geneva;}

/*Links*/

a 
{
		font-weight: bold;
	color: black;
	text-decoration: none;
}

a:link 
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:visited 
{
	font-weight: bold;
	color:black;
	text-decoration: none;
}

a:hover 
{
	font-weight: bold;
	color: white;
	background: black;
	text-decoration: none;}

a:active 
{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}


