/* CSS Document */
/*npage style*/

html		{	margin: 0; padding: 0}

body		{	background-image: url(purplebackground.jpg);
				background-repeat: repeat-x;
				
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: normal;
				line-height: 16px;
				
			}

			

h3			{	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				font-weight: bold;
				margin-top: 10px;
				margin-bottom: -10px;	
			}
			
h4			{	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				margin-top: 0px;
				margin-bottom: -10px;
			}
			
h5			{	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				color: #FF0000;
				margin-top: 10px;
				margin-bottom: -10px;
				line-height: 16px;	
			}		

h2			{	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: normal;
				line-height: 14px;
			}
			
h1			{	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				color: #FF0000;
				margin-top: 0px;
				margin-bottom: 0px;
			}						

#wrapper	{	width: 800px;
				background-color: #FFFFFF;
				margin-right: auto;
				Margin-left: auto;
			}
			

			
#hed		{	width: 800px;
				margin-top: 0px;
			}
				
			
#main		{				
				margin-top: 60px;
				margin-left: 210px;
				margin-bottom: 20px;
				margin-right: 10px;
					
			}


#bottomrightcol	{
				float: right;
				width: 280px;
				margin-right: 0px;
				margin-top: 10px;
				overflow: hidden;
			}
			

						




			
#bottomleftcol	{
				float: left;
				width: 280px;
				margin-left:0px;
				margin-right:10px;
				margin-top: 10px;
			}

			
#sidebar	{
				margin-top: 30px;
				float: left;
				width: 170px;
				margin-left: 15px;
				}
				
				
#icons		{
				border: 1px;
				border-color: #3810e2;
				padding-top: 0px;
				width: 160px;
			}
				
				
#footer		{	clear: both;
				width: 580px;
				background-color: #B4B0D5;
				margin-left: 0px;
				margin-right: 10px;
				margin-top: 1px;
				padding-top: 3px;
				margin-bottom: 2px;
				float: right;
			}
				
#space		{	width: 580px;
				margin-bottom: 10px;
				background-color: #FFFFFF;

			}
				
						
			
#figure1	{	float: right;
				
				margin: -2px 10px 0px 10px;	
			}
			
			
#figure2	{	float: left;
				width: 143px;
				margin: 18px 10px 0px 0px;	
			}
			
			
img.pix		{	float:right;
				margin: 12px 0 0 4px;
			}
				
img.photo	{	margin: 3px 0 -6px auto;					
				
			}			
			
ul			{
				margin-top: 0px;
				margin-bottom: 0px;
						
			}					
			
li			{	font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, "sans serif";
				font-weight: normal;
				list-style: square;
				margin-bottom: 2px; margin-left: -20px;			
			}
			
li2			{	font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, "sans serif";
				font-weight: normal;
				list-style: none;
				margin-bottom: 2px; margin-left: -20px;			
			}		
			
	/*Links for Other News*/	
			
a.red {color:#FF0000;}

a.red:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.red:visited {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a.red:hover {
	text-decoration: none;
	color: #0033CC;
	font-weight: bold;
}
a.red:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}	

					

/*Style for drop menus*/
#sddm
{	margin: 0 1px 0 17px ;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 88px; 
	background: #3810E2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #633DFD;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 0;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #000;
		font: 12px arial}

	#sddm div a:hover
	{	background: #633DFD;
		color: #FFF}
		
.style1 {
	color: #FF0000;
	font-weight: bold;
}

