

/** LAYOUT STYLES **/

body {
	background: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 754px;
	background: #333333 url(images/bg-wrapper1.jpg) top repeat-y center ;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding:0;
	text-align: left;
}

#headerpanel {
	position: relative;
	background: #333333;
	margin: 10px 20px 0 20px;
	height: 90px;
}

#headerpanel #navpanel {
	float: left;
	margin: 5px 20px 0 0;
	height: 30px;
	width: 400px;
	
}

#contentpanel {
	position: relative;
	margin: 0px 20px 0px 20px;
	font: 1em Arial, Helvetica, sans-serif;
	padding: 0px;
	background: #333333;
	height: 1%;
}

#contentpanel #leftside {
	position:relative;
	width: 361px;
	font-size: 90%;
	margin:0;
	float: left;
	height: 1%;
}

#contentpanel #rightside {
	position: relative;
	width: 330px;
	float: right;
	font-size: 1em;
	color: #ffffff;
	margin-left:5px
	height: 1%;
}

#footer {
	margin: 10px 20px 0px 20px;
	font: 1em Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0
	background: #333333;
	border-top: 1px dashed #cccccc;
	text-align: center;
	color: #ffffff;
	clear: both;
}

/**************************/
/** END OF LAYOUT STYLES **/ 
/**************************/


/** GLOBAL STYLES **/


.center {text-align:center;}
.row-odd { background-color:#CCCCCC; }
.image-right { float: right; }



/* TAKE NOTICE BOX STYLES */

.takenotice {
	border: 2px dashed #990066;
	padding: 3px 3px 3px 45px;
	width: 90%;
	margin-bottom: 20px;
	min-height: 42px;
	background: url(images/take-notice.gif) no-repeat left;
}

.takenotice p {
	font-size: 110%;
	font-weight: bold;
}

.takenotice h2{
	font-size: 110%;
	font-weight: bold;
}





/**************************/
/** END OF GLOBAL STYLES **/
/**************************/


/** HEADER PANEL STYLES **/
#headerpanel #logo {
	padding-right: 20px;
	float: left;
}
#headerpanel .topimage {	
	padding: 2px 12px 5px 0;
	margin-top: 0px;
	float: left;
}

/** TOP NAV STYLES **/

#headerpanel #navpanel ul {
	position: relative;
	margin: 0px;
	padding: 4px 0em 4px 0px;
	background: #666633; 
}
#headerpanel #navpanel li {
	font: 70% Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	padding-right: 0em;
	margin-right: 0em;
	margin-left: .5em;
	color: #3C582F;
}
#headerpanel #navpanel li a:link {
	color: #ffffff;
	text-decoration: none;
}
#headerpanel #navpanel li a:visited {
	color: #ffffff;
	text-decoration: none;
}
#headerpanel #navpanel li a:hover {
	color: #000000;
	text-decoration: none;
	background: #cccccc;
}


/** LEFTSIDE STYLES **/







/** RIGHT PANEL STYLES **/

#contentpanel a:link {
	color: #CCFF33;
	text-decoration: none;
}
#contentpanel a:visited {
	color: #CCFF33;
	text-decoration: none;
}
#contentpanel a:hover {
	text-decoration: underline;
}

#contentpanel #rightside h1 {
	font-size: 120%;
	font-weight: bold;
	color: yellow;
}

#contentpanel #rightside h2, caption {
	font-size: 100%;
	font-weight: bold;
	color: yellow;
	text-align: left;
	
}

#contentpanel #rightside h3 {
	font-size: 90%;
	font-weight: bold;
	color: yellow;
	font-style:italic;
}

#contentpanel #rightside .indent {
	margin-left: 20px;
}

#contentpanel #rightside .quote {
	font-style:italic;
}

#contentpanel #rightside blockquote {
	position: relative;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/quotes2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:0px;
	margin-left: 0px;
	margin-right: 0px;
}
#contentpanel #rightside .pullquote p {
	background: url(images/quotes1.gif) no-repeat;	
	padding: 5px 5px 5px 5px;
	position: relative;
}

#contentpanel #rightside .pullquote p.noquote {
	background: none;
	padding: 5px 5px 5px 5px;
}

#contentpanel #rightside .author {
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 20px;
	border-bottom: dashed #cccccc 1px;
	width: 100%;
}	

#contentpanel #rightside table {
	border: 0px;
	margin: 0px;
	padding: 0px;

}

#contentpanel #rightside p, td {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif #ffffff;
	margin-left: 10px;
}

#contentpanel #rightside td {
	padding: 3px;
	margin: 0px;
}

#contentpanel #rightside li {
	font: 90% Arial, Helvetica, sans-serif #000000;
	list-style: url(images/bullet-square-red.gif) outside square;
}

#contentpanel #rightside th {
	font-weight: bold;
	color: #ffffff;
	background-color:#990000;
}


/** FOOTER STYLES **/


#footer p {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}
#footer ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#footer li {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin-right: 1em;
	color: #CCFF99;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
	padding-right: 1em;
}
#footer li.noseparator {
	border-right-style: none;
}

#footer a, a:link {
	color: #CCFF99;
	text-decoration: none;
}
#footer a:visited {
	color: #CCFF99;
	text-decoration: none;
}
#footer a:hover {
	color: #CCFF99;
	text-decoration: underline;
}
