body
{
	margin: 0;
	padding: 0;
	background-color: white;
	background: url(../images/RedSunrise1.jpg) repeat #010101;
	font-size: 100.01%;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

input, textarea, td
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

#main
{
	position: relative;
	width:800px;
}

#topbar
{
	height: 16px;
	background-image:url(../images/topbar.png);
	background-repeat: no-repeat;
	width:800px;
	border-bottom: solid 1px black;
}

#logo
{
	background: url("../images/c2plogo.jpg") no-repeat #fff;
	height: 171px;
	position: relative;
	clear: both;
}

#topmenuold
{
	height: 16px;
	padding-top: 2px;
	background-color: #ffd46e;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
}

#topmenuold a, #topmenu a:visited
{
	color: white;
	text-decoration: none;
}

#topmenuold a:hover
{
	color: yellow;
	text-decoration: underline;
}

/* ********** Content area ********* */

#content
{
	padding: 1px 4px 4px 175px;
	background-color: #fff;
	color: #100;
	text-align: left;
	font-size: 11pt;
}

#content p
{
	font-size: 11pt;
}

#content h1
{
	color: #100;
	font-size: 16pt;
	margin: 1px 0 5px 0;
}

#content h1.centered
{
	color: #100;
	font-size: 16pt;
	margin: 2px 0 5px 0;
}

#content a, #content a:visited
{
	color: #005;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: #511a;
	text-decoration: underline;
}

li
{
	margin: 4px 0;
}

.dslist li
{
	margin: 10px 0;
}

/* ********** Copyright area ********* */

#copyright
{
	height: 14px;
	background-image:url(../images/bottombar.png);
	text-align: center;
	padding-top: 2px;
	font-size: 8pt;
	color: black;
	border-top: solid 1px black;
}

#copyright a, #copyright a:visited
{
	color: #020;
	text-decoration: none;
}

#copyright a:hover
{
	color: #040;
	text-decoration: none;
}

/* ********** Page Images ********* */

.imgl
{
	float: left;
	padding: 0 10px 10px 0;
}

.imgr
{
	float: right;
	padding: 0 0 10px 10px;
}

.img
{
	padding: 5px;
}

.imgb
{
	padding: 8px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 10px;
}

.imglb
{
	float: left;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 10px 10px 0;
}

.imgrb
{
	float: right;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 0 10px 10px;
}

/* ********** Links Pages ********* */

.link
{
	margin-bottom: 15px;
}

.linktitle
{
	background-color: #c0dcc0;
	font-size: 11pt;
	font-weight: bold;
	color: #040;
	padding: 3px;
	border-right: 1px solid #080;
	border-bottom: 1px solid #080;
}

.linktitle a, .linktitle a:visited
{
	color: #040;
	text-decoration: none;
}

.linktitle a:hover
{
	color: #f60;
	text-decoration: underline;
}

.linkpages
{
	float: right;
	border: 1px solid black;
	padding: 2px;
	background-color: #0c6b0b;
	color: white;
}

.linkpages a, .linkpages a:visited
{
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

.linkpages a:hover
{
	color: white;
	text-decoration: underline;
}

.linktext
{
	margin: 0 10px 0 20px;
	text-align: justify;
}

.website
{
	font-style: italic;
	margin-left: 35px;
}

.website a, .website a:visited
{
	font-style: normal;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

.website a:hover
{
	color: #080;
	text-decoration: underline;
}

/* ********** FAQs ********* */


.faqq
{
	font-size: 11pt;
	font-weight: bold;
	color: #080;
	margin: 0 0 5px 0;
}

.faqa
{
	font-size: 10pt;
	color: #040;
	margin: 0 0 15px 30px;
}

/* ********** Misc ********* */

#errmsg
{
	border: 1px solid red;
	padding: 0 5px 5px 5px;
	background-color: #ffc;
	color: red;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
