@charset "utf-8";

#container {
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid #99CCFF;
	left: 50%;
	position: absolute;
	margin-left: -400px;
	margin-top: 10px;
}


#header {
	height: 60px;
	width: 800px;
	background-image: url(../images/header.jpg);
}
#logo {
	float: left;
	width: 450px;
	padding-top: 10px;
	padding-left: 5px;
}
#menu {
	width: 800px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
	background-image: url(../images/menu.jpg);
}
#menubox {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#name {
	float: right;
	width: 330px;
	padding-top: 15px;
	padding-right: 5px;
}
#footer {
	width: 800px;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CCFF;
	background-image: url(../images/footer.jpg);
}
#footleft {
	width: 200px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
#footright {
	width: 300px;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}
.indextext {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; }

.whitetext {color: #FFFFFF}
.bluetext {
	color: #00FF00
}
.whitetexttitle {
	color: #FFFFFF;
	font-size: 13px;
}

.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #CCCCFF;
	font-weight: normal;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCFF;
}
.footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.menu {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.texttitle {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4261A2;
}
.text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6699FF;
}
.small {font-size: 10px}
.temp {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
.tempblue {
	font-size: 16px;
	color: #4261A2;
	font-weight: bold;
}

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #CCCCFF;
	text-decoration: none;
}
a.menu:active {
	color: #99CCFF;
	text-decoration: none;
}
a.footer:link {
	color: #CCCCFF;
}
a.footer:visited {
	color: #CCCCFF;
}
a.footer:hover {
	color: #FFFFFF;
}
a.footer:active {
	color: #CCCCFF;
}
a.texttitle:link {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
a.texttitle:hover {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
a.texttitle:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
a.texttitle:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
a.whitetext:link {
	color: #FFFFFF;
	font-weight: bold;
}
a.whitetext:hover {
	color: #000000;
	font-weight: bold;
}
a.whitetext:visited {
	color: #FFFFFF;
	font-weight: bold;
}
a.whitetext:active {
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #3D5A96;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #3D5A96;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #3D5A96;
}
body {
	background-color: #CCCCFF;
}
