﻿html
{
	height: 101%;
}

body 
{
    color: #666666;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 65%;
    margin: 0px auto 0px auto;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

form
{
    position: relative;
    width: 100%;
}

a
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

img
{
	border: none;
}

address
{
	font-style: normal;
	margin: 2px 0px 2px 0px;
}

.masthead
{
	border-bottom: none;
    border-top: solid 10px #ffffff;
    margin: 10px auto 0px auto;
    position: relative;
    text-align: left;
    width: 728px;
}

.logo
{
	position: relative;
	width: 100%;
}

.menu
{
	margin-top: 10px;
	position: relative;
}

.menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

.menu ul li
{
	float: left;
	margin-left: 5px;
	position: relative;
	width: 178px;
}

.menu a, .menu a:hover
{
	color: #ffffff;
}

.menu a
{
	border: solid 1px #ffffff;
	display: block;
	font-weight: bold;
	height: 100%;
	padding: 3px 0px 3px 15px;
}

.menu .menu0
{
	margin-left: 0px;
}

/*
.menu .menu0 a
{
	background-color: #ff950d;
	border-bottom-color: #cd7706;
	border-left-color: #ffaa3d;
	border-top-color: #ffaa3d;
	border-right-color: #cd7706;
}

.menu .menu0 a:hover
{
	background-color: #febb64;
}

.menu .menu1 a
{
	background-color: #d6c482;
	border-bottom-color: #aa9c6b;
	border-left-color: #ded19b;
	border-top-color: #ded19b;
	border-right-color: #aa9c6b;
}

.menu .menu1 a:hover
{
	background-color: #f1de9a;
}

.menu .menu2 a
{
	background-color: #82acd6;
	border-bottom-color: #668aaa;
	border-left-color: #9bbdde;
	border-top-color: #9bbdde;
	border-right-color: #668aaa;
}

.menu .menu2 a:hover
{
	background-color: #bbd5ee;
}

.menu .menu3 a
{
	background-color: #a2c488;
	border-bottom-color: #829d6a;
	border-left-color: #b0d494;
	border-top-color: #b0d494;
	border-right-color: #829d6a;
}

.menu .menu3 a:hover
{
	background-color: #bbe29d;
}
*/


.menu a
{
	background-color: #3f5981;
	border-bottom-color: #668aaa;
	border-left-color: #9bbdde;
	border-top-color: #9bbdde;
	border-right-color: #668aaa;
}

.menu a:hover
{
	background-color: #c1cfe1;
	color: #3f5981;
}


.container
{
    /*background-color: #f6f0e8;*/
    background-color: #3f5981;
    border-top: solid 10px #ffffff;
    position: relative;
    width: 100%;
}

.contents, .footer
{
	border: solid 10px #ffffff;
	border-bottom: none;
	margin: 0px auto 0px auto;
	position: relative;
	width: 728px;
}

.contents
{
	/*background-color: #f0ece7;*/
	background-color: #ffffff;
	border-top: none;
}

.flash
{
	position: relative;
}

.flash img
{
	vertical-align: bottom;
}

.breadcrumbs
{
	background-color: #c1cfe1;
	border-bottom: solid 1px #cccccc;
	color: #333333;
	text-align: left;
	position: relative;
	width: 728px;
}

.breadcrumbs a
{
	color: #333333;
}

.breadcrumbs a:hover
{
	border-bottom: dotted 1px #000000;
	color: #000000;
}

.breadcrumb
{
	padding: 5px 36px 5px 36px;
}

.contents .columns
{
	margin-top: 18px;
}

.columns
{
	position: relative;
	text-align: left;
}

.columns h2
{
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}

.left-column
{
	float: left;
	font-size: 90%;
	position: relative;
	width: 178px;
}

.contents .left-column
{
	border-right: dotted 1px #666666;
}

.left-column .column-contents
{
	margin: 0px 14px 0px 14px;
	position: relative;
}

.submenus
{
	position: relative;
}
					
.submenus ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

.submenus ul li
{
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.submenus a
{
	border-bottom: solid 1px #f6f0e8;
	color: #534f4f;
	display: block;
	font-weight: bold;
	height: 100%;
	padding: 8px 0px 4px 20px;
}

.submenus .active a
{
	background-color: #f7f6f2;
	border-bottom: solid 1px #f8c07a;
}

.submenus a:hover
{
	background-color: #fdfcf8;
	color: #000000;
}

blockquote
{
	font-style: italic;
	margin: 5px 0px 0px 15px;
	padding: 0px;
}

blockquote p
{
	line-height: 250%;
}

blockquote div
{
	font-weight: normal;
}

blockquote div p
{
	line-height: 100%;
	padding-right: 10px;
	margin: 2px 0px 0px 0px;
	text-align: right;
}

blockquote, .right-column .column-contents h2
{
	color: #e01302;
}

.right-column
{
    float: left;
    margin-left: -1px;
    position: relative;
    width: 525px;
}

.contents .right-column
{
	border-left: dotted 1px #666666;
}

.right-column table
{
	border-collapse: collapse;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

.right-column table th, .right-column table td
{
	padding: 3px 10px 3px 10px;
}

.right-column table th
{
	border-bottom: solid 1px #cccccc;
	font-size: 100%;
}

.right-column table td
{
	border-bottom: solid 1px #dddddd;
	vertical-align: top;
}

.right-column table tr.hover:hover
{
	background-color: #cccccc;
	color: #000000;
}

.right-column .column-contents
{
	margin: 0px 14px 0px 14px;
	position: relative;
}

.right-column .column-contents h4
{
	font-size: 100%;
	margin: 10px 0px 0px 0px;
}

.right-column .column-contents div.left
{
	float: left;
}

.right-column .column-contents div.right
{
	float: right;
}

.column-header
{
	line-height: 150%;
}

.column-header h2
{
	margin-bottom: 10px;
}

.column-header p
{
	margin: 0px 0px 20px 0px;
}

.column
{
	margin-top: 10px;
}

.separator
{
	height: 15px;
	line-height: 15px;
	width: 100%;
}

.footer
{
	/*background-color: #ebdfcf;*/
	background-color: #c1cfe1;
	padding-bottom: 50px;
}

.footer .columns
{
	margin-top: 5px;
}

.footer .left-column
{
	/*border-right: dotted 1px #ebdfcf;*/
	border-right: dotted 1px #c1cfe1;
}

.footer .right-column
{
	/*border-left: dotted 1px #ebdfcf;*/
	border-left: dotted 1px #c1cfe1;
}

.iso-box, .iso-description
{
	float: left;
}

.iso-description
{
	margin-left: 15px;
	width: 250px;
}






.logo-color
{
	color: #e01302;
}

.left-align
{
	text-align: left;
}

.right-align
{
	text-align: right;
}

.clear
{
    clear: both;
}