
* { padding: 0; margin: 0; }

body {
 font-family: "Trebuchet MS";
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
p {
margin-top: 1em;
font-size: 90%;
 }

a:link, a:visited, a:active, a:focus {
	background: transparent;
	color: #0000cc;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	background: transparent;
	color: #0000cc;
	text-decoration: none;
}

a:link.subbanner, a:visited.subbanner, a:active.subbanner, a:focus.subbanner {
	background: transparent;
	color: #0000cc;
	font-weight: normal;
	text-decoration: underline;
	font-size: 75%;
}

a:hover.subbanner {
	background: transparent;
	color: #0000cc;
	text-decoration: none;
}

img{
border:none;
}

#wrapper { 
 margin: 0 auto;
 width: 902px;
}
#faux {
 background: url(faux-1-2-col.gif);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 height: 100px;
 margin: 0px 0px 0px 0px;
 background: #ffffff;
}
#navigation {
 color: #c0c0c0;
 padding: 10px 10px 10px 0px; /* top right bottom left */
 margin: 0px 0px 5px 0px;
 background: #ffffff;
}
#navigation a:link, #navigation a:visited, #navigation a:active, #navigation a:focus {
	background: transparent;
	color: #616D7E;
	font-weight: normal;
	text-decoration: underline;
}

#navigation a:hover {
	background: transparent;
	color: #616D7E;
	text-decoration: none;
}
#leftcolumn { 
 display: inline;
 color: #000000;
 margin-right: 15px;
 padding: 0px;
 width: 355px;
 float: left;
}

img.floatLeft { 
    float: left; 
    margin: 0px 8px 8px 0px; /* top right bottom left */
}

#rightcolumn { 
 float: right;
 color: #000000;
 padding: 0px;
 width: 525px;
 display: inline;
 position: relative;
}
#footer { 
 width: 902px;
 clear: both;
 color: #000000;
 background: #ffffff;
 margin: 0px 0px 10px 0px;
 font-size: 75%;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
	background: transparent;
	color: #0000cc;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	background: transparent;
	color: #0000cc;
	text-decoration: none;
}

.clear { clear: both; background: none; }


img.floatRight { 
    float: right; 
    margin: 4px; 
	display: block;
}

fieldset {
border: none;
}

form input, form select{
font-size: 95%;
}

.remblock {
 width: 525px;
 color: #000000;
}
.remblock h3 {
 margin:1em 0 0 0;
}

.from {
font-size: 80%;
color: #666666;
font-style:italic;
}
