* { margin: 0; padding: 0; outline: 0 }

body {
	background: #fff url(images/bg.jpg);
	font: 11px/140% 'Verdana', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #424242;
	text-align: center;
}
p, ul, ol {
        margin-bottom: 1.0em;
}
/* links */
a, a:visited {
	color: #BE420D;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 160%;
	font-weight: normal;
}
h2 {
	font-size: 135%;
	text-transform: uppercase;
	color: #336699;
}
h3 {
	font-size: 135%;
}

h1, h2, h3, p {
	padding: 0px;
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F9F7DD;
	border: 1px solid #E0DBC9;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;
   	background: #F9F7DD;
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #563E24;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
}
th strong {
	color: #fff;
}
th {
	background: #336600;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 1px 5px;
}
label {
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #547E2B;
	font: normal 1em Verdana, sans-serif;
	color:#777;    margin:3px 0;
}
textarea {
	width:400px;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #97BC72;
	height:100px;
	display:block;
	color:#777;
         margin:5px 0;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 19px;
	margin: 0;
	padding: 0px 3px;
	color: #FFF;
	background: #547E2B;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0; padding: 5px 0 15px 0;
	width: 190px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 120px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/
#wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;


}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 900px;
	padding: 0;
	background: #fff url(images/content.jpg) repeat-y center top;
	display: inline;
}
/* Navigation */
#topnav {
         position: relative;
         clear: both;
         padding: 0;
         width: 842px;
         margin: 0 auto;
         height: 25px;
}
#topnav ul {
         position: absolute;
         list-style: none;
         padding: 0;     margin: 0;
         right: 0; bottom: 0;
}
#topnav ul li {
         display: inline;
         margin: 0; padding: 0;
}
#topnav ul li a {
         display: block;
         float: left;
         width: auto;
         margin: 0;
         padding: 0 14px;
         color: #777;
         font: bold 11px/25px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
         text-decoration: none;
}
#topnav ul li a:hover,
#topnav ul li a:active {
color: #333;
}
#topnav ul li#current a {
         background: url(menupointer.jpg) no-repeat center bottom;
         color: #F2EFBA;
}
#header {
	width: 900px;
	position: relative;
	height: 95px;
	background: #FFF url(./images/header.jpg) repeat-x;
	padding: 0;
	color: #FFF;
}
/* header links */
#header #header-links {
	position: absolute;
	top: 58px; right: 260px;
	color: #34160B;
	font-size: 11px;
	font-weight: bold;
}
#header #header-links a {
	color: #34160B;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #BE420D;
}

#header #mypf {
	position: absolute;
	top: 70px; right: 65px;
	color: #34160B;
	font-size: 12px;
	font-weight: bold;
         border: 0px;
}
/* Navigation */
#nav {
	position: relative;
	clear: both;
	padding: 0;
	width: 900px;
	margin: 0 auto;
	background: url(images/menu.jpg) repeat-x;
	height: 34px;
}
#nav ul {
	position: absolute;
	list-style: none;
	padding: 0;	margin: 0;
         margin-left: 205px;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	color: #FFF;
	font: bold 13px/34px "Verdana", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
}
#nav ul li a:hover,
#nav ul li a:active {
	background: url(images/menua.jpg) repeat-x top center;
         color: #336600;
}
#nav ul li#current a {
	background: url(menupointer.jpg) no-repeat center bottom;
	color: #F2EFBA;
}
/* Navigation */
#subnav {
         position: relative;
         clear: both;
         padding: 0;
         width: 900px;
         font-size: 11px;
         margin: 0 auto;
         height: 25px;
         padding-top: 0px;
         background: #FFF url(./images/subnav.jpg) repeat-x top center ;
}
#subnav ul {
         position: absolute;
         list-style: none;
         padding: 0;     margin: 0;
         left: 0; bottom: 0;  padding-left: 5px;
margin-left: 285px;
}
#subnav ul li {
         display: inline;
         margin: 0; padding: 0;

}
#subnav ul li a {
         display: block;
         float: left;
         width: auto;
         margin: 0;
         padding: 0 14px;
         color: #777;
         font: bold 11px/27px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
         text-decoration: none;
         background: url(../../etop/images/ui-icons_333_256x2402.png) no-repeat top center ;
         background-position: -210px -187px; }
#subnav ul li a:hover,
#subnav ul li a:active {
color: #336600;
}
#subnav ul li#current a {
         background: #fff url(menupointer.jpg) no-repeat center bottom;
         color: #F2EFBA;
}



/* Main Column */
#main {
	float: right;
	width: 590px;
	padding: 0; margin: 0 10px 0 0 ;
         border-right: 0px solid #ccc;

}
#main h1 {
	margin-top: 5px;
	font: bold 1.7em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #336699;
	letter-spacing: -1px;
	padding: 5px 0 5px 0px;
}
#main ul li {
	list-style-image: url(bullet.gif);
}

#main strong {
color: #4D7423}
/* Sidebar */
#sidebar {
	float: left;
	width: 264px;
	padding: 10px;
	margin: 0 0 0 0px;

}
#sidebar h1 {
	margin-top: 3px;
         padding: 4px 0px 17px 17px;
	text-transform: uppercase;
	font: bold 13px 'Arial', Tahoma, Sans-serif;
	color: #fff;
         background: url(images/h1side.jpg) repeat-x left top;
}
#sidebar h2 {
	font: bold 13px 'Arial', Tahoma, Sans-serif;
}
#sidebar h1.grey {
	margin-top: 0px;
         text-transform: uppercase;
	padding: 1px 0px 17px 17px;
         background: url(images/h1side.jpg) repeat-x left top;
	font: bold 13px 'Arial', Tahoma, Sans-serif;	color: #fff;
}
#sidebar h1.blue {
	margin-top: 0px;
	padding: 1px 0px 17px 17px;
         background: url(images/h1side3.jpg) repeat-x left top;
	font: normal 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #fff;
}
#sidebar h4 {
	margin-top: 0px;
	padding: 1px 0px 5px 0px;
	font: bold 13px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #003366;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #6B4F2E;
}
#sidebar ul.sidemenu li a:hover {
	color: #88ac0b;
}

/* footer */
#column-wrap {
	clear: both;
	float: left;
	width: 900px;
	padding: 20px 0 35px 0;
	background: #243D6C url(./images/footer.jpg) repeat-x center top;
	border-bottom: 1px solid #436EAD;   color: #FFF;
}
#column-wrap a {
	text-decoration: none;
	color: #FFF;
}
#column-wrap a:hover {
         background: #436EAD;
}
#column-wrap h2 {
	color: #C6DFFF;
	margin: 2px 0 10px 0;
}

#columns {
	color: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 790px;
	background: transparent;
}
#columns ul {
	list-style: none;
	margin: 13px 0 0 0;
	padding: 0;
	background: url(footer-dots.gif) repeat-x left top;
}
#columns li {
	background: url(footer-dots.gif) repeat-x left bottom;
}
#columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#columns .col3-center {
	margin: 0 15px;
}

/* footer*/
#footer {
	clear: both;
	color: #777;
	width: 900px;
	padding: 5px 0 15px 0;
	text-align: center;
}
#footer a {
	color: #336699;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }




