﻿/* Effective Content Page width is 1000px;
	blue color: #133f70
	red color: red
	gray: #737373
	light blue text: #c1d7ed
	light blue line: #52708f
	light blue header text: #5aa8f4
 */

body {
    background-color: white;
    font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
	margin: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
}

.clsMasterWrap {
	margin: 0px auto;
	width: 1000px;
	border: 1px #d8dcdc solid;
}
.clsTopMenu {
	background: white url('images/mainmenu-bg.png') repeat-x scroll;
	height: 36px;
	text-align: left;
	color: #133f70;
	
}
.clsTopMenu table {
	margin: 0px;
	padding: 0px;
	height: 36px;
	background: transparent url('images/mainmenu-divider-first.png') no-repeat scroll left top;
}
.clsTopMenu table td {
	padding: 0px 31px 0px 28px;
	text-align: center;
	color: #133f70;
	font-weight: bold;
	vertical-align: middle;
	background: transparent url('images/mainmenu-divider.png') no-repeat scroll right top;
}
.clsTopMenu table td a {
	color: #133f70;
	text-decoration: none;
}
.clsTopMenu table td a:hover {
	text-decoration: none;
	color: red;
}

/* Side Menu */
.clsSideMenuBG-bottom {
	background: transparent url('images/sidemenu-bg-bottom.png') no-repeat scroll left bottom;
	vertical-align: top;
}

.clsSideMenu {
	background: transparent url('images/sidemenu-bg-top.png') no-repeat scroll left top;
	width: 225px;
	vertical-align: top;
	text-align: left;
	padding: 0px 10px;
	height: 465px;
}
.clsSideMenu h1 {
	padding: 36px 10px 10px;
	border-bottom: 1px #4d6b8a solid;
	color: #5aa8f4;
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
	letter-spacing: -1px;
}

.clsSideMenu p {
	padding: 7px 30px;
	border-bottom: 1px #4d6b8a solid;
	color: white;
	font-size: 10pt;
	font-weight: normal;
	background: transparent url('images/sidemenu-bullet.png') no-repeat scroll left center;
	margin: 0px;
}
.clsSideMenu p a {
	text-decoration: none;
	color: white;
}
.clsSideMenu p a:hover {
	text-decoration: none;
	color: red;
}


/* Content Box */
.clsContentWrapper {
	 width: 755px; 
	 padding: 0px;
	 vertical-align: top;
	 color: #c1d7ed;
}

/* Homepage - Notice Box */
.clsNoticeBox {
	width: 325px;
	margin: 20px auto;
}
.clsNoticeBoxLeft {
	background: transparent url('images/noticebox-borderL.png') repeat-y scroll;
	width: 4px;
}
.clsNoticeBoxRight {
	background: transparent url('images/noticebox-borderR.png') repeat-y scroll;
	width: 7px;
}
#clsNoticeBoxMain {
	width: 314px;
	padding: 5px 0px;
	background: transparent url('images/noticebox-bg.png') repeat-x  scroll  left  bottom;
}
#clsNoticeBoxMain p {
	padding: 0px 0px 0px 40px;;
	color: #bad2eb;
	font-size: 9pt;
	margin: 10px 0px;
	background: transparent url('images/noticebox-bullet.png') no-repeat scroll left;
	text-align: left;
	vertical-align: top;
}
.clsNoticeBoxTitle {
	background: url('images/noticebox-title-services.png') no-repeat center top;
	height: 31px;
	padding: 0px 15px;
	color: white;
	font-size: 13pt;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.clsNoticeBoxButton {
	height: 31px;
	background: url('images/noticebox-button.png') no-repeat center top;
	padding: 7px 28px 10px 230px;
}
.clsNoticeBoxButton a {
	font-size: 7pt;
	color: #133f70;
	text-decoration: none;
	font-weight: bold;
}
.clsNoticeBoxButton a:hover {
	color: red;
}



/* Homepage Content */

.clsHomepageContent {
	width: 715px; 
	padding: 20px 20px; 
	vertical-align: top;
	background: transparent url('images/homepage-bg.png') repeat-x scroll left top;
}
.clsHomepageContent h1 {
	color: white;
	font-size: 16pt;
	margin: 10px 15px 10px 10px;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.clsHomepageContent p {
	font-size: 10pt;
	margin: 20px 15px 10px 10px;
	font-weight: normal;
	line-height: 1.2em;
	text-align: justify;
}

.clsHomepageContent a {
	font-size: 7pt;
	color: #133f70;
	text-decoration: none;
	font-weight: bold;
}
.clsHomepageContent a:hover {
	color: red;
}


/* Default Page Content */

.clsDefaultContent {
	width: 715px; 
	padding: 0px 20px 100px;; 
	vertical-align: top;
	background: transparent url('images/def-bg-Title.png') no-repeat scroll left top;
	color: #484848;
}
.clsDefaultContent h1 {
	color: #133f70;
	font-size: 22pt;
	margin: 10px 15px 30px 10px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.clsDefaultContent h2 {
	color: #5aa8f4;
	font-size: 16pt;
	margin: 20px 15px 8px 10px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}


.clsDefaultContent h3 {
	color: #5aa8f4;
	font-size: 14pt;
	margin: 20px 15px 8px 10px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.clsDefaultContent p {
	font-size: 10pt;
	margin: 8px 15px 12px 10px;
	font-weight: normal;
	line-height: 1.2em;
	text-align: justify;
	color: #484848;
}

.clsDefaultContent a {
	font-size: 10pt;
	color: #133f70;
	text-decoration: none;
	font-weight: bold;
}
.clsDefaultContent a:hover {
	color: red;
}

.clsDefaultContent li {
	color: #484848;
}
.clsDefaultContent li strong {
	color: #133f70;
}
.clsDefaultContent li p {
	color: #484848;
	margin-left: 0px;
}
.clsDefaultContent table {
	margin-left: 5px;
}
.clsDefaultContent td {
	padding: 2px 5px;
}

/* Footer */
.clsFooter {
	background: white url('images/footer-bg.png') repeat-x scroll center top;
	color: #153e72;
	text-align: left;
	font-size: 8pt;
	font-weight: 500;
	padding: 15px 0px 0px 20px;
}

.clsFooter a {
	color: #153e72;
	text-decoration: none;
}
.clsFooter a:hover {
	color: red;
}
.clsFooter p {
	text-align: left;
	color: #737373;
	margin: 3px 0px;
	font-size: 8pt;
}


h4 {
	padding: 0px 0px 0px 40px;
	color: #bad2eb;
	font-size: 10pt;
	margin: 10px 0px;
	background: transparent url('images/noticebox-bullet.png') no-repeat scroll left;
	text-align: left;
	vertical-align: top;
}
h5 {
	padding: 0px 0px 0px 40px;
	color: #ffffff;
	font-size: 9pt;
	margin: 10px 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}












