@charset "utf-8";
/* CSS Document */

<!--
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}
.sincol #container {
	width: 760px;  
	
	background: #000;
	margin: 0 auto; 
	color:#fff;
	text-align: left; 
}
.sincol #mainContent {
	background:000;
	height:244px;
	background-image:url(images/bg_grad.gif);
	background-repeat:repeat-y;	
}
#content1 {
	height:224px;
	min-height:224px;
	width:512px;
	float:right;
	color:#fff;
	font-size:0.85em;
	background-color:#000;
	padding:10px;
}
.sincol #header {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	min-height:130px;
	height:130px;
	color:#fff;
}
.sincol #headertext {
	text-align:center;
	color:#fff;
	margin-bottom:10px;
	padding:0 10px 0 10px;
}
.lower {
	background:#000000;
	color:#fff;
	padding:20px 0 0 40px;
}
.lower p, ul {
	font-size:0.85em;
}
.lower a {
	color:#FF6600;
	text-decoration:none;
}
.sincol #links {
	width:210px;
	float:left;
	line-height:1.5em;
	margin-top:40px;
}
.sincol #links a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#fff;
	margin-left:50px;
}
.sincol #links a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}
.sincol #footer {
	text-align:center;
	font-size:0.6em;
	color:#FFFFFF;
	margin:20px auto 10px;
}
.lwrlink {
	text-align:center;
}
.lwrlink a {
	text-decoration:none;
	font-size:x-small;
	color:#0099FF;
}
.lwrlink a:hover {
	text-decoration:underline;
	font-size:x-small;
	color:#FF6600;
}
.lwrlink a:visited {
	text-decoration:none;
	font-size:x-small;
	color:#0099FF;
}

.info {
	width:200px;
	height:200px;
	float:left;
	margin:20px 25px 10px 0;
	border:1px;
	border-style:solid;
	border-color:#FFB03B;
	padding:3px;
}
.info p {
	font-size:0.7em;
}
.info a {
	color:#00CCFF;
}

.imgright {
	float:right;
}
.imgleft {
	float:left;
	margin-right:3px;
}
.clr {
	clear:both;
}
.small {
	font-size:small;
}
#wrapper {
	width: 700px;
	margin:auto;
	padding:5px;
	font-size:small;
	text-align:left;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-color:#FFFFFF;
}

#content-left {
	width:325px;
	float:left;
	padding-top:30px;
}

#content-right {
	width:325px;
	float:right;
	padding-top:30px;
}

-->
