body {
	/* 
	Here we'll declare the default font-size and font-family.
	The rest of the typographical rules use relative sizes based on this font-size.
	We can easily modify overall typography by changing or overriding these values.
	*/
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	}
	
p, OL, UL, DL, li {font-size: 12px;} /*font-family is already defined, here I only set the font-size*/

p OL, p UL, p DL, OL, UL {font-size: 12px; line-height: 1.8em; /* ~20px */}

p {margin:0 0 1em;}

a {
	color:#0066ff;
	text-decoration:none;
	font-weight:600;
	}
a:link {color:#0000cc;}
a:visited {color: #000099;}
a:hover {
	background-color:#FF9900;
	color:#000066;	
}

h1 {
	color:#ff3300;
	font-size:22px;
	font-weight:800;
	}

h2 {
	color:#ff3300;
	font-size:18px; 
	font-weight:800;
	}
h3 {
	color:#ff3300;
	font-size:16px;
	font-weight:700;
	}

h4 {
	color:#ff3300;
	font-size:13px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
		
#top{         
	margin-top:110px;
	margin-left:175px;
	width:700px;
  } 
  
#main {
	position:absolute;
	top:150px;
	left:175px;
	width:700px;
	}

#rightside {
	position:absolute;
	left:900px;
	top:23px;
	}

#imgfloat  {
	float: left;
	width: 355px;
	}
	
.smallertext {
	font-size: 9px;
}	


img {border-width: 0px;
	}

/* Ypslideout Menu */

#menubar {
	position:absolute;
	left:175px;
	top:115px;
	width:700px;
	height:17px;
	border:1px solid #000066;
	background-color:#fff;
	font-size:	14px;
	}

#menubar a {
	color: #000066;
	letter-spacing:1px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	}

#menubar a.active {
	background-color:#FF9900;
	}

.menu .options {
	margin-right:1px;
	margin-bottom:1px;
	border:1px solid #000066;
	background-color:#ffffff;
	font-size: 13px;
	}

.menu a {
	color: #000066;
	display:block;
	padding: 2px 10px;
	text-decoration:none;
	}

.menu a:hover {
	background-color:#FF9900;
	color:#000066;
	}
	
.style101 {
	color: #ff3300;
	font-weight: bold;
}

/* style for link DIV elements */
div.linkdiv {border:2px solid #000000; padding: 6px; text-align: center;}
div.linkdiv:hover {border:2px solid #ff0000; background-color: #c0c0c0; }
