/*This stylesheet was for i312. Currently, modifying it for use in STS 331

This design uses a layout 

based on the two columns, ALA style layout from 

http://www.glish.com/css/9.asp*/



body 

	{

	margin: 0px 25px 0px 25px;

	font-family: verdana, arial, helvetica, sans-serif;

	font-size: small;

	background: #222222; 

	color: white;
	}



#leftcontent 

	{

	float:left;

	width:67%;
	height:100%;

	border-right:2px solid #000;

	border-bottom:2px solid #000;

	margin-right:25px;

	padding-left: 10px;

	background-color:#000;

	}

	

#rightcontent 

	{

	padding: 0 20px 0 20px;

	background-color: #fff;

	color: #000;

	}



strong

	{

	color: 	#7fffd4;

	}



#header  

	{

	border-bottom: 1px black solid;

	}

		

#bio    {

	padding: 0;

	margin: 0;

	vertical-align: top;

	}







#bio img

	{

	float: left;

	padding: 10px;

	}



#bio h4

	{

	margin: 0;

	padding-top: 10px

	}



.page_section	

	{

	border-bottom: 1px black solid;

	}

		

#footer	

	{

	clear: both;

	font-size: 10px;

	border-style:groove;

	border-width:thin;

	}



#footer img.float

	{

	float: right;

	padding: 10px;

	}



p

	{

	direction: ltr;

	cursor: crosshair;

	}

	

h3

    {

	color: #FFCC66;

	border-bottom-style: solid;

	border-bottom-width: thin;

	}
	
img { border: none }

.portal-calendar dt
{font-weight:bold;}

#portal-google
{background-color:#000000;
text-align:center;}

a:link {color: #FFFF99; text-decoration: underline}

a:visited {color: #C0C0C0; text-decoration: underline}

a:active {color: #7FFFD4; text-decoration: blink} 

a:hover {text-decoration: overline}

#rightcontent a:link {color: #009933; text-decoration: underline}

