/* Style sheet for flare - Last updated: 06/07/2007 */

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	
	/* font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #000;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #87755a;
	background-image:url('/media/mainbg.gif');
	background-position:top;
	width: 100%;
	text-align: center;
	font-size: 10pt; 
	line-height:1.5;
	}

#wrapper {
	margin:0 auto;
	padding: 0;
	width: 990px;
	text-align: left;
	background:  #fff;
	}

#header {
	display: none;
	}

#topcorner{
	background-image:url('/media/topcorner.gif');
	background-position:top right;
	background-repeat:no-repeat;
	width: 290px;
	text-align:right;
	padding:10px 20px 10px 10px;
	}

#navigation {
	display: none;
	}

#topbanner {
	display: none;
	}

#breadcrumb{
	padding: 3px 0 0 15px;
	font-size:85%;
	}

#maincontent{
	width:50%;
	padding:15px 16px 15px 25px;
	text-align: justify;
	}

#row2{
	width:30%;
	padding:15px;
	text-align: left;
	}

#row3{
	width:20%;
	padding:15px;
	text-align: left;
	}

#footer {
	display: none;
	}

#valid{
	display: none;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #b32317;
	margin: 0;
	padding: 0;
	font-size: 12pt; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	text-align:left;
	}

.headline{
	color:#b32317; 
	font-size:115%;
	}

li{
	list-style-type: square;
	padding-bottom: 5px;
	}
dl{
	margin-left: 40px;
	}


dt{
	color:#b32317; 
	font-weight: normal;
	margin: 15px 0 0 0;
	}

dd{
	color:#000;
	margin: 0 0 2px 0;
	}

#footer p {
	padding:5px;
	color: #fff;
	text-align: center;
	}

.small{
	font-size:85%;
	}

.headernav {
	margin: 30px 0 0 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	}

.todo{
	color: orange;
	font-size:120%;
	font-weight: bold;
	text-transform: uppercase;
	}

.published{
	font-size:85%;
	color:#999;
	font-weight: bold;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Boxes */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.topboxtable{
	width: 256px; 
	margin: 0 0 8px 0;
	}

.boxtop{
	background: url('/media/main/topbox.gif') no-repeat; 
	height:11px;
	}

.boxcontent{
	background: url('/media/main/1pixbox.gif') repeat-y; 
	padding: 0 6px 0 6px;
	}

.boxbottom{
	background: url('/media/main/bottombox.gif') no-repeat; 
	height:11px;
	}

.boxtoptint{
	background: url('/media/main/topboxtint.gif') no-repeat; 
	height:11px;
	}

.boxcontenttint{
	background: url('/media/main/1pixboxtint.gif') repeat-y; 
	padding: 0 6px 0 6px;
	}

.boxbottomtint{
	background: url('/media/main/bottomboxtint.gif') no-repeat; 
	height:11px;
	}

.boxtopwide{
	background: url('/media/main/topboxwide.gif') no-repeat; 
	height:11px;
	}

.boxcontentwide{
	background: url('/media/main/1pixboxwide.gif') repeat-y; 
	padding: 0 6px 0 6px;
	}

.boxbottomwide{
	background: url('/media/main/bottomboxwide.gif') no-repeat; 
	height:11px;
	}

.boxtoptintwide{
	background: url('/media/main/topboxtintwide.gif') no-repeat; 
	height:11px;
	}

.boxcontenttintwide{
	background: url('/media/main/1pixboxtintwide.gif') repeat-y; 
	padding: 0 6px 0 6px;
	}

.boxbottomtintwide{
	background: url('/media/main/bottomboxtintwide.gif') no-repeat; 
	height:11px;
	}

.row3table{
	margin: 8px 0 5px 0;
	width: 156px;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #b32317;
    }

a:hover {
    text-decoration: underline;
	color: #000;
    }


.headernav a {
    text-decoration: none;
	color: #fff;
    }

.headernav a:hover {
    text-decoration: underline;
	color: #b32317;
    }
	
	
#footer a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

#footer a:hover {	
	text-decoration: underline;
	padding:1px;
	color: #ccc;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */


.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: none;
	}

hr {
    border-bottom: 1px solid #cccccc;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}


.hidden{
	 display:none;
	 }

.center{
	text-align: center;
	}

td{
	vertical-align: top;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 0;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.blurred {
	border: #cccccc 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #ff0000 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

#topnav{
	margin: 0;
	padding: 10px;
	text-align:center;
	}

#topnav ul, #topnav li{
	margin: 0;
	padding: 2px;
	display: inline;
	list-style-type: none;
	}

#topnav a:link, #topnav a:visited{
	margin: 0 10px 2px 10px;
	text-decoration: none;
	color: #fff;
	font-size:100%;
	}

#topnav a:hover {
	color: #ccc; 
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

