body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
}

#container {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 670px;
	height: 85px;
	padding: 20px 40px 0px 40px;
	background-image: url(images/bg_header.gif);
	line-height: 85px;
	font-size: 28px;
	font-weight: bold;
	overflow: hidden;
}

#container-name {
    float: left;
}

#container-slogan {
    float: right;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
    padding-top: 4px;
}

#container-name span, #container-slogan span {
	color: #006AC3;
}

#container-eyecatcher {
	width: 670px;
	padding: 0px 40px 0px 40px;
	height: 175px;	
	background-image: url(images/bg_eyecatcher.gif);
}

#container-navigation {
	width: 670px;
	background-color: #45AAFF;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
    font-weight: bold;
	font-size: 12px;
    height: 22px;
    line-height: 22px;
}

#navigation li a {
	text-decoration: none;
	color: #ffffff;
	padding-bottom:  5px;
    padding-left:   10px;
	padding-top:     5px;
    padding-right:  10px;
    border-right: 1px solid #ffffff;
}

#navigation li a:hover {
	background-color: #0066CC;
}

#selected_nav_item {
	color: #ffffff;
	padding-bottom:  5px;
    padding-left:   10px;
	padding-top:     5px;
    padding-right:  10px;    
	border-right: 1px solid #ffffff;
    background-color: #0066CC;
}

#container-content {
	width: 670px;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	padding: 20px 40px 0px 40px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	height: auto;
}

#content {
	width: 430px;
	float: left;
}

#border {
	width: 170px;
	margin-left: 480px;
}

#clearer {
    clear: both;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#container-footer {
	border-top: 4px solid #E5E5E5;
	width: 670px;
	padding: 10px 0px 10px 0px;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 0;
	overflow: hidden
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}

#container-footer a:hover {
	color: #FFFFFF;
}

#footer {
	font-size: 10px;
	color: #aeaeae;
	width: 670px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	padding-right: 10px;
}

.clearer {
	clear: both;
}

h1 {
	font-size: 22px;
	color: #666666;
	margin: 0 0 0px 0;
	padding: 0 0 0px 25px;
	background-image: url(images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	/* line-height: 24px; */
}

h2 {
	font-size: 16px;
	color: #006AC3;
	padding: 0 0 0 25px;
	margin-top: 15px;
    margin-bottom: 0px;
    /*
	letter-spacing: 1px;
	text-transform: uppercase;
	*/
}

h3 {
	font-size: 14px;
	color: #006AC3;
	padding: 0px 0 0px 25px;
	margin-top: 15px;
    margin-bottom: 15px;
    /*
	text-transform: uppercase;
	letter-spacing: -0.5px;
	*/
}
	
h4 {
	font-size: 14px;
	color: #006AC3;
    margin-top: 10px;
	margin-bottom: 10px;
	/*
	text-transform: uppercase;
	letter-spacing: -0.5px;
	*/
}

h5 {
	font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0 0 0 25px;
	height: 1px;
}

#content p {
	line-height: 18px;
	color: #666666;
	margin: 15px 0 0 25px;
}

/*
#content p a, #border p a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
	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;
}
*/

a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
	padding: 0px 0px 0px 0px;
}

a[href ^="mailto:"] {
    font-weight: normal;
    font-size: 11px;
}

a:hover {
	text-decoration: none;
	background-color: #006AC3;
	color: #FFFFFF;
	padding: 2px 0px 2px 0px;
}

a.external {
    background-color: transparent;
	background: url(images/external.png) center right no-repeat;
	background-attachment: scroll;
    padding-right: 13px;	
}

a.external:hover {
    background-color: #006AC3;
}

.hidden {
	visibility: hidden
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 0;
}

#content .quote {
	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;
    margin-top: 10px;
}

#border p {
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 10px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	/* background-image: none; */
	/* list-style-image: url(images/toc_dot.gif); */
}

#subnavigation li {
	list-style: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
    background-image: url(images/toc_dot.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

#subnavigation li ul {
    margin-top: 5px;
}

#subnavigation li ul li {
	margin-left: -36px;
}

/*
#subnavigation li a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #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 10px 0px;
}

#content img {
	/* background-color: #E7F1FF; */
	/* padding: 2px; */
	/* border: 1px solid #006AC3; */
}

img.alignleft {
	float: left;
	margin: 0 10px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}