body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #99866C;
	background-image:url(images/newCPObg.gif);
	margin: 0 auto;
}
p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:18px;
}
h1 {
	font-size: 16px;
	color: #C59E67;
}
h3 {
	font-size: 12px;
	color: #990000;
}
.style2 {
	color: #8E3F1E;
	font-size: 10px;
}
.style3 {
	font-size: 10px
}
a:link {
	color: #8B2128;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8B2128;
}
a:hover {
	text-decoration: underline;
	color: #B25720;
}
a:active {
	text-decoration: none;
	color: #8B2128;
}
.style4 {
	font-size: 14px;
	color: #8B2128;
	font-weight: bold;
}
.style5 {
	font-size: 16px;
	color: #C59E67;
}
.leftmenu {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EADEA8;
	font-size: 12px;
	background-position:topleft;
	background-repeat: no-repeat;
}
.bottomleftmenu {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EADEA8;
}
.style6 {
	color: #990000
}
/* NEWSLETTER */

	
#newsletter form input {
	margin:0 0 1em 0em;
	padding:3px 6px;
	font-size:100%;
	border-color:#777777 #CCCCCC #CCCCCC #777777;
	border-style:solid;
	border-width:1px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#newsletter form input:focus {
	background-color:#FFC;
}
#newsletter form input#submit {
	margin:0 0 0 6em;
	padding:5px 12px;
	background-color:#345B60;
	color:#FFF;
	border-color:#CCCCCC #777777 #777777 #CCCCCC;
}
#newsletter form input#submit:focus, #newsletter form input#submit:hover {
	background-color:#6F3B26;
}
#enews form {
	font:13px Georgia, "Times New Roman", Times, serif;
	background:#eee;
	border:thin;
	border-color:#666666;
	padding:20px 20px;
	width:450px;
}
#enews form ol {
	list-style:none;
	margin:0;
	padding:0;
}
#enews form li {
	padding:6px;
	background:#e1e1e1;
	margin-bottom:1px;
}
#enews form li#send {
	background:none;
	margin-top:6px;
}
#enews form label {
	float:left;
	width:70px;
	text-align:left;
	margin-right:7px;
	color:#0066CC;
	line-height:23px; /* This will make the labels vertically centered with the inputs */
}
#enews form input, #enews form textarea {
	padding:4px;
	font:13px Georgia, "Times New Roman", Times, serif;
	border:1px solid #999999;
	width:200px;
}
#enews form input:focus, #enews form textarea:focus {
	border:1px solid #666;
	background:#e3f1f1;
}
#enews form li#send button {
	background:#003366 url(images/css-form-send.gif) no-repeat 8px 50%;
	border:none;
	padding:4px 8px 4px 28px;
	border-radius:15%; /* Don't expect this to work on IE6 or 7 */
	-moz-border-radius:15%;
	-webkit-border-radius:15%;
	color:#fff;
	margin-left:185px; /* Total width of the labels + their right margin */
	cursor:pointer;
}
#enews form li#send button:hover {
	background-color:#006633;
}
.button {
	display:block;
	width:125px;
	height:25px;
	text-indent:-9999px;
	padding-bottom:4px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:url(images/sign-button.png) no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -25px;
}
#signup1 {
	background-color:#8b0e04;
	width: 190px;
}
#signup1 p {
	color:#FFFFFF;
	font-size:10px;
	padding:3px;
	text-align:center;
	line-height:13px;
}
ul#menu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:35px;
	font-size:11px;
	background:transparent url("images/red.gif") repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
}
ul#menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
}
ul#menu li a {
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:10px 11px 0 11px;
	height:35px;
}
ul#menu li a:hover {
	background:transparent url("images/black.gif") repeat-x top left;
}

/* ----------- stylized ----------- */

.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}

.myform-contest {
	margin:0 auto;
	width:500px;
	padding:6px;
}


#signup {
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#signup h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#signup p {
	font-size:12px;
	color:#666666;
	margin-left:2px;
	border-top:solid 1px #b7ddf2;
	padding-left:2px;
	line-height:12px;
}
#signup label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	padding:2px 2px;
}
#signup .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#signup input {
	float:left;
	font-size:12px;
	padding:2px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 4px 10px;
}
#signup button {
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(images/button.png) no-repeat;
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	border:none;
}

.btn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.btn a {
	text-decoration: none;
}
.btn:hover {
	text-decoration: underline;
}
.btn:active {
	position: relative;
	top: 1px;
}
.btn a {
	text-decoration: none;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top, #666, #000);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top, #444, #000);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top, #000, #444);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

 