@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/gradientbluetop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #ff9900;
	text-align: left;
	background-image: url(images/gradientblue.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
} 
#header { 
	background: #FFFFFF; 
	padding:0;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#header img {
	margin:0;	
}
#sidebar1 {
	float: right;
	width: 173px;
	padding: 15px 10px;
	text-align:center;
}
#mainContent {
	margin: 0 195px 0 0;
	padding: 0 25px;
} 
#footer { 
	margin:0;
	padding: 0 10px 0 25px;
	background:#ff9900; 
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align:center;
	color:#000;
	font-size:11px;
	line-height:15px;
}
ol li {
	padding-bottom: 8px;
	font-size:12px;
	list-style-type:none;
	list-style-position: outside;
	list-style-image: url(images/box.png);
}
ul li {
	padding-bottom: 5px;
	font-size:12px;
	list-style-position: outside;
	list-style-image: url(images/check.png);
}
h1 {
	color:#0099ff;
	text-align:center;
	font-size:15px;
}
h3 {
	margin:0;
	color:#ff9900;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
p {
	font-size:12px;	
}
td {
	color:#0099ff;
	font-size:12px;
}
a:link, a:visited {
	color:#0099ff;	
}
a:hover, a:active {
	color:#cc3300;	
}
.bold {
	font-weight:bold;	
}
.brownboldlg {
	color:#cc3300;
	font-size:14px;
	font-weight:bold;
}
.brownboldlgitalic {
	color:#cc3300;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
.brown {
	color:#cc3300;
	font-weight:bold;
}
.orange {
	color:#ff9900;
	font-weight:bold;
}
.blue {
	color:#0099ff;
	font-weight:bold;
}
.bluelgbold {
	color:#0099ff;
	font-size:15px;
	font-weight:bold;
}
.italic {
	font-style:italic;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

