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



#container {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 0px;
}
#navigation {
	clear: both;
	float: left;
	height: 100px;
	width: 1002px;
	margin: 0px;
	padding: 0px;
}
#navigation .logo{
	float: left;
	margin: 10px 0px 10px 10px;
}
#header {
	height: 200px;
	width: 1000px;
	float: left;
	border: 1px solid #CCC;
	padding: 0;
	margin: 0px;
}
#leftborder  {
	background-image: url(../images/design/leftborder.png);
	background-repeat: repeat-y;
	float: left;
	width: 69px;
	margin: 0px;
	padding: 0px;
}
#leftborder .leftborderfade {
	margin: 300px 0px -10px 0px;
	padding: 0px;
	width: 70px;
}
#contentcontainer {
	padding: 0 0 200px 0;
	height: auto;
	float: left;
	background-image: url(/images/design/contentbg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	min-height: 400px;
}
#leftcontent {
	float: left;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#rightcontent {
	float: left;
	height: auto;
	margin: 0px 0px 80px 0px;
	width: 600px;
	padding: 0 30px;
}
#rightborder  {
	background-image: url(../images/design/rightborder.png);
	width: 69px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
}
#rightborder .rightborderfade {
	padding: 0px;
	width: 70px;
	margin: 300px 0px -10px 0px;
}
#footer {
	float: left;
	height: 120px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 0px;
	margin: 0;
	clear: both;
}
#adminlayout {
	width: 600px;
}
#qoute {
	color: #FFF;
	text-align: center;
	margin: 10px;
	width: 180px;
	padding: 0px;
}
#qoute #top {
	background-image: url(/images/design/qoutetop.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin: 0px;
	padding: 0px;
	width: 180px;
}
#qoute #middle {
	color: #FFF;
	background-color: #2E5292;
	text-align: center;
	margin: 0px;
	padding: 0 10px 10px 10px;
	width: 160px;
}
#qoute #bottom {
	background-image: url(/images/design/qoutebottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	margin: 0px;
	padding: 0;
	width: 180px;
}
#userloginwindow {
	margin: 0;
	padding: 0;
	width: 100px;
}
h1 {
	color: #245DAA;
	font-family: "Times New Roman", Times, serif;
	background-image: url(/images/design/h1pic.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: xx-large;
	padding: 0px 0px 30px 0px;
	text-align: left;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666;
	font-style: oblique;
}
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 14px;
}
p {
	background-color: #FFF;
}
table {
}
.logout {
	text-decoration: none;
	text-align: center;
}
a {
	text-decoration: none;
	color: #2E5292;
}
a:hover {
	color: #999;
}
tr{
	border:1px solid #333;
}
h3 {
	font-size: 10px;
	font-style: italic;
	color: #FFF;
	text-align: right;
}
.borderline {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

