/* CSS Document */* { padding: 0; margin: 0; }body {	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	text-align: center; /* required for centering the page in IE */	background-color: #CCCCCC;}#wrapper {	margin: 0 auto;	width: 900px;	background-image: url(images/bckgrnd.jpg);	background-repeat: repeat-y;	/* center everything on other browsers*/    margin:0 auto;}#header {	color: #333;	width: 720px;	float: left;	height: 200px;}#navbar {	width: 100%;	background-image: url(images/navbar.jpg);	background-repeat: no-repeat;	height: 50px;	font-size: 12px;	float: left;}#content {	clear: both;	width: 100%;}#sidebar {	color: #333;	width: 250px;	float: right;	text-align: left;	font-size: 12px;}#sidebar h1 {	font-size: 12px;	display: block;	background-color: #333333;	color: #FFCC33;	padding: 4px 4px 4px 10px;}#sidebar p {	padding-left: 10px;	padding-top: 8px;	padding-bottom: 10px;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #999999;	color: #FFFFFF;	font-size: 11px;	line-height: 110%;	padding-right: 8px;}#sidebar p a {	text-decoration: none;	color: #FFFFFF;}#sidebar p a:hover {	color: #FFCC33;}#main {	float: left;	color: #333;	width: 600px;	padding-right: 30px;	padding-bottom: 10px;	padding-left: 20px;	text-align: left;	top: 250px;}#main h1 {	font-size: 16px;	margin-bottom: 8px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #0033AA;	padding: 0px 0px 3px;}#main h2 {	font-size: 12px;	margin-top: 20px;	margin-bottom: 10px;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #999999;	margin-left: 12px;}#footer {	width: 100%;	clear: both;	color: #333;	background: url(images/footer.jpg) no-repeat;	height: 50px;}#main p {	font-size: 12px;	color: #333333;	line-height: 120%;	margin-bottom: 6px;	padding-left: 14px;}#main a {	color: #333333;	text-decoration: none;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #999999;}#main  a:hover  {	color: #0033AA;	text-decoration: none;}#main ul {	font-size: 12px;	color: #0033AA;	padding-left: 40px;}#main li {	list-style-type: square;	list-style-image: url(images/bulletstar.gif);	padding-bottom: 6px;}#footer p {	font-size: 10px;	color: #CCCCCC;	padding-top: 14px;	text-align: left;	padding-left: 20px;	line-height: 110%;}#footer p a {	color: #CCCCCC;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #0033CC;}#footer p a:hover {	color: #FFFFFF;}.photoright {	padding-left: 10px;	padding-bottom: 10px;}.photoleft {	padding-right: 20px;	padding-bottom: 10px;}#main h3 {	font-size: 12px;	margin-top: 20px;	margin-bottom: 10px;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #FFCC33;	margin-left: 12px;	color: #0033AA;}#main h4 {	font-size: 12px;	margin-top: 10px;	margin-bottom: 10px;	margin-left: 12px;	color: #0033AA;}
