body 
{
	margin: 0;
	padding: 0;
	width: 100%,
	height: auto;
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: left;
}

/* Links */

a:link {
	color: #273A4D;
	text-decoration: none
}

a:visited {
	color: #273A4D;
	text-decoration: none
}

a:hover, a:active {
	color: #ffffff;
	background-color: #343838;}

h3 a:link {
	color: #3f4f5c;
	text-decoration: none; }

h3 a:visited {
	color: #3f4f5c;
	text-decoration: none; }

h3 a:hover, a:active {
	color: #fff; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
	}

h1 {
	font-size: 36px;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	color: #293138;}

h2 {
	font-size: 18px;
	color: #353F47;}

h3 {
	font-size: 14px;
	color: #3f4f5c;
	}
h3.title {
	padding:25px 0 40px 0;
	text-decoration:none;
	font-weight:lighter;
	font-size: 17px;
	letter-spacing: .5px;
	
}
h4 {
	font-size: 16px;
	color: #3f4f5c; }

h5 {
	font-size: 14px;
	color: #3f4f5c;}

h6 { 
	font-size: 13px; 
	text-transform: uppercase; 
	margin: 5px 0; 
	font-weight: bold; 
}


strong { font-weight: bold; }

/* Structure */

#container
{

	margin: 0 20px 0 20px;
}

#header
{
	padding: 0;	
}

#navigation
{
	float: left; 
	background-color: #282d2d;
	text-transform: uppercase;
    font-size: 11px;
}

#wrapper
{
	margin: 0;
	padding: 0;
    background: #ffffff;
    border-left: solid #dde0e1 2px;
    border-right: solid #dde0e1 2px;
    border-bottom: solid #dde0e1 2px;
	border:1px solid #000
}

#content-wrapper
{
	margin: 0 20px 0 20px;
}

#content
{
	padding: 27px;
	line-height: 1.6em;
	text-align: justify;
}

#box 
{
	clear: both;
}
#footer
{
	margin: 0px 0;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background: #000;
}

/* Navigation */

#navigation ul
{
	margin: 0 5px 0 0;
	float: left;
	padding: 0;
	list-style-type: none;
}

#navigation li { float: left; margin: 0 0 0 5px; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #c6c6c6;
	padding: 5px 10px;

}

#navigation ul li.current_page_item   a:link,
#navigation ul li.current_page_item   a:visited,
#navigation ul li.current_page_item   a:hover,
#navigation ul li.current_page_item   a:active
{
	color: #fff;
	background-color: #414646;
	border-left: solid #6b7070 1px;
        border-right: solid #6b7070 1px;
}

#navigation ul li.search
{
        float:right;
        margin-right: 10px;
}


/* Header */

#header h1 {color: #191a1a; font-weight: bold; margin-bottom: 10px; }

#header h1 a {width:750px; height: 200px; background: transparent url() center center no-repeat; }

#header h1 a:link,
#header h1 a:visited
{
	color: #ccc;
}

#header h1 a:hover,
#header h1 a:active
{
	color: #000;
	background-color: transparent;
}

#header h1 span {color:#5b5c5c;}

/* Content */


#content p{
}

/* Footer */
#footer {
	text-deocoration: none;
	font-size: 11px;}
#footer a
{color: #D6D6D6;
}
#footer a:hover
{
	text-decoration: underline;}

#footer a:active
{
	color: #fff;
	background-color:transparent;
	
}

img.bordered,img.alignleft,img.alignright,img.aligncenter {
  background-color: #fff;
     border: 1px solid #ddd;   padding: 3px;  }
img.alignleft, img.left {margin: 1em 1.5em 1em 0;}
img.alignright, img.right {margin: 1em 0 1em 1.5em;}
/* Floats */ 
.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.clear,.clearer {clear: both;}
.clearer {
     display: block;
     font-size: 0;
     line-height: 0;   
}
