body
{
	font-family: 'Open Sans', sans-serif;
	background-color: #C6D0DB;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 15px;
}

.mainTable
{
    width: 960px;
    -webkit-box-shadow: 0px 0px 10px 0px #777;
    -moz-box-shadow: 0px 0px 10px 0px #777;
    box-shadow: 0px 0px 10px 0px #777;
    behavior: url(/css3pie/PIE.htc);
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.header
{
    color: #052f87;
    padding-right: 10px;
    height: 110px;
}

#slogan
{
    font-size: 1.4em;
}

.topContact
{
    font-size: 1.2em;
}

.titleBar
{
    font-weight: 800;
    font-size: 22px;
	background-color: #052F87;
	color: White;
	padding-left: 25px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 6px;
}

.titleBarHome
{
    font-size: 18px;
	background-color: #052F87;
	color: white;
	padding-left: 25px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 6px;
}

.topLinks
{
	width: 960px;
	clear: both;
}

.banner
{
    clear: both;
    height: 250px;
}

.footer
{
	color: #333;
	text-align: center;
	font-size: 12px;
	background-color: #eee;
	padding: 5px;
	margin-top: 6px;
}

.content
{
	vertical-align: top;
	text-align: left;
	font-size: 14px;
}

td
{
	font-size: 14px;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #052F87;
}

a:hover
{
	text-decoration: underline;
	color: #052F87;
}

small
{
	font-size: .7em;
}

big
{
	font-size: 1.17em;
}

blockquote, pre
{
	font-family: Courier New, monospace;
}

ul.subfamilies li
{
	list-style-type: square;
	font-weight: bold;
}

ul.subfamilies2 li
{
	list-style-type: square;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

ul.subfamilies3 li
{
	list-style-type: square;
	font-size: 16px;
	margin-bottom: 10px;
}

ul li
{
	list-style-type: square;
}

ul li li
{
	list-style-type: disc;
}

ul li li li
{
	list-style-type: circle;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}

a.topLink:link, a.topLink:visited, a.topLink:active, a.topLink:hover
{
	text-decoration: none;
	color: White;
}

.topLinks1, .topLinks2
{
	text-align: center;
	color: White;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 20%;
	cursor: hand;
}

.topLinks1
{
	background-color: #074FA6;
}

.topLinks2
{
	background-color: #052F87;
}

.subMenuHead
{
	font-size: 18px;
	color: White;
	background-color: #7996AE;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #7996AE;
}

.subMenuBody
{
	font-size: 14px;
	border: solid 1px #7996AE;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
    behavior: url(/css3pie/PIE.htc);
    background-color: #fff;
}

.subMenuItem1
{
	text-align: center;
	font-size: 14px;
	color: #7996AE;
}

.subMenuItem2
{
	text-align: center;
	font-size: 14px;
	color: #052F87;
	font-weight: bold;
}

a.subMenuLink1:link
{
	text-decoration: none;
	color: #7996AE;
}

a.subMenuLink1:visited
{
	text-decoration: none;
	color: #7996AE;
}

a.subMenuLink1:active
{
	text-decoration: none;
	color: #7996AE;
}

a.subMenuLink1:hover
{
	text-decoration: underline;
	color: #052F87;
}

.catalog
{
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
    behavior: url(/css3pie/PIE.htc);
}

td.tabInactive, td.tabActive
{
	color: white;
	font-size: 14px;
	text-align: center;
	height: 40px;
	border-radius: 10px 10px 0px 0px;
    behavior: url(/css3pie/PIE.htc);
}

td.tabInactive
{
	background-color: #7996AE;
	border-left: solid 1px #7996AE;
	border-right: solid 1px #7996AE;
}

td.tabActive
{
	background-color: #074FA6;
	border-left: solid 1px #074FA6;
	border-right: solid 1px #074FA6;
}

td.tabInactive a:link, td.tabInactive a:visited, td.tabInactive a:active, td.tabInactive a:hover, td.tabActive a:link, td.tabActive a:visited, td.tabActive a:active, td.tabActive a:hover
{
	text-decoration: none;
	color: white;
    display: block;
}

td.tabInactive:hover
{
    background-color: #4B6880;
}

td.tabSpace
{
	border-top: solid 1px #7996AE;
	border-right: solid 1px #7996AE;
	background-color: white;
}

td.tabContent
{
	height: 258;
	border-left: solid 1px #7996AE;
	border-top: solid 1px #7996AE;
	border-bottom: solid 1px #7996AE;
	border-right: solid 1px #7996AE;
	font-size: 14px;
	vertical-align: top;
	padding: 15px;
}

table.tep
{
	border-collapse: collapse;
}

td.repCell1
{
	border-top: solid 1px #7996AE;
	border-bottom: solid 1px #7996AE;
	border-left: solid 1px #7996AE;
	border-right: solid 1px #7996AE;
	padding-left: 10px;
	padding-right: 10px;
}

td.repCell2
{
	border-top: solid 1px #7996AE;
	border-bottom: solid 1px #7996AE;
	border-left: solid 1px #7996AE;
	border-right: solid 1px #7996AE;
	padding-left: 5px;
	padding-right: 5px;
}

.title
{
	font-size: 16px;
	font-weight: bold;
	color: #052F87;
}

.title2
{
	font-style: italic;
	font-size: 22px;
	font-weight: bold;
	color: #052F87;
}

.title3
{
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	color: #052F87;
}

.requestHead
{
	font-size: 18px;
	color: White;
	background-color: #7996AE;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #7996AE;
}

.requestBody
{
	font-size: 10px;
	border: solid 1px #7996AE;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
    behavior: url(/css3pie/PIE.htc);
    background-color: #fff;
}

.requestBody input
{
    width: 181px;
}

.homeTable
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.homeTable .homeSpacer
{
    width: 15px;
}

.homeBlock
{
    /*border: solid 1px #052F87;*/
    background-color: #052F87;
    text-align: center;
}

.homeBlock a:link,
.homeBlock a:visited,
.homeBlock a:active,
.homeBlock a:hover
{
	text-decoration: none;
	color: #fff;
}

.pic {
	margin: 5px;
	width: 160px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	float: left;
	border: solid 1px #eee;
	font-size: 12px;
}
.pic a img {
	border-style: none;
}
