/*cominus style */

/* tag elements ******************************************************************************/
html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	overflow: scroll;
	background-color: #ffcc66;
	color: #1c4d63;
	font-size: 10px;
	}
h1 {
 	font-size: 160%;
	}
h2 {
 	font-size: 130%;
	}
h3 {
 	font-size: 120%;
	}
h4 {
 	font-size: 110%;
	}
h5 {
 	font-size: 100%;
	}
p {
	font-size: 100%;
	}
img {
	border: 0;
	padding: 2px;
	}
ol {
	list-style-type: decimal;
	text-indent: 5em;
	}
ul {
 	list-style-type: square;
	}
ul ul {
 	list-style-type: disc;
	}
td {
	font-size: 90%;
	color: #660066;
	}

/* class elements ***************************************************************************/
.smallRedBold {
	font-weight: bold;
	font-size: 90%;
	color:#FF0000;
	}
.smallBlueBold {
	font-weight: bold;
	font-size: 90%;
	color:#0000FF;
	}
.smallGreenBold {
	font-weight: bold;
	font-size: 90%;
	color: #003300;
	}

/* object elements *************************************************************/                 
/* here are the objects that contain header bars, menu, content and footers ****/
/* NOTE FOR THESE OBJECTS: *****************************************************/
/* total recomend width of page is 1000 for mozilla 998 for IE *****************/
/* total width = width + padding ***********************************************/
#left_column {
	position: relative;
	float: left;
	margin-top: 0;
	margin-left: 0;
	display: block;
	width: 100%;
	}
#body_box { /* parent object holds content_box and footer_box */ 
	position: relative;
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	}
#content_box {
	position: relative;
	margin: inherit;
	float: left;
	width: 100%;
	}
#footer_box { /* holds site info and small print, etc */
	position: relative;
	margin: inherit;
	float: left;
	width: 100%;
	}
#right_column {
	position: relative;
	float: left;
	margin-top: 0;
	margin-left: 0;
	display: block;
	width: 100%;
	}
#menu_bar, #menu_bar li, #menu_bar li ul, #menu_bar li ul li, #menu_bar li ul li a, #menu_bar li ul ul { 
	display: block;
	}
#menu_list, #menu_list h3, #menu_list a {
	display: block;
	}
	
/*link and navigation elements *****************************************************************/
a:link, a:visited {
	text-decoration: none;
	}
a:hover {
	text-transform: uppercase;
	}
	
/* #search class ***************************************************************************/
.search {padding: 0px 0px 0px 0px; 
	margin-top: 0; 
	margin-bottom: 0; 
	font-size: 90%;	
	color: #003366;
	}
.search_form {
	padding: 0px 0px 0px 0px;
	margin-top: 0;	
	margin-bottom: 0;		
	font-size: 90%;	
	font-weight: bold;	
	color: #003366;
	}

