/*general settings*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
	font: normal normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

p {
	padding-bottom: 8px;
	line-height: 18px;
}

#container {
	margin: 0 auto 0 auto; /* center, not in IE5 */
	width: 820px;
	padding: 0;
}

#thePage {
	width: 820px;
}

#header {
	width: 820px;
	height: 141px;
	margin-top: 10px;
	background: #fff url("../images/header.jpg") no-repeat;
}

#login {
	float: right;
	font: normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	width: 182px;
	height: 16px;
	border: 0;
	margin: 50px 30px 0 0;
}

form {
	float: right;
	width: 100px;
	height: 16px;
	margin: -2px 10px 0 5px;
	background: url("../images/bg-form.jpg") no-repeat;
}

input {
	float: left;
	width: 96px;
	font: normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	background-color: transparent;
}

form.butSubmit {
	float: left;
	font: normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	width: 135px;
	height: 24px;
	background: url("../images/buttonSubmit.gif") no-repeat;
}

input.butSubmit2 {
	float: left;
	width: 135px;
	height: 24px;
	font: normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: transparent;
	cursor: hand;
}

#navigation {
	float: left;
	width: 500px;
	height: 24px;
	border: 0;
	margin: 117px 0 0 10px;
	text-align: center;
	font-size: 11px;
}

#item1 a, #item2 a, #item3 a, #item5 a {
	color: #fff;
	text-decoration: none;
	display: inline;
	float: left;
	width: 70px;
	height: 18px;
	background: url("../images/tab1.jpg") no-repeat;
	padding-top: 6px;
	margin-left: 5px;
	border: 0;
}

#item1on a, #item2on a, #item3on a, #item5on a {
	color: #027bc0;
	text-decoration: none;
	display: inline;
	float: left;
	width: 70px;
	height: 18px;
	background: url("../images/tab1.jpg") no-repeat 0 -24px;
	padding-top: 6px;
	margin-left: 5px;
	border: 0;
}
	
#item1 a:hover, #item2 a:hover, #item3 a:hover, #item5 a:hover {
	background: url("../images/tab1.jpg") no-repeat 0 -24px;
	color: #027bc0;
	text-decoration: none;
	margin-left: 5px;
	border: 0;
}

#item4 a {
	color: #fff;
	text-decoration: none;
	display: inline;
	float: left;
	width: 135px;
	height: 18px;
	background: url("../images/tab2.jpg") no-repeat;
	padding-top: 6px;
	margin-left: 5px;
	border: 0;
}

#item4on a {
	color: #027bc0;
	text-decoration: none;
	display: inline;
	float: left;
	width: 135px;
	height: 18px;
	background: url("../images/tab2.jpg") no-repeat 0 -24px;
	padding-top: 6px;
	margin-left: 5px;
	border: 0;
}
	
#item4 a:hover {
	background: url("../images/tab2.jpg") no-repeat 0 -24px;
	color: #027bc0;
	text-decoration: none;
	border: 0;
}

#picstrip {
	background: #fff url("../images/bg-content.jpg") repeat-y;
	width: 820px;
	height: 149px;
	padding: 0 10px;
}

#menustrip {
	background: #fff url("../images/menustrip.gif") repeat-x;
	width: 800px;
	height: 14px;
	margin: 0 10px;
}

#content {
	background: #fff url("../images/bg-content.jpg") repeat-y;
	width: 820px;
	/* height: 300px; */ 
}

#clear {
	clear: both;
	height: 10px;
}

#theBox {
	clear: both;
	margin: 10px 30px 10px 40px;
	width: 740px;
	color: #000;
	text-align: justify;
}

.title {
	font: italic bold 20px Goudy, "Times New Roman", Times, sans-serif;
	padding-bottom: 14px;
}

.subTitle {
	font: italic bold 17px Goudy, "Times New Roman", Times, sans-serif;
	padding: 10px 0 14px 0;
}

.small {
	font-size: 11px ;
}

ol, ul {
	margin: 0 40px 0 40px;
	padding-bottom: 14px;
}

#theBox p {
	line-height: 16px;
}

#quote {
	float: right;
	margin-left: 50px;
}

#footer {
	clear: both;
	width:  820px;
	height: 38px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding-top: 12px;
	line-height: 18px;
	background: #fff url("../images/bg-footer.jpg") no-repeat;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#footer a:hover, #footer a:active {
	color: #e6af23;
	text-decoration: none;
	border-bottom: 1px dotted #e6af23;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

a:hover, a:active {
	color: #027bc0;
	text-decoration: none;
	border-bottom: 1px dotted #027bc0;
}

#DownloadFiles {
	margin-top: 25px;
	margin-left: 165px;
	margin-bottom: 25px;
	width: 400px;
	border: 1px solid #000;
	border-collapse: collapse;
}

#DownloadFiles th {
	border: 1px solid #000;
	padding: 3px;
	text-align: center;
	background-color: #0091cb;
	color: #fff;
	font-weight: bold;
}

#DownloadFiles td {
	border: 1px solid #000;
	padding: 3px;
}

#DownloadFiles tr.normal {
	cursor: hand;
	background-color: #fff;
}

#DownloadFiles tr.highlight {
	cursor: hand;
	background-color: #f2de9a;
}