* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
}

h1 {
	font-weight: normal;
	color: #666666;
	font-size: 22px;
	letter-spacing: 1px;
}

h2 {
	font-weight: normal;
	color: #999999;
	font-size: 13px;
}

h3 {
	font-weight: normal;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
}
/********************** logo ****************************/
#logo {
	float: left;
	width: 240px;
}
#logo h1 {
	padding-top: 3px;
	text-align: center;
}
#logo h1 a {
	color: #555555;
}
#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}
#logo h2 a {
	color: #CCCCCC;
}
#logo a {
	text-decoration: none;
}
#logo img {
	behavior:url("iepngfix.htc");
}
/********************** menu ****************************/
#menu {
	float: left;
	width: 530px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	font-weight: bold;
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin-top: 40px;
	padding: 0 12px 0 12px;
	background: url() no-repeat;
	text-decoration: none;
	font-size: 15px;
	color: #999999;
}
#menu a:hover {
	color: #ED2024;
}
/********************** splash **************************/
#splash {
	width: 770px;
	height: 180px;
	border: 3px solid #DDDDDD;
	margin: 0 auto;
	background: url(images/imgBG.jpg) no-repeat;
}
#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	background: url() no-repeat;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #DDDDDD;
}
/********************** page ****************************/
#page {
	width: 770px;
	margin: 0 auto;
}
#page h1, #page h2 {
	margin-bottom: 20px;
}
#page h2 {
	font-weight: bold;
}
/********************** content *************************/
#content {
	float: right;
	width: 490px;
	padding: 20px;
	margin-top: 6px;
}
#content a {
	color: #555555;
}
#content a:hover {
	color: #CC0000;
}
#content ol, #content ul {
	margin-left: 3em;
}
#content #IMGbord {
	padding-right: 20px;
	padding-bottom: 20px;
}
/********************** sidebar *************************/
#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}
#sidebar a {
	letter-spacing: 2px;
	color: #555555;
}
#sidebar a:hover {
	letter-spacing: 2px;
	color: #CC0000;
}
#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
	letter-spacing: 2px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}
#sidebar h3 {
	width: 68px;
	height: 17px;
	font-size: 11px;
	letter-spacing: 1px;
	background: #EEEEEE url() no-repeat;
	color: #AAAAAA;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
}
/********************** footer **************************/
#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}
#footer a {
	color: #555555;
}
#footer a:hover {
	color: #CC0000;
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	letter-spacing: 1px;
	font-size: 10px;
}
#legal {
	float: left;
}
#links {
	float: right;
}
/********************** Login ***************************/
#inputtext {
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #777777;
}
#inputtext1, #inputtext2 {
	width: 90px;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}
#inputsubmit1 {
	width: 60px;
	margin-left: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}