/* CSS Document */

/** General Styles **/

body {
	font-family: font-family: ‘Open Sans’, Arial, Verdana, Helvetica, sans-serif;
}

h1 { 
	color: #C1972C;
	font-family: Lucida Grande, Arial;
	font-size: 18px;
	font-weight: normal; 
}
		
h2 {
	color: #C1972C;
	font-family: Lucida Grande, Arial;
	font-size: 18px;
	font-weight: normal;
}
		
h3 {
	color: #39275b;
	font-family: Lucida Grande, Arial;
	font-size: 14px;
}
		
h3 span {
	font-size: 12px;
	color: #606060;
	font-weight: normal;
}
		
h4 {
	color: #C1972C;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
}
		
h4 span {
	font-size: 12px;
	font-style: normal;
}

h5 {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	font-size: 12px;
	color: #39275b;
}

h5 a:link {
	color: #C1972C;
	text-decoration: none;
}

h5 a:hover {
	text-decoration: underline;
}
		
h1 span, h2 span {
	font-family: Georgia, Lucida Grande, Arial;
	font-style: italic;
}

p { 
	font-family: arial; 
	font-size: 12px; 
	color: #606060; 
}
		
a { color: #2F8CFF;
	text-decoration: none; 
}
		
a:link { 
	color: #2F8CFF; 
	text-decoration: none; 
}
		
a:hover { 
	color: #043F75; 
	text-decoration: underline; 
}

ol {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	font-family: arial; 
	font-size: 12px; 
	color: #606060; 
}

ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	font-family: arial; 
	font-size: 12px; 
	color: #606060; 
}

blockquote {
	padding-bottom: 20px;
	font-size: 12px;
	color: #606060;
}

blockquote span {
	float: right;
	font-style: normal;
}

.small { 
	font-size: 10px;
}
		
.green {
	color: #4A7C01;
}
		
.gold {
	color: #C1972C;
}
		
hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #D9D9D9;
}

/** End General Styles **/

/** Container and header styles **/

#container { 
	margin: auto;
	width: 600px;
	padding: 0;
	background-color: #fff; 
}

#header {
	margin: 0;
	width: 600px;
	height: 162px;
	padding: 0;
	background-repeat: no-repeat;
}

/** End container and header styles **/

/** Navbar styles **/

#nav {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-right: 20px;
	height: 18px;
	background: black;
	text-align: right;
	font-size: 10pt;
	color: #C8E3F2;
}

#nav a {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	color: #C8E3F2;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

/** End Navbar styles **/

/** Main content styles **/

#content {
	padding: 15px 20px 50px 30px;
	line-height: 16px;
	border-left: 1px solid #016FD0; 
	border-right: 1px solid #016FD0;
}

img.left {
	float: left; 
	margin: 20px 0 0 0;
}

img.right {
	float: right; 
	margin: 20px 0 0 10px;
}

/** End main content styles **/

/** Footer styles **/

#footer {
	background-color: #3E2F87;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

img#tab {
	height: 20px; 
	padding-left: 20px;
}

img#w {
	padding-right: 20px; 
	float: right;
}

#footer p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px; 
	padding-left: 30px;
	line-height: 22px;
	color:#fff;
	font-size:10px;
	font-weight: bold;
}

#footer a,
#footer a:visited {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
		
#footer a:hover { text-decoration: underline; }
		
/** End footer styles **/