@CHARSET "UTF-8";
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * Copyright © 2009 by Chris Holland <topher@topherdigital.com> All Rights Reserved
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 */
body {
    background-color: white;
    font-family: "Bitstream Vera Sans", "Myriad Pro", "Verdana", "Luxi sans", sans-serif;
    color:black;
    padding: 0px;
}
img { border:0px; padding:0px; margin:0px;vertical-align:baseline;}
pre { margin:0px; }
table { color: inherit; font-size: inherit;}
p { line-height: 150%; }

a, a:link, a:visited { text-decoration:none;margin:0px;padding:0px;color:#0030AC; border-bottom: 1px dotted #ABB6D6;}
a:hover, a:active { text-decoration:none;margin:0px;padding:0px; background-color: #DEE7FF;}

a.e, a.e:link, a.e:visited { background: transparent url('/img/external.png') no-repeat scroll center right; text-decoration:none;margin:0px;padding:0px;color:#0030AC; border-bottom: 1px dotted #ABB6D6; padding-right:20px;}
a.e:hover, a.e:active { text-decoration:none;margin:0px;padding:0px; background: #DEE7FF url('/img/external.png') no-repeat scroll center right; padding-right:20px; }

a.m1, a.m1:link, a.m1:visited { text-decoration:none;margin:0px;padding:0px; color:white; border:0px none transparent;}
a.m1:hover, a.m1:active { text-decoration:none;margin:0px;padding:0px; background-color: transparent;}

a.m2, a.m2:link, a.m2:visited { text-decoration:none;margin:0px;padding:0px; color: #313557; border:0px none transparent;}
a.m2:hover, a.m2:active { text-decoration:none;margin:0px;padding:0px; background-color: transparent;}

a.img, a.img:link, a.img:visited { text-decoration:none;margin:0px;padding:0px;  border:0px none transparent;}
a.img:hover, a.img:active { text-decoration:none;margin:0px;padding:0px; background-color: transparent;}

/*
.bTop { border-top: 1px dotted #2e52a1;  4D538A}
*/
.bTop { border-top: 1px dotted #6A7596; }
.bBottom { border-bottom: 1px dotted #6A7596; }
.bLeft { border-left: 1px dotted #6A7596; }
.bRight { border-right: 1px dotted #6A7596; }

.m1 { border-bottom: 1px dotted #6A7596; margin-right: 24px; }
.m2 { border-bottom: 1px dotted #6d89c6; padding: 0px 0px 2px 16px; margin: 0px 24px 2px 0px; }

.ad1 { border-bottom: 1px dotted #6A7596; margin-right: 24px; font-size: 14pt; }
.ad2 { border-bottom: 1px dotted #6d89c6; padding: 0px 0px 2px 16px; margin: 0px 24px 2px 0px; font-size: 10pt; }

.hand { cursor: pointer; }
.edit { display:none;position:absolute;top:0px;left:0px;z-index:3001;width:72px;height:18px; background-color:#F2CCB5; padding:2px; border-top:1px solid #F2CCB5; border-left:1px solid #F2CCB5; border-bottom:1px solid #9B3E00; border-right:1px solid #9B3E00;} /* background:transparent url('/img/pencil.png') no-repeat scroll top left; */
.editableArea { margin: 16px; height: 288px; }

.f1	{ font-family: "Utopia", serif; }
.f2 { font-family:  "Bitstream Vera Sans", "Myriad Pro", "Verdana", "Luxi sans", sans-serif; }
.s1 { font-size: 14pt; }
.s2 { font-size: 10pt; }
.s3 { font-size: 8pt; }
.white { color: white; }
.red { color: #800000; }
.dark { 
	/*color: #0e1757;*/
	/*color: #313557;*/ 
	color: #313557;
}
.center { text-align: center; }
.info { padding: 8px 8px 8px 72px; background: #EAF0FF url('/img/i.png') no-repeat scroll 12px 8px; border: 1px dashed #ABB6D6;} 
.q { font-weight:bold; }
.qh { margin: 16px 0px 16px 0px; padding: 0px 0px 16px 0px; border-bottom: 1px dashed #ABB6D6; list-style-position: outside; }
.spaced { padding: 8px 0px; }
.hl { background-color: #F2E7CF; padding-left:8px; padding-right:8px; }

/*6C5013*/
h1 { font-size: 18pt; border-bottom: 1px dotted #6C5013; color:#6C4813; margin: 4px 0px 0px 0px; padding: 8px 0px 0px 8px; background-color: #F2E7CF;letter-spacing:0.05em; font-weight: bold;}
h2 { font-size: 14pt; border-bottom: 1px dotted #6C5013; color:#6C5013; margin: 12px 0px 0px 0px; padding: 4px 0px 0px 4px; background-color: #F2E7CF;letter-spacing:0.05em; font-weight: bold;}
h3 { font-size: 12pt; margin: 24px 0px 0px 0px; border-bottom: 1px dotted #DEC795; color:#464953;letter-spacing:0.05em;}
h4 { font-size: 11pt; margin: 0px; color: black; letter-spacing:0.05em; font-weight:normal;} /* 464953 */
blockquote { font-style: italic; color: #041138; font-family: palatino,georgia,serif; font-size:12pt;}


.header {
	width:884px; 
	height:252px; 
	/* background-color:#0e1757; */
	/*background-color:#465892;*/
	background-color:#071247;
	background-image: url('/img/header1.png');
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
	padding:8px 8px 0px 8px; 
}

.footer {
	width:884px; 
	height:48px; 
	/* background-color:#253981; */
	background-color:#0e1757;
	margin:0px;
	padding:0px 8px 8px 8px; 
}

.menu {
	/*background-color:#92b0de;*/ 
	/*background-color:#b6c8e8;*/
	/*background-color: #8ea7da;*/
	background-color: #ABB6D6;  
	width:260px;
	position:relative;
	left:-9px;
	float:left;
	margin-bottom: 64px;
}

.logo {
	border: 1px solid #0e1757;
	padding:6px;
	background-color:white;
}

.headImg {
	border: 1px solid #0e1757;
	background-color:white;
	margin: 8px 36px 16px 36px;
}

.headContainer {
	/*background-color:#6C5013; */
	width:170px; 
	height:62px;
	float: right;
}

.logoContainer {
	left:-70px; 
	/*background-color:#6C5013; */
	background-color:#6A7596;
	width:164px; 
	height:124px;
	padding:6px;
	margin:6px; 
	position:relative;
}