<!--

body, p, h1, h2, h3, h4, h5, h6, table, td, th, ul, ol, textarea, input {
	font-family: arial, sans-serif;
}

body {
	background: #1B4286;
	margin: 15px 0px 5px 0px;  //Top, Right, Bottom, Left
}

.padded {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.centered {
	text-align: center;
}

.nav-descript {
	color: #FFFFFF;
	font-size: 75%;
	text-align: right;
}

.nav-footer {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #1B4286;
	text-align: center;
}

.nav-footer a:link, .nav-footer a:visited, .nav-footer a:active {
	font-size: 80%;
	color: #1B4286;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.nav-footer a:hover, .nav-footer a:visited:hover, .nav-footer a:active:hover {
	color: #1B4286;
	border: 1px solid #1B4286;
	font-weight: bold;
}


.left-menu {
	float: left;
	position: relative;
	width: 20%;
	padding-right: 5pt;
	padding-bottom: 25pt;
}

.news a:link, .news a:visited, .news a:active {
	color: #1B4286;
	font-weight: bold;
	text-decoration: none;
}

.news a:hover, .news a:visited:hover, .news a:active:hover {
	text-decoration: underline;
}

.table-style1-header {
	color: #FFFFFF;
	font-size: 90%
}
	
.table-style1-content {
	color: #000000;
	font-size: 75%;
	padding: 3pt 3pt 0pt 3pt;
	
}

.table-style1-footer {
	color: #1B4286;
	text-align: center;
	font-size: 60%;
	font-weight: bold;
}
	
.table-style2-header {
	color: #FFFFFF;
	font-size: 105%;
}

.table-style2-content {
	color: #000000;
	font-size: 100%;
	padding: 3pt 3pt 0pt 3pt;
}

.table-style2-footer2 {
	color: #1B4286;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

.news-subject {
	color: #FFFFFF;
	font-size: 90%
	}
	
.news-subject2 {
	color: #FFFFFF;
	font-size: 105%;
}

.news-story {
	color: #000000;
	font-size: 75%;
	padding: 3pt 3pt 0pt 3pt;
	
}

.news-story2 {
	color: #000000;
	font-size: 100%;
	padding: 3pt 3pt 0pt 3pt;
}

.news-footer {
	color: #1B4286;
	text-align: center;
	font-size: 60%;
	font-weight: bold;
}

.news-footer2 {
	color: #1B4286;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

input.NewsletterStyle_text, textarea.NewsletterStyle_text {
	width: 100%;
	border: 1pt #1B4286 solid;
	margin-bottom: 1px;
}

textarea.NewsletterStyle_text {
	padding-top: 4px;
	padding-bottom: 4px;
}

input.NewsletterStyle_Button {
	border: 1pt #1B4286 solid;
	background-color: #FFFFFF;
	color: #1B4286;
	margin-top: 3px;
	margin-right: 3px; 
	width: 100px; 
	font-family: verdana, arial, sans-serif; 
	font-weight: bold;
}
	
.content {
	float: left;
	position: relative;
	width: 75%;
	font-size: 100%;
	font-family: arial, sans-serif;
	padding-left: 5px;
}

.content a:link, .content a:visited, .content a:active {
	color: #1B4286;
	font-weight: bold;
	text-decoration: none;
}

.content a:link:hover, content a:visited:hover, .content a:active:hover {
	text-decoration: underline;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

.secondary-nav {
	text-align: center;
	font-size: 80%;
}

.footnote {
	font-size: 75%;
	text-align: center;
}

.footnote a:link, .footnote a:visited, .footnote a:active {
	color: #1B4286;
	font-weight: bold;
	text-decoration: none;
}

.footnote a:hover, .footnote a:visited:hover, .footnote a:active:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 75%;
	text-align: center;
}


div.content h1.content-heading {
	text-align: center;
}
div.content p {
	
}

div#contactus-container {
	text-align: center;
	margin: 3em auto 0 auto;
}
	div#contactus-container h3 {
		text-align: center;
	}
	div#contactus-container address {
		font-style: normal;
	}

div.service-details,
div.seminar-details {
	margin-bottom: 3em;
}
	div.service-details dl {}
		div.service-details dl dt {
		
		}
		div.service-details dl dd {
			margin-left: 1em;
			margin-bottom: 1em;
		}

-->