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

* {
	margin:0px;
	font-family: "Georgia", "Times New Roman";	
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	padding: 0px;
}

#main {
width:800px;
border:0;
padding-left:20px;
padding-right:20px;
padding-top:20px;
margin-left:20px;
}

#table {
width:800px;
padding:6px;
font-size:18px;
}

#navigation li{
	color:#666666;
	display: inline;
	list-style-type: none;
	padding-left:45px;
	padding-right:0px;
	list-style:none;
	list-style-type:none;
	font-family: "Georgia", "Times New Roman";
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
}

a {
	font-family: "Georgia", "Times New Roman";
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	color:#666666;

	}

a:hover {
	color:#FF6600;
	font-family: "Georgia", "Times New Roman";
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
}

a:active {
color:#FF6600;
font-family: "Georgia", "Times New Roman";
font-size: 13px;
text-decoration:none;
}

#navigation-left li{
	display: inherit;
	padding-bottom:9px;
	list-style:none;
	list-style-type:none;
	font-family: "Georgia", "Times New Roman";	
	font-style: normal;
	text-decoration: none;
	text-align:left;
}

#navigation-right li{
	display: inline;
	list-style-type: none;
	padding-right:16px;
	padding-bottom:4px;
	list-style:none;
	list-style-type:none;
	font-family: "Georgia", "Times New Roman";
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
}

#content-left {
width:225px;
padding:12px;
height:500px;
}

#content-right {
width:500px;
padding:12px;
height:500px;
}


h1 {
	font: "Georgia", "Times New Roman";
	color:#666666;
	font-size:14px;
}

h2 {
	font: "Georgia", "Times New Roman";
	font-size:10px;
	color:#666666;
	padding-bottom:1px;
}

p {
font: "Georgia", "Times New Roman";
font-size:11px;
color:#666666;
padding-bottom:10px;
line-height:normal;
}

.dotted-line {
padding:5px;
border-top:dotted;
border-top-color:#CCCCCC;
border-top-style:dotted;
}

.left-main {
width:225px;
padding-top:8px;
height:500px;
}

.right-main {
width:500px;
padding-top:8px;
height:500px;
}

p1 {
font: "Georgia", "Times New Roman";
font-size:12px;
color:#666666;
}