/* CSS Document */

a:link { color: #66CC33; text-decoration: none;}
a:visited { color: #CC6600; text-decoration: none;}
a:hover { color: #CC6600; text-decoration: underline; }
a:active { color: #FFFFFF; }

.floatright {float: right; margin: 0 0 5px 5px; border: 1px solid #CCC; border-style: dotted; padding: 4px;}

.floatleft {float: left; margin: 0 10px 10px 0px; border: 1px solid #CCC; border-style: dotted; padding: 4px;}

.floatcenter {float: center; margin: 20px; border: 1px solid #CCC; border-style: dotted; padding: 4px;}

.floatrightnb {float: right; margin: 0 0 5px 5px; padding: 4px;}

.floatleftnb {float: left; margin: 0 10px 10px 0px; padding: 4px;}

.floatcenternb {float: center; margin: 20px; padding: 4px;}

body {
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background-color: #1C1C1C;
	background-image: url(images/bkg2.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	/* part 1 of 2 centering hack */
	}

#content {
	width: 720px; 
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #000000;
	border: 2px solid #ccc;
	border-style: dotted;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 720px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 720px;
	}
	
#contenta {
	width: 480px; 
	padding: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #000000;
	border: 2px solid #ccc;
	border-style: dotted;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 480px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 480px;
	}
	
#contentb {
	width: 350px; 
	padding: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #000000;
	border: 2px solid #ccc;
	border-style: dotted;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 350px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 350px;
	}
	
#contentc {
	width: 400px; 
	padding: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #000000;
	border: 2px solid #ccc;
	border-style: dotted;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 400px;
	}

#content p {color:#FFFFFF; font-family:courier new, serif; font-size:16px;}
#content h1 {color:#FFFFFF; font-family:Lucida Grande, Verdana, Arial, sans-serif; font-size:18px;}
#content .footer {font-family:arial, sans-serif; font-size:10px; text-align: center;}

#text p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 10px 20px 10px 20px;
	}
#text .center {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	padding: 10px 20px 10px 20px;
	}

#text p2 {color:#FFFFFF; font-family:courier new, serif; font-size:16px;}

#text p3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 0;
	}

#form td{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;;
	}
#form p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	}
#form {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 
	padding: 10px 50px 10px 20px;
	width: 500px;
	border: 1px solid #CCC; border-style: dotted; padding: 4px;
	}