H1 { font-family: "Arial", "Helvetica", sans-serif; 
        color: #0180a4; 
        font-size: x-large; 
        font-width: 800 } 
H2 { font-family: "Arial", "Helvetica", sans-serif; 
        color: #0180a4; 
        font-size: large; 
        font-width: 800 } 
strong {
	font-size: x-large;
        color: #0180a4; 	
	font-family: sans-serif;
}


a {
	text-decoration: none;
}
a:hover {
	color: #0180a4;
	text-decoration: none;
	border-bottom: 1px solid #ff4c00;
	} 

a:link {
	color: #0180a4;
	}

a:active {
	color: #ff4c00;
	}

a:visited {
	color: #0180a4;
}

.hilite {
	color: #ff4c00;
	font-weight: 800;
}
.topnote {
        color: #00536b; 
        font-size: small; 
	font-style: oblique;	
}

.quote {
	color: #555555;
	font-style: italic;
	text-align: center;i
	background-color: #5fb8d2;
	margin: 10pt 0.5in 10pt 0.5in;
}

#titling {
	text-align: center;
	margin-left: 100px;
}

div#titling a {
	background-color: #ffa400;
	padding: 2pt;
	border: 1px solid #ff4c00;
	color: #ffffff;
	font-family: sans-serif;
	font-weight: 800;
	font-size: small;
}
div#titling a:hover {
	background-color: #ffcd73;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
body {
	margin: 50px 0px; padding 0px;
	text-align: center;
}
#mainpage {
	width: 80%;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
}
#plugbox {
	text-align: left;
	width: 100%;
	padding: 15px;
}
p.left {
	left: 10px;
	bottom: 0;
	border-bottom: 2px dotted #ff4c00;
	width: 40%;
	border-top: 2px dotted #ff4c00;
	padding: 15px;
}
p.right {
	right: 10px;
	width: 40%;
	bottom: 0;
	border-top: 2px dotted #ff4c00;
	border-bottom: 2px dotted #ff4c00;
	padding: 15px;
	float: right;
}


