body {
	background-color: #88c;
	padding: 0;
	margin: 0;
	
	/* Required to center page on < ie 6 */
	text-align:center;
}

#body_container
{
	width: 88%;
	margin: 10px auto 10px auto;
	padding: 0;
	
	font: 0.8em Verdana, Arial, Sans-serif;
	color: #b6c5f2;

	/* Correct the center applied in body */	
	text-align:left;
}

textarea
{
	width:100%;
}

input
{
	vertical-align:middle;
}

a {
	color: white;
}

span.fixed {
	font: 1em Courier, Monospace;
}

table.fullwidth {
	border: 1px solid #aad;
	
	width: 100%;
}

td
{
	vertical-align:top;
}

table tr.row1 {
	background-color: #b2c1ee;
}

table tr.row2 {
	background-color: #a9b8e5;
}

img
{
	border: none;
}

table.form
{
	margin: 0 auto;
	width: 100%;
	border: 1px solid #aad;
	
	font-size: 0.9em;
}

div.preview
{
	border: 1px solid #aad;
	font-size: 0.9em;
	padding: 1em;
	margin-top:0.5em;
}


span.name
{
	margin-right: 5em;
	text-decoration:underline;
}

th
{
	width: 20%;
	vertical-align:top;
	text-align:right;
	
	color: black;
	font-weight:normal;
}

th.sect_header
{
	text-align:left;
	vertical-align:middle;
	font-size:1.1em;
	font-weight: bold;
	width: 0%;
	padding-left:2px;
	
	background-image:url('default.images/sect-header.gif');
	height: 25px;
}

#logo_container {
	height: 124px;
	width:100%;
	
	border: 1px solid #aad;
	border-top: none;
	
	background-image: url('default.images/logorep.gif');
}

#logo {
	width: 157px;
	height: 158px;
	background-image: url('default.images/logo.gif');
	top: 30px;
	position:absolute;
	
	margin-left: 8px;
}

#logo_name {
	width: 324px;
	height: 73px;
	background-image: url('default.images/logo-name.gif');
	top: 71px;
	position:absolute;
	
	margin-left: 156px;
}

#logo_name span { display:none; }

#mainmenu_container {
	position: relative;
	top: -20px;
	padding: 0;
	margin: 0;
	text-align:right;
}

#mainmenu {
	padding: 0 10px 5px 0;
	margin: 0;
	font-weight: bold;
	
	font-size: 12px;
}

#mainmenu li {
	display:inline;
	list-style: none;
	margin: 0 3px 0 0;
}

#mainmenu li a {
	padding: 5px 1.0em;
	text-decoration: none;
	
	color: black;
	background-image: url('default.images/silvertab.gif');
	/*background-repeat: repeat-x;*/
}

#mainmenu li a:hover {
	background-image: url('default.images/silvertab-hover.gif');
}

#mainmenu a#mm_active {
	background-image: url('default.images/silvertab-pressed-hover.gif');
}

#mainmenu a:hover#mm_active {
	background-image: url('default.images/silvertab-pressed-hover.gif');
}

#sub_menu_container {
	padding: 0;
	margin: 0;
	width: 100%;
	
	text-align:right;

	background-color: #339;
	border-left: 1px solid #aad;
	border-top: 1px solid #aad;
	border-right: 1px solid #aad;
}

#sub_menu {
	padding: 0 10px 3px 0px;
	margin: 0 0;
	font-weight: bold;
	font-size: 0.85em;
}

#sub_menu li {
	display:inline;

	list-style: none;
	margin: 0 3px 0 0;
	padding: 0;

	color: white;
}

#sub_menu li a {
	padding: 3px 0.2em;

	background-color: #4848ae;
	border: 1px solid #aad;
	border-bottom: none;
	
	text-decoration: none;
}

/* Fix IE crappiness with the sub menus. Note, only IE/Windows will see this. */
* html li a {
	position:relative;	
}

#sub_menu li a#sm_active {
	border-bottom: 1px solid #4848ae;
	text-decoration: underline;
}	

#sub_menu li a:hover {
	background-color: #898FDF;
}

#content_container {
	margin: 0;
	width: 100%;
	
	background-color: #339;
	border: 1px solid #aad;
	border-top:none;
}
	
#content_options {
	float:left;
	display:inline;
	width: 200px;
	
	padding-top: 20px;
}

#content_options .option_box {
	margin: 10px 0 10px 10px;
	width: 180px;
	background-color: #c3d2ff;
	color: black;
	border: 1px solid #aad;
}

#content_options .option_box a {
	color: #060856;
}

#content_options .option_box a:hover {
	color: #4a4c9a;
}

#content_options .option_box h1 {
	margin: 0;
	padding: 2px;
	background-color: #4848ae;

	font-size: 1.1em;
	text-align:center;
	font-weight: bold;
	color: white;

	border-bottom: 1px solid #aad;
}


#content_options .option_box p {
	padding: 0.5em 5px;
	margin: 0;
	text-align:center;
}

#content_main {
	margin: 0px 0px 0px 200px;
	padding: 0 10px 1em 10px;

	background-color: #c3d2ff;
	color: black;
	
	min-height: 500px;

	border: 1px solid #aad;
	border-right:none;
	border-bottom:none;
	
	font-size:1.0em;	/* make content font 20% bigger than normal size */
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #content_main {
	height: 1%;
}

/* End hide from IE5/mac */

#content_main h1 {
	margin: 0 -10px 0 -10px;
 	padding: 2px 0px 2px 10px;

	background-color: #4848ae;
	font-weight: bold;
	color: white;
	font-size: 1.8em;

	border-bottom: 1px solid #aad;
}

#content_main h1 a
{
	color: white;
}

#content_main h1 a:hover
{
	color: white;
}

#content_main h2 {
	font-size: 1.6em;
	margin: 10px 0;
}

#content_main h3 {
	font-size: 1.4em;
	margin: 10px 0 0 0;
}

#content_main p {
	padding: 8px 0;
	margin: 0;
}

#content_main p.timestamp {
	font-style:italic;
	font-size: smaller;
}

#content_main hr
{
	border-top: none;
	border-bottom: 1px solid #339;
	height:0px;
}

#content_main a {
	color: #060856;
}

#content_main a:hover {
	color: #4a4c9a;
}

#footer {
	border: 1px solid #aad;
	margin: 20px 0 0 0;
	padding: 5px 0 5px 0;
	background-color: #339;
	
	color: #ddf;
	text-align:center;
	
	font-size: 0.8em;
	width: 100%;
	
	height: 31px;
}

#certs {
	float:left;
	padding: 0 0 0 11px;
}

#wisdom_logo
{
	position:absolute;
	height: 1px;
	right: 6%;
	margin-right: 10px;
}

.success_msg
{
	background-image: url('default.images/tick.gif');
	height: 96px;
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 96px;
}

.error_msg
{
	background-image: url('default.images/cross.gif');
	height: 96px;
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 96px;
}

.question_msg
{
	background-image: url('default.images/question.gif');
	height: 96px;
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 96px;
}

/* news stuff */

div.news
{
/*	border: 1px solid #339;
	padding: 0.5em;
	margin-top: 1em;
	background-color: #b2c1ee;*/
	border-bottom:1px solid #339;
	margin: 1em 0;
	padding-bottom: 1em;
}

div.news h3
{
}

p.news_footer
{
	/*font-size:smaller;*/
	font-style:italic;
}

div.news_navigation
{
	margin-top: 1em;
	text-align:center;
	border: 1px solid #339;
	padding: 0.5em;
	background-color: #b2c1ee;
}
