/* CSS specifications for SupraMagnus site */
/* David Hanauer */

/* an example of a paragraph thing
p.topLine {color: #FFCCCC}
*/


/* html defines the minimum width for the html document.  If it is made
smaller, a horizontal scroll bar will appear.  May not work in IE */

/*
html { 
min-width: 700px; 
max-width: 700px;
} 
*/

/* this sets the borders of all images to disappear.  Border appear around images
in some programs like Netscape when the images are also links. */

img
{
border-width:0px;
}







.titleText1 {
font-family: Arial, Helvetica, "sans serif";
color: #646464; /* rgb(136,136,136); */
font-weight: bold;
font-size: 24px;
left:10px;
top:10px;
position:relative;
text-align:left;
}






.menuOptions
	{
	top:-40px;
	text-align:left;
	left:10px;
	position:relative;
	z-index:1;
	}


.moreInfoDiv {
font-family: Arial, Helvetica, "sans serif";
color: #ffffff; /*blue was 0066ff*/
font-weight: normal;
font-size: 10px;
position:relative;
top:-86px;
left:10px;
}



.mainBody {
font-family: Arial, Helvetica, "sans serif";
color: rgb(0,0,0);
font-weight: normal;
font-size: 12px;
padding:10px;
top:-80px;
text-align:justify;
position:relative;
}


.arialFont10 {
font-family: Arial, Helvetica, "sans serif";
color: rgb(0,0,0);
font-weight: normal;
font-size: 10px;
}


.arialFont12 {
font-family: Arial, Helvetica, "sans serif";
color: rgb(0,0,0);
font-weight: normal;
font-size: 12px;
}

.courierFont12 {
font-family: Courier New, Courier, "serif";
color: rgb(0,0,0);
font-weight: normal;
font-size: 12px;
}


.arialFont20 {
font-family: Arial, Helvetica, "sans serif";
color: rgb(0,0,0);
font-weight: normal;
font-size: 20px;
}



.arialFont16 {
font-family: Arial, Helvetica, "sans serif";
color: rgb(0,0,0);
font-weight: normal;
font-size: 16px;
}


	
.courierFont11 {
font-family: Courier New, Courier, "serif";
color: rgb(0,0,0);
font-weight: normal;
font-size: 11px;
}
	
	
.mainContent {
	width:700px;
	margin:0px auto;
	text-align:left;
	padding: 0px;
	border:1px solid #333;
	background-color: rgb(232,232,232);
	font-family: Arial, Helvetica, "sans serif";
	color: rgb(0,0,0);
	}


.menuBarRuffledTop {
position:relative;
left: 0px;
top:20px;
}



.smallLink {
text-decoration:none;
font-family: Arial, Helvetica, "sans serif";
color: rgb(256,256,256); /*blue was 0066ff*/
font-weight: normal;
font-size: 10px;
}

/*	smallLink:hover defines properties for the size and color of the links
	when a mouse hovers over it */
	
.smallLink:hover {
text-decoration: underline;
font-family: Arial, Helvetica, "sans serif";
color: rgb(256,256,256); /*blue was 0066ff*/
font-weight: normal;
font-size: 10px;
}	


.smallLinkBlue {
text-decoration:none;
font-family: Arial, Helvetica, "sans serif";
color: #0066ff;
font-weight: bold;
font-size: 12px;
}

/*	smallLink:hover defines properties for the size and color of the links
	when a mouse hovers over it */
	
.smallLinkBlue:hover {
text-decoration: underline;
font-family: Arial, Helvetica, "sans serif";
color: #0066ff;
font-weight: bold;
font-size: 12px;
}	


.plainLink {
text-decoration:none;
color: #646464;
}

.plainLink:hover {
text-decoration:underline;
color: #646464;

}