body {
	margin: 0 auto;
	background-color: #cccccc;
}
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.style1 {
	font-size: 10px
}
.style2 {
	font-size: 10px;
	color: #000000;
	padding-top:2px;
}
a:link {
	color: #69673A;
	text-decoration: none;
	border-bottom: 1px solid #bdbca2;
}
a:visited {
	color: #69673A;
	text-decoration: none;
	border-bottom: 1px solid #bdbca2;
}
a:hover {
	color: #69673A;
	background: #f4f5ed;
	border-bottom: 1px solid #69673A;
	text-decoration: none;
}
.style3 {
	color: #46871B
}

h1 {
	color: #46871B;
	font-size:16px;
}

.style4 {
	font-size: 11px
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}


.mask p {
font-size:10px;
margin-left:4px;
padding:2px;
}

.leftmenu {
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9E3A9;
	font-size: 11px;
}
.leftmenu a:link {
	color: #69673A;
	text-decoration: none;
	border-bottom: none;
}
.leftmenu a:hover {
	color: #69673A;
	background: #f4f5ed;
	text-decoration: none;
	border-bottom: none;
}
.leftmenu a:visited {
	border-bottom: none;
}
.leftsubmenu {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EADEA8;
	font-size: 11px;
	background-image: url(../images/arrow.gif);
	background-position:topleft;
	background-repeat: no-repeat;
}
.leftsubmenu a:link {
	border-bottom: none;
}
.leftsubmenu a:visited {
	border-bottom: none;
}
.subtitle {
	font-size: 16px;
	color: #B19644;
}
.subsubtitle {
	font-size: 14px;
	color: #508E26;
}
/* HEADER ********************************************************************/

#header {
	width:801px;
	margin:0 auto;
	text-align:left;
	height:90px;
	background:  url(../images/bg_top.gif) repeat-x 0 0;
}
a#logo {
	width:153px;
	height:80px;
	margin:4px 0 0 20px;
	float:left;
	text-indent:-9999px;
	background:   url(../images/logo.png) no-repeat top left;
	display:inline; /* for double float bug */
}
/*..... #subNav .....*/
ul#subNav {
	padding:30px 0 0 0;
}
#subNav li {
	display:inline;
	float:right;
	margin:0 16px 0 0;
	font:11px/1.0 Arial, Verdana, Helvetica, sans-serif;
}
#subNav li a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:none;
	font-weight:bold;
}
#subNav li a:hover {
	color:#eeeeee;
	text-decoration:none;
	background:none;
}
/* MAIN NAV ********************************************************************/

/*..... #mainNav .....*/
#homePg #mainNav ul, #mainNav ul, #mainNavFr ul {
	width:760px;
	height:24px;
	background:  url(../images/bg_nav.gif) repeat-x 0 0;
	padding-top:10px;
	padding-left:0px;
	margin:3px 0 0 0px;
	text-align: center;
}
#mainNav ul, #mainNavFr ul {
	background:  url(../images/bg_nav.gif) repeat-x 0 0;
	height:24px;
	padding-top:10px;
	margin:0px 0 0 0px;
	text-align: center;
}
#mainNav li, #mainNavFr li {
	display:inline;
	font-size:11px;
	padding:8px 8px 0 8px;
	font:11px/1.0 Arial, Verdana, Helvetica, sans-serif;
}
#mainNavFr li {
	padding:0 10px 0 10px;
}
#mainNav li a, #mainNavFr li a {
	color:#eeeeee;
	text-decoration:none;
	font-weight:bold;
	padding-top:4px;
	border-bottom:none;
}
#mainNav li a:hover, #mainNavFr li a:hover {
	color:#ffffff;
	background:none;
}
#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;
}
.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;
}

/* ----------- stylized ----------- */

.myform {
	margin:0 auto;
	width:400px;
	padding:14px;
}

.myform-contest {
	margin:0 auto;
	width:540px;
	padding:14px;
}

#signup {
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#signup h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#signup p {
	font-size:11px;
	color:#666666;
	margin-bottom:4px;
	border-top:solid 1px #b7ddf2;
	padding-bottom:4px;
}
#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 10px 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;
}
	
#box1 {
	display:block;
	width:200px;
	height:240px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	border:solid 1px #eee;
}
#box1 h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding-left:4px;
	padding-right:4px;
	border:none;
}
#box1 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding-left:4px;
	padding-right:4px;
}
#box2 {
	display:block;
	width:200px;
	height:240px;
	float:right;
	margin-right:20px;
	margin-bottom:10px;
	border:solid 1px #eee;
}
#box2 h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding-left:4px;
	padding-right:4px;
	border:none;
}
#box2 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding-left:4px;
	padding-right:4px;
}

p.break {
	background: url(../images/break.gif) repeat-x 0px 6px;
	height:10px;
}	
	
.btn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/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:hover {
	text-decoration: none;
}
.btn:active {
	position: relative;
	top: 1px;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* 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');
} 