/* **************************************************** */
/*   sIFR styles in sIFR-screen.css and sIFR-print.css   */
/* ***************************************************** */

/* ***************************************************** */
/* Global CSS Styles - These are your standard html tags */
/* ***************************************************** */

a:link, a:visited {text-decoration:underline; color:#3d68b1; }
a:hover, a:active {text-decoration:underline; color:#e9ac6b; }

body {
    font-family: arial, verdana, sans-serif;
	font-size: 12px;
    margin: 5px 0px 0px 0px;
	background-color: #ffffff;
	/* background: url(../images/bg.jpg); */
}

/* ********************************************************************************** */
/* Layout CSS - these are author css styles that control the general layout structure */
/* ********************************************************************************** */

#container {
	margin: 0px auto; /* centers horizontal */
	margin-top:4px;
	width: 955px; 
	min-height: 600px;
	background-color: #ffffff;
	border: 1px solid black;
}
/* for Internet Explorer min-height */
/*\*/
* html #container {height: 600px;}
/**/

#left {
	width:200px;
	height:575px;
	background-color: #fee691;
	float:left;
}

#right {
	width:755px;
	height:575px;
	background-color: #feeeb2;
	float:right;
}

#navigation {
	padding-left:10px;
}

#conventionrule {
	width:100%;
	height:153px;
	background-image: url(../images/bg_rule.gif);
}

#content {    
	width:100%;
	height: 420px;
	float: left;
	background-color:#feeeb2;
}

#contentbox {
	height:390px;
	overflow: auto;
	margin:0 25px 0 25px;
	padding: 10px 0 0 0;
}

#mainimage {
	position:relative;
	z-index:1;
	margin-top:-23px;
	text-align:right;
	width:755px;
	height:446px;
	float:right;
}

/* for Internet Explorer min-height */
/*\*/
* html #mainimage {width: 750px;}
/**/

/* ********************************************************************** */
/* Formatting CSS - these are user css styles that control the formatting */
/* ********************************************************************** */
/* Headers & Titles */
#content h1 {
	border-bottom:2px solid #3d68b1;
	font-family: arial;
    font-size: 16px;
	color: #3d68b1;
	margin: 0 25px 0 25px;
}

#content h2 {
	font-family: mistral, arial;
    font-size: 16px;
	color: #faeeb4;
	text-transform:uppercase;
	margin:0;
}

#content .copy {
    font-family: arial;
    font-size: 14px;
	color: #3d68b1;
	line-height: 1.5;
	text-align:left;	
}

#content .newsstory {
	border:1px solid #4172b7;
	padding:10px;
	width:675px;
	height:190px;
	overflow:auto; 
	background-color:#fff;
	color: #4172b7;
	line-height:1.5;
}

#content .heading, #content .heading a {
	font-size:12px;
	font-weight:bold;
	background:#3d68b1;
	color:#faeeb4;
	text-decoration:none;
	padding:3px 3px 0 3px;
}

#contentbox .calendarsmall {font-size:10px;}

/* ************************************************************************** */
/* Navigation Links - these are main, utility and secondary navigation styles */
/* ************************************************************************** */

/* Sub Navigation */
#subnav {
	font-family: arial, verdana;
	font-size:11px;
	font-weight:bold;
	line-height: 2;
}

#subnav a:link, #subnav a:visited  {
	text-decoration:none;
	color: #9a7e68;
}

#subnav a:hover, #subnav a:active  {
	text-decoration:none;
	color: #5e2722;
}

/* Sub Navigation ON */
#subnavon {
		background:none;
		display:inline; 
		float: right;
}
#subnav a:link.subnavon, #subnav a:visited.subnavon  {
	text-decoration:none;
	color: #5e2722;
}

/* ************* */
/* Footer CSS  */
/* ************ */

#footer {
	clear:left;
    width: 100%;
	height: 55px;
    text-align:center;
	color: #ffeeae;
	background: #66c1ed url(../images/bg_bottom.gif) repeat-x;
}

#footernav {
	clear:left;
	width:100%;
	height:18px;
	text-align:center;
	background: #1272bc url(../images/bg_footer.gif) repeat-x;
	padding-top:2px;
}

#footernav .copyright {
    font-size: 9px; 
	color: #ffeeae;
}

/* Utility Navigation */

#footernav a:link, #footernav a:visited  {
	font-family: verdana, sans-serif;
	font-size: 9px;
	text-decoration:none;
	color: #ffeeae;
}
#footernav a:hover, #footernav a:active  {
	font-family: verdana, sans-serif;
	font-size: 9px;
	text-decoration:underline;
	color: #ffeeae;
}

/* ********************** */
/* Form Input Fields CSS  */
/* ********************** */

input, select, option, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
}      
input.submit, input.email {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #9a7e68;
	border: 1px solid #9a7e68;
}
 

