body, div, p, h1, h2, h3, h4, h5, h6, form, ul {
	padding: 0;
	margin: 0;
}

body {
	font-family: arial, sans-serif;
	font-size: 11px;
}

h1 {
	margin: 5px 0 15px 0;

	font-size: 12px;

	color: #006699;
}

h2 {
	margin: 5px 0 15px 0;

	font-size: 11px;

	color: #006699;
}

h3 {
	margin: 5px 0 15px 0;

	font-size: 10px;

	color: #006699;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0;
}

ul {
	margin: 1em 2em;
}

.clear, .floatc {
	clear:both;
	height:0pt;
	line-height:0pt;
	overflow:hidden;
}

.wrapper {
	width: 980px;
	margin: 25px auto 10px auto;
}

.header {
	height: 159px;
	width: 945px; /* 980px */
	clear: both;
	/*margin-top: 8px;*/
	padding-left: 35px;
	padding-top: 88px;

	background: #ffffff url(../../images/headerbg.gif) no-repeat;
}

	.header .logo {
		width: 500px;
	}

.flashcontainer {
	width: 100%;
	height: 66px;
	overflow: hidden;
}
	
	.digiclock {
		width: 493px;
		float: left;
	}

	.searchbox {
		width: 484px;
		float: left;
		margin-left: 3px;
		height: 64px;

		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		background: #ffffff url(../../images/searchboxbg.gif) -1px top no-repeat;
	}

		.searchbox .text {
			margin-right: 2px;
			width: 111px;
			padding-left: 10px;
		}

.accordionmenu {
	margin: 5px 0;
	overflow: hidden;
	height: 250px;

	border-bottom: 1px solid #cccccc;
}

.homecontent {
	clear: both;
	padding: 32px 0px 45px 0;

	line-height: 150%;
	font-size: 12px;
}

	.homecontent table td {
		padding: 0 10px;
	}

	.homecontent table td table td {
		padding: 0;
	}
	
.subcontent {
	clear: both;
	padding: 32px 10px 45px 10px;

	line-height: 150%;
	font-size: 12px;
}

.logincontainer {
	padding: 35px 25px;

	border-top: 1px solid #cccccc;
}

	.logincontainer td {
		vertical-align: top;
	}

	.logincontainer .loginbox td {
		padding: 3px 3px 0 0;
	}

.footer {
	width: 100%;
	padding: 25px 0;
	overflow: hidden;

	font-size: 12px;
	border-top: 1px solid #cccccc;
	color: #006699;
}

	.footer_nav {
		width: 40%;
		float: left;
	}

		.footer_nav ul {
			padding: 0; margin: 0;
			list-style: none;
		}

		.footer_nav li {
			float: left;
			margin: 0 3px;
		}

	.copyright {
		width: 60%;
		float: left;

		text-align: right;
	}

		.copyright img {
			margin: 0 0 -3px 4px;
		}

/* common */

.emspace {
	height: 10px;
	font: 10px/10px;
}

div.error {
	width: 400px;
	padding: 15px 5px 15px 75px;
	margin: 0 10px 15px 0;
	
	text-align: left;

	color: #cc0000;
	background: url(../../images/_error.gif) left no-repeat;
	border: 1px solid #cc0000;
}

div.success {
	width: 400px;
	padding: 15px 5px 15px 75px;
	margin: 0 10px 15px 0;
	
	text-align: left;

	color: #999;
	background: url(../../images/_success.gif) left no-repeat;
	border: 1px solid #08a300;
}

div.begin {
	width: 400px;
	padding: 15px 5px 15px 75px;
	margin: 0 10px 15px 0;
	text-align: left;
	
	color: #999;
	background: url(../../images/_begin.gif) left no-repeat;
}

/* Search */
.search {}

	.search table {
	}
	
	.search table td {
		padding: 5px 10px;
	}
	
	.search table td.fieldname {
		padding: 5px 0;
	}
	
	.search .begin {
		width: 380px;
		padding: 10px 10px 10px 70px;
		
		background: url(../../images/_begin.gif) 0 7px no-repeat;
		border-top: 2px solid #cccccc;
		border-bottom: 2px solid #cccccc;
	}
	
	.search .begin em.error {
		font-weight: bold;
		font-size: 13px;
	}
	
	.search .search_result {
		padding: 0 10px;
	}
	
	.search .search_result a {
		margin: 0 0 0 10px;
		
		font-weight: bold;
	}
	
	.search .search_desc {
		margin: 3px 0 0 18px;
		
		font-size: 10px;
		font-style: italic;
	}
