/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding:0;
     border: 0;
}
body
{
  background-image:url(../../images/background.jpg);
   /** background-color:#eda75f; **/
  /*  background-color:#04adf2; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
} 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - main

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-one-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:630px;
	/**border:1px solid #818181; **/
	position:relative;
	
	}
/*****************  two columns **************/
#content-main-two-column {
	width:270px;
	float:left;
	color:Black;
	position:relative;
	}

#content-side-two-column {
	float:right;
	width:350px;
	color:Black;
	position:relative;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information 
{  
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#00009a;
	font-size:1.2em;
	position:relative;
	width:800px;
	/*padding-left:20px; */
	
	}


h1, h2, h3, h4, h5, h6 {color:#3726b3;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {margin: 1em 0;}

a {
    text-decoration:underline;
    font-size:12px;
}

a:hover 
{
    text-decoration:none;
    font-size:14px;
    } 

#wrapper{
	width:830px;
	margin:0 auto;
	padding-bottom:3px;
	text-align:left;
	/**background-color:#04adf2; **/
	background-color:#f7f4c2;
	
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 830px;
	width: 828px;
}


#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 170px;    /*** Critical left col dimension value ***/
	width: 645px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	}

* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 645px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	width: 644px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
#floatwrapper {
	float: left;
	width: 644px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
	position:relative;
}
#centercolumn{
	float: right;
	width: 644px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-left: -1px; 
	position:relative;
	
}


#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 150px;    /*** Critical left col/divider dimension value ***/
	margin-left: -157px;    /*** Critical left col/divider dimension value ***/
/*	padding-top:30px; */
/*	padding-left:20px; */
    color:Black;
}
* html #leftcolumn {
	float:left;	
	padding-top:25px;
}

*>html #leftcolumn {width:157px;}   /*** Fix only for IE/Mac ***/

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #leftcolumn {margin-right: -3px;}
/* */


#footer {
	clear:both;
	margin:1px 5px;
	background-color:#f7f4c2;
	font-size:0.9em;
}
#footer a {
	margin:1px 5px;
	color:#FF284E;
}
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#mainnav{
		padding:0;
		text-align:center;
	}

	#leftcolumn, #rightcolumn, #search {display:none;}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer {
		background:transparent;
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	#breadcrumbs {position:static;}

	#copy .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	
    #copy fieldset {border:none;}	
	    
	#footer{	
		position:static;
		border-style:none !important;
		border-top:1px solid #000000;
	}
	
