body {
	background-color:#fcfef1;
	margin: 0 auto;
}
a:link {
	color:#000066;
	text-decoration:underline;
}
a:active {
	color:#000066;
	text-decoration:underline;
}
a:visited {
	color:#000066;
	text-decoration:underline;
}
a:hover {
	color:#000066;
	text-decoration:none;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #a6a575;
	color: #333;
	line-height: 130%;
}
#vtop {
	background-color: #000;
	height: 35px;
}
#vtop img {
	float:right;
	display:block;
	padding:2px;
}
#top {
	/*	padding: .5em;*/
	background-color: #ddd;
	height: 120px;
	background-image:url(../images/new-header.jpg);
}
#top h1 {
	padding: 0;
	margin: 0;
}
#leftnav {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0.8em;
	background-color: #a6a575;
}
#mask {
	float: left;
	width: 160px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0px;
	background-color: #a6a575;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
#mask img {
	padding-top:5px;
}

#content {
	margin-left: 200px;
	/*border-left: 1px solid gray;*/
	padding: 1em;
	max-width: 36em;
	background-color:#FFFFFF;
	min-height:500px;
}
#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	text-align:justify;
}
#content table, tr, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	text-align:justify;
}
#content ul, ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	text-align:left;
	list-style:disc;
}
#content h1 {
	margin: 0 0 .5em 0;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color:#4d411f;
	line-height: 1.1em;
}
#content h2 {
	margin: 0 0 .5em 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#666666;
}
#footer {
	clear: both;
	margin: 0;
	padding: .2em;
	color: #333;
	background-color: #000;
	height: 70px;/*border-top: 1px solid gray;*/
}
#footer img {
	float:right;
	display:block;
	padding:6px;
}
#footer p {
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	line-height: 14px;
	padding-left: 6px;
}
#footer a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#leftnav p {
	margin: 0 0 1em 0;
}
.wireframemenu {
	/*border: 1px solid #C0C0C0;*/
background-color: #a6a575;
	border-bottom-width: 0;
	width: 160px;
}
* html .wireframemenu { /*IE only rule. Original menu width minus all left/right paddings */
	width: 160px;
}
.wireframemenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.wireframemenu a {
	font: bold 11px Verdana;
	padding: 6px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}
.wireframemenu a:visited {
	color: #595959;
}
html>body .wireframemenu a { /*Non IE rule*/
	width: auto;
}
.wireframemenu a:hover {
	background-color: #fcfef1;
	color: black;
}
#enews form {
	font:13px Georgia, "Times New Roman", Times, serif;
	background:#eee;
	border:thin;
	border-color:#666666;
	padding:20px;
	width:530px;
}
#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;
	padding: 5px 6px 6px 0;
	float:right;
	width:125px;
	height:25px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/sign-button2FR.png) no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -25px;
}

/* ----------- stylized ----------- */

.myform {
	margin:0 auto;
	width:400px;
	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:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#signup label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	padding:5px 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:5px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 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;
}

/* Sign Up Button */
.btn {
	display: inline-block;
	float:right;
	margin:5px 5px 0px 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/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;
}

.btn a:link {
text-decoration: none;

}

/* 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');
}

#box1 {
	display:block;
	width:300px;
	height:260px;
	float:right;
	margin-left:20px;
}
#box1 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding-left:4px;
	padding-right:4px;
}
#box1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding-left:4px;
	padding-right:4px;
}


