body {
font:76% Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

a {
color:#505050;
font-weight:bold;
}

a:hover {
color:#808080;
text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px;
}

/*** Header section ***/

#sitename {
height:150px;
padding:0 0 10px 178px;
text-align:left;
clear: both;
background-color: #fefdfd;
background-image: url('/images/top_black_sm.png');
background-position: top left;
background-repeat: no-repeat;
}

#sitename h1,#sitename h2 {
font-weight:400;
letter-spacing:-2px;
margin:0;
padding:0;
}

#sitename h1 {
font-size:2.4em;
padding-top:10px;
}

#sitename h2 {
font-size:1.6em;
}

/*** Main container ***/

#container {
margin:0;
min-width:630px;
padding:0;
text-align:left;
width:100%;
}

/*** Content wrap ***/

#wrap {
clear:both;
font-size:0.9em;
padding:0;
}

/*** Sidebars ***/

#leftside,#rightside {
margin:0;
padding:0; 
width:178px;
}

#leftside {
float:left;
/*margin-right:10px;*/
}

#rightside {
float:right;
margin-left:10px;
}

#leftside h1,#rightside h1 {
color:#505050;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 12px;
}

#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

#leftside p,#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}

/*** Content ***/

#content,#contentalt {
background-color:#fafcff;
border:1px solid #909090;
color:#2a2a2a;
padding:15px 20px 5px;
}

#content {margin:0 0 0 178px;}
#contentalt {margin:0 178px 0 20px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:inherit;
color:#606060;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}
.hide {display:none;}

/** Customizations **/

.textBox {
  border: 1px solid #C0C0C0; 
  background-color: WHITE;
}

.textBoxText {
  line-height: 1.30em;
  margin: 1em;
  padding: 0;
}

.floatImageRight {
	float: right;
	border: 1px solid #909090;
	margin-left: 1em;
	margin=top: 1em;
	margin-bottom: 1em;
}
.floatImageLeft {
	float: left;
	border: 1px solid #909090;
	margin-right: 1em;
	margin=top: 1em;
	margin-bottom: 1em;
}
a.external {
	background: url("/images/link-external.png") center right no-repeat;
	padding-right: 13px;
}
h3 {
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0;
	/*letter-spacing:-1px;*/
}