body {
	background: url('') repeat-x #fff;
	color : #044885;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	letter-spacing:1px;
	text-align: left; /*** Centers the design in old IE versions ***/
}
body, html {
	/*height:100%;*/
}

p {
	padding:0px;
	margin:0px;
	text-align: left;
	line-height: 1.1em;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}

div {
	margin:0px;
	padding:0px;
}

table, tr, th, td {
	font-size: 1em;
}

a:link,
a:visited,
a:hover,
a:active {
	color:#044885;
	text-decoration: none;
	text-transform:none;
}

a:hover {
	color:#008D59;
}

h2 a:link,
h2 a:visited,
h2 a:active,
h3 a:link,
h3 a:visited,
h3 a:active
 {
 	color: #044885;
}

/*
 *  FORMS
 */
form {
	padding: 0px;
	margin: 0px;
}

input {
	font-size: 1em;
	border:1px solid #1B2115;
	height:19px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}

button {
	cursor: pointer;
	border: none;
}

button:hover {
	text-decoration: underline;
}

input, select, textarea {
	color:#000;
}



div.button button {
	height:19px;
	padding:0px;
	margin:0px;
}

div.button button.search {
	width:102px;
	background: url('button_search.gif') no-repeat;
}

/*
 *  END FORMS
 */

.clear { 
	clear: both;
	height: 1px;
	font-size:1px;
	margin:0px;
}

* html .clear {
	height: auto;
}

.bold {
	font-weight:bold;
}

.error {
	color: red;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.3em;
}


/*freme*/
#frame {
	padding-top:24px;
	background:#FBFBFB;	
	width:1000px;
}

* html #frame {
	height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/*header*/
#header {
	background: #fff;
	margin: 0px; /*** Make some space for the header menu ***/
	padding: 0px;
}

* html #header {
	padding-bottom: 0px;
}

#iframe {
	width:990px;
	max-width:990px;
}

* html #iframe {
	width: expression(if(document.body.clientWidth>990){'990px'}else{'100%'});
}


#sidebar {
	width:32%;
	float: left;
}

#content {
	margin-left: 33%;
}

* html #content {
	
}

* html #sidebar {
	position: relative;
	top: 0px;
	margin:0px;
}

#footer {
	background: #fff;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	width: 100%;*/
/*	margin: 0 auto; /*** Centers the design ***/
	width:1000px;
}

* html #footer {
	width: 100%;
}

/* 

------------------------------

branded strip

------------------------------

*/

#branded-strip {
	position:relative;
	margin: 0;
	padding: 40px 0 35px 0;
	background: #00B570;
}

#branded-strip h1 {
	margin: 0;
	padding: 0;
	background: url("logo.gif") no-repeat top left #00B570;
	height: 90px;
	width: 277px;
	position: relative;
	z-index: 20;
}

#branded-strip h1 img {
	margin: 0 0 0 -9999px;
}

#branded-strip div.text {
	margin: 0 0 0 -9999px;
}

#branded-strip p {
	margin: -65px 20px 0 0;
	/*height: 1.9em;*/
	padding-left: 325px;
	color:#fff;
	font-size:24px;
	position: relative;
	z-index: 10;
	line-height:1.1em;
	text-align:right;
	/*
	background: url("strapline_fff.gif") no-repeat top right;
	*/
}

#branded-strip h1 a:link, #branded-strip h1 a:visited  {
	display: block;
}

#photos {
	margin: 0;
	margin-left:220px;
	padding: 0;
	height: 90px;
	background: #fff url("global.jpg") repeat-x;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}



#logo {
	float:left;
	height: 90px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#sidebar ul {
	margin:0px;
	padding:0px;
	margin:0px 0px 20px 20px;
}

#sidebar ul li {
	border-bottom: 1px dashed #CFCFCF;
	margin:0px;
	list-style: none;
	padding: 3px 0px;
}

#sidebar ul li.last {
	border-bottom: none;
}

#sidebar ul li a:link,
#sidebar ul li a:visited,
#sidebar ul li a:hover {
	padding:0px;
	font-size: 10px;	
	text-decoration: none;
	display:block;	
}

#sidebar ul li a:hover,
#sidebar ul li a.on {
	color:#008D59;
}

#content h2 {
	font-size:12px;
	margin:0px;
	padding:0px;
	padding-bottom:6px;
	border-bottom: 1px dashed #CFCFCF;
}

div.content {
	float:left;
	width:48%;
	margin-right:10px;
	padding-left: 5px;
}

div.content h3 {
	padding-top:6px;
}

span.date {
	color:#008D59;
}

div.allwidth {
	width:96%;
}

* html div.allwidth {
}

div.img {
	float:left;
	padding:12px 5px 5px 0px;
}

div.content p {
	letter-spacing:1px;
	padding:0px;
	margin: 10px 0px;
}

div.right {
	float:left;
	width:48%;
}

* html div.right {
	width:48%;
}

div.right h3 {
	font-size:11px;
	margin-bottom:2px;
	padding:0px;
}

div.right div {
	padding:10px 0px;
}

#footer div.copyright {
	padding: 5px 0 7px 8px;
	color: #666;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}

#footer div.copyright a:link,
#footer div.copyright a:visited {
	text-decoration: underline;
	color: #666;
}

#footer div.copyright a:hover,
#footer div.copyright a:active {
	text-decoration: none;
}

/*print page*/

div.print {
	text-align:left;
	margin: 20px;
}

div.print h2 {
	font-size:12px;
	margin:0px;
	padding:0px;
	padding-bottom:6px;
	border-bottom: 1px dashed #CFCFCF;
}

div.print p {
	letter-spacing:1px;
	padding:0px;
	margin: 5px 0px;
}
@media print {
	a:link, a:visited, a:active, a:hover {
		color : black;
		text-decoration : none;
		text-transform: none;
	}
	div.print h1 {
		font-size:20px;
		font-family : "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align : left;	
		text-transform : uppercase;
		color: black;
		padding: 0px;
		margin: 0px;
	}
	div.print p {
	color: black;
	padding: 0px;
	margin: 0px;
	text-align:left;
	font-size:12px;
	}
}
/*print page*/

/*pages*/
.pages a:hover
 {
	color:#028E5D;
}
