html, body {
   height: 100%;
   width: 100%;
   margin: 0px auto;
   padding: 0;
   text-align:center;
   font-family:georgia;
}

body {
   background-color: #fff;
}

ul {
   list-style-type: none;
}

#banner{
   background:url(./images/cp_logo.png) no-repeat;
   background-color: #fff;
   font-family:georgia;
   font-size:50px;
   line-height:65px;
   height:150px;
   margin: 20px auto 0px auto;
   width: 600px;
}
#main {
   background-color: #fff;
   padding: 10px 15px 0px 15px;
   margin: 0px auto 0px auto;
   width: 575px;
}

#main li {
   display: block;
   margin-bottom: 0px;
   width:575px;
}

#main li.blank {
   display: block;
   background-image: none;
   height: 30px;
}

#main li.copyright {
   display: block;
   background-image: none;
   height: 30px;
   font-family:georgia;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   line-height: 18px;
   color: #333333;
   padding-top: 10px;
}

#main li.download p {
   font-family:georgia;
   text-align: center;
}

#main li.download p a.link {
   display: block;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   margin: 10px 0px 5px 0px;
   padding: 0px;
   color:#a00000;
}

#main li.download p span {
   font-size: 11px;
}

h1 {
   font-family:georgia;
   font-size: 19px;
   font-style: normal;
   text-align: right;
   font-weight: bold;
   margin: 0;
   padding: 2px 15px 0 0;
   color: #555;
}

p {
   font-family:georgia;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-align: justify;
   line-height: 22px;
   color: #444;
   border-top: 1px solid #333333;
   
   margin: 0px;
   padding: 10px 15px 5px 15px;
 
}
 
a {
   color: #a00000;
   font-weight: bold;
   font-style: normal;
}

span.gray { color: #323232; }

span.unbolditalic {
   font-weight: normal;
   font-style: italic;
}

form {
	background:#fff;
	padding:1em;
	border:1px solid #eee;
}
.login {
	background:url(./images/user.gif) no-repeat 95% 1em;
}
.contact {
	background:url(./images/email2.gif) no-repeat 95% 1em;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
form {
	margin:1em;
	width:29em;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0b77b7;
	font-size:18px;
}
legend span {
	width:10em;
	text-align:right;
}
input {
margin-right:60px;
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 16px georgia;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.date input {
	background-image:url(./images/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:117px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(./images/sub_button.png) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}

/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/
