html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body,html {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(/images/bg_main.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	
}

#container {
	width: 900px;/*750px;*/
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 820px;/*670px;*/
	height: 85px;
	padding: 20px 40px 0px 40px;
	background-image: url(/images/bg_header.gif);
	line-height: 85px;
	font-size:28px;
	font-weight:bold;
}

#container-name {
	float: left;
}

#container-slogan {
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
}

span, #container-name span,#container-slogan span {
	color: #036ec9;
}

#container-eyecatcher {
	width: 820px;/*670px;*/
	padding: 0px 40px 0px 40px;
	height: 150px;
	background-image: url(/images/bg_eyecatcher.gif);
}

#container-navigation {
	width: 820px;/*670px;*/
	background-color: #45AAFF;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

#container-content {
	width: 820px;/*670px;*/
	background-image: url(/images/bg_content.gif);
	background-repeat: no-repeat;
	padding: 20px 40px 0px 40px;
	margin: 0 0 0 0;
	height: auto;
	position: relative;
}

#content {
	overflow: hidden;
}

div#border {
	width: 200px;
	float: right;
	height: 100%;
}

span {
	padding: 0;
	margin: 0;
}

#container-footer {
	border-top: 4px solid #E5E5E5;
	width: 820px;/*670px;*/
	padding: 10px 0px 20px 0px;
	margin: 0 auto;
	clear: both;
	color: #aeaeae;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
	border: none;
}

#container-footer a:hover {
	color: #006AC3;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 820px;/*670px;*/
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 325px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

.clearer {
	clear: both;
}

a {
	text-decoration: none;
	color: #666666;
	/*border-bottom: 1px dotted #006AC3;*/
}

h1 {
	font-size: 22px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0px 0 20px 0px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0px;
	letter-spacing: 1px;
}

h3 {
	font-size: 14px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 5px 0 0px 0px;
	letter-spacing: -0.5px;
}

h4 {
	font-size: 14px;
	color: #666666;
	margin: 0 0 0 0;
	letter-spacing: -0.5px;
}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 25px 5px 0px;
}

#content p a, #border p a {
	padding: 2px 2px 2px 2px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006AC3;
	padding: 2px 2px 2px 2px;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}

#content blockquote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url(/images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #0066CC;
	font-style: italic;
}

#border p {
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0;
	margin: 0;
	background-image: none;
}

#subnavigation ul {
	padding: 0;
	margin: 5px 0 0 0;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 5px 10px;
}

#subnavigation > li {
	margin-left: 0px;
}

#subnavigation > li > a {
	border-bottom: 1px solid #006AC3;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #006AC3;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image: url(/images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

#content img {
	padding: 4px;
	border: none;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

#contact {
	position: absolute;
	bottom: 1px;
	right: 30px;
	width: 200px;
}

#contact-placeholder {
	width: 130px;
	height: 260px;
}

