/**************** Body and tag styles ****************/
* {
margin:0;
padding:0;
}

body {
background:#FFFFFF;
color:#303030;
font:83% Arial;
line-height:1.4em;
text-align:center;
}

a {
background-color:inherit;
color:#0066FF;
font-weight:bold;
text-decoration:none;
}

a:hover {
background-color:inherit;
color:#2a5a8a;
text-decoration:none;
}

a img {
border:none;
}

p {
padding:0 0 1.6em;
}

p form {
margin-bottom:20px;
margin-top:0;
}

img.left,img.center,img.right {
border:1px solid #a0a0a0;
padding:4px;
}

img.left {
float:left;
margin:0 12px 5px 0;
}

img.center {
display:block;
margin:0 auto 5px;
}

img.right {
float:right;
margin:0 0 5px 12px;
}

/**************** Header and navigation styles ****************/
#container {
background:#FFFFFF;
border:2px solid #7AAEC5;
color:#303030;
margin:15px auto;
padding:0px 0;
text-align:left;
width:760px;
}

#header {
background:#ffffff;
color:#ffffff;
height:102px;
width:760px;
}

#header h1 {
background-color:inherit;
color:#ffffff;
font-size:2.4em;
font-weight:normal;
letter-spacing:-2px;
padding:35px 0 0 20px;
}

#header h2 {
background-color:inherit;
color:#f0f2f4;
font-size:1.4em;
font-weight:normal;
letter-spacing:normal;
margin:10px 0 0 40px;
}

#navigation {
background:#FFFFFF;
border-bottom:1px solid #7AAEC5;
border-top:1px solid #7AAEC5;
color:#000000;
height:2.2em;
line-height:2.2em;
width:760px;
}

#navigation li {
border-right:1px solid #ffffff;
float:left;
list-style-type:none;
white-space:nowrap;
}

#navigation li a {
background-color:inherit;
color:#000000;
display:block;
font-size:0.8em;
font-weight:bold;
padding:0 10px;
text-decoration:none;
text-transform:uppercase;
}

* html #navigation a {
width:1%;
}

#navigation .selected,#navigation a:hover {
background:#7AAEC5;
color:#000000;
text-decoration:none;
}

/**************** Content styles ****************/
#content {
float:left;
font-size:0.9em;
padding:20px 0 0 20px;
width:700px;
}

#content h2 {
background-color:inherit;
color:#000033;
display:block;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
margin:0 0 16px;
}

#content h2 a {
font-weight:normal;
}

#content h3 {
font-size:1.4em;
letter-spacing:-1px;
margin:0 0 5px;
}

#content a:hover,#subcontent a:hover {
text-decoration:underline;
}

#content ul,#content ol {
margin:0 5px 16px 35px;
}

#content dl {
margin:0 5px 10px 25px;
}

#content dt {
font-weight:bold;
margin-bottom:5px;
}

#content dd {
margin:0 0 10px 15px;
}

/**************** Footer styles ****************/
#footer {
background:#7AAEC5;
clear:both;
color:#000000;
font-size:12px;
margin:0;
padding:5px 0;
text-align:center;
width:100%;
font-weight:normal;
}

#footer p {
margin:0;
padding:0 0 0 0;
text-align:center;
}

#footer a {
background-color:inherit;
color:#000000;
font-weight:normal;
text-decoration:underline;
}

#footer a:hover {
background-color:inherit;
color:#000000;
text-decoration:underline;
}

/**************** Staff Page Styles ****************/
.profile {
background:#fafbfc;
border:1px solid #000033;
margin:5px;
padding:10px;
}

.about {
background:#FFFFFF;
border:1px dashed #000033;
height:auto;
padding:5px;
}

.profilefont {
font-size:1.5em;
line-height:1.4em;
}

/**************** Misc classes and styles ****************/
.splitcontentleft {
background-color:#fafbfc;
border:1px solid #000033;
float:left;
margin-bottom:10px;
padding:5px;
width:48%;
}

.splitcontentright {
background-color:#fafbfc;
border:1px solid #000033;
float:right;
margin-bottom:10px;
padding:5px;
width:48%;
}

.clear {
clear:both;
}

.small {
font-size:0.8em;
}

.hide {
display:none;
}

.textcenter {
text-align:center;
}

.textright {
text-align:right;
}

.important {
background-color:inherit;
color:#f02025;
font-weight:bold;
}

.messagebox {
background-color:#fafbfc;
border:dashed thin #505050;
color:#505050;
line-height:1.5em;
margin:0 0 10px;
padding:5px;
}

.box {
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
margin:0 0 10px;
padding:5px;
}

.style1 {
color:#FF0000;
font-weight:bold;
text-decoration:underline;
}

.style2 {
color:#FFFFFF;
}

.formtextbox {
background-color:#000033;
border:1px solid #0066FF;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:1px;
padding:2px;
}

.formbutton {
background-color:#000033;
border:1px solid #0066FF;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
margin:1px;
padding:2px;
text-decoration:underline;
}

.formbutton:hover {
background-color:#0066FF;
border:1px solid #000033;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
margin:1px;
padding:2px;
text-decoration:underline;
}