body {
	background-color: #CCCCCC;
	font: 14px arial, helvetica, sans-serif;
	color: #000000; 
	padding: 0; margin: 0;
}

/* links */
a {
	text-decoration: none;
	color: #003399; 
}
a:visited {
	text-decoration: none;
	color: #000066; 
}
a:hover { color: #000000; }

/* headers */
h1, h2, h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 0; margin: 0;
}
h1 { font-size: 140%; }
h2 {
	font-size: 200%;
	text-transform: uppercase;
}
h3 {
	font-size: 120%;
	text-transform: uppercase;
}

/* layout blocks */
#header {
	width: 840px;
	text-align: left;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 10px 5px 10px;
	background-color: #000066;
	border-bottom: 5px solid #3366CD;
}
#content {
	width: 650px;
	text-align: left;
    float: left;
	padding: 10px 0 0 10px;
    margin: 0;
}

#menu {
	width: 150px;
    min-height: 300px;
    float: left;
	text-align: left;
    font-weight: bold;
    line-height: 150%;
	padding: 10px; 
    margin: 0 10px 0 0;
    font-size: 100%;
}

#content #title {
	font-size: 140%;
    text-align: right;
    font-weight: bold;
    color: #000066;
	text-transform: uppercase;
    padding: 0 0 10px 0;
}


/* Text styling */
.smaller { font-size: 85%; }
.tiny { 
	font-size: 9px;
	color: #999999;
}

.alert {
	font-size: 100%;
	color: #CC0000; 
	font-weight: bold;
}

.notes {
	font-size: 100%;
	font-weight: normal;
}

.img {
    border: 2px solid #000000; 
    margin: 5px;
}

/* form */
.formstyle {
	background-color: #666666; 
	color: #DDDDDD;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: none;
	padding: 2px;
}
.bigbutton {
	background-color: #000066; 
	color: #FFFFCC;
	font: bold 12px Arial, Helvetica, sans-serif;
    padding: 6px;
	border: 2px solid #3366CD;
    margin: 0 20px 0 20px;
}

.pagination {
    float: right;
    padding-right: 20px;
    font-size: 85%;
    font-weight: bold;
}    

/* alignment */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* table */
td, tr, table, th {
	font: 14px arial, helvetica, sans-serif;
	color: #000000; 
}
.table_row1 { background-color: #cccccc; }
.table_row2 { background-color: #dadada; }
.table_head { 
    background-color: #666666; 
    color: #cccccc;
	font-weight: bold;
    padding: 5px 0 5px 0;
}