@charset "utf-8";
/* CSS Document */

#container {
	width: 1020px;
	border: 1px solid #999999;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	width: 900px;
	float: right;
}


#sideBar {
	width: 110px;
	float:left;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	font-size: 14px;
	color: #333333;
	position: relative;
}

.float-clear {
	clear: both;
}

.center-text {
	text-align: center;
}

body {
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 1em;
	margin-left: 40px;
}

table a:link {
	color: #CC6600;
	text-decoration:underline;
}

table a:hover {
	color: #CC6600;
	text-decoration: underline overline;
	background-color: #FFFFCC;
}

table a:active {
	color: #FF0000;
	text-decoration: underline overline;
	background-color: #FFFFCC;
}

table a:visited {
	color: #990000;
	text-decoration:underline;
}

.cell-color1 {
	background-color: #999999;
}

h1 {
	margin: 0px;
	color: #666666;
	font-size: 20px;
}


.f-color1 {
	color: #FFFFFF;
}

.pad1 {
	padding: 20px;
}

.mar1 {
	margin: 2px;
}

#header {
	background-image: url(images/titlebar.gif);
	background-repeat: no-repeat;
	width: 1020px;
	height: 104px;
	float: right;
	background-position: center;

}

a:link {
	color: #666666;
	text-decoration:none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

a:visited {
	color: #000066;
	text-decoration:none;
}

#footer {
	background-image:url(images/footer.gif);
	height: 40px;
	width: 1020px;
}

.mar-top1 {
	margin-top: 20px;
}

.mar-top2 {
	margin-top: 50px;
}