/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0;
	padding: 0;
	background: url("images/background_green_stripes.png") #FFFFFF;
	font: normal small "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	color: #000000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

p, h1, h2, h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

p.white {
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
}

a:link, a:visited, a:hover {
/*	border-bottom: 1px dotted #CCCCCC;  */
	text-decoration: none;
	color: #f14e07;
}

img {
	border: none;
}

/* Header */

#header {
	width: 890px;
	height: 120px;
	margin: 0 auto;
	padding-top: 5px;
	background: url("images/header_background.jpg") #fff;
	background-repeat:no-repeat;
	background-position:right;
}

/* Menu */

#menu {
	width: 890px;
	height: 41px;
	margin: 0 auto;
	background: #29338e;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 890px;
	margin: 0 auto;
	background: #a0a2a5;
}

#colOne {
	float: right;
	width: 160px;
	padding: 10px 10px 0 10px;
	background: #a0a2a5;
}

#colTwo {
	float: right;
	width: 550px;
	padding: 10px 10px 0 10px;
	background: #e8e7e7;
}

#colThree {
	float: right;
	width: 120px;
	padding: 10px 10px 0 10px;
	background: #a0a2a5;
}

/* Footer */

#footer {
	width: 890px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #a0a2a5;
}
