/*
px  %
10  77
11  85
12  92
13  100
14  107
15  114
16  122
17  129
18  136
19  144
20  152
21  159
22  167
23  174
24  182
*/

/*
RESET BROWSER DEFAULTS -------------------------- */

* {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
  border:0;
}


/*
SET TYPOGRAPHY -------------------------- */

body { font:13px arial,helvetica,clean,sans-serif; }
select, input, textarea { font:99% arial,helvetica,clean,sans-serif; }
pre, code { font:115% monospace; font-size:100%; text-align: left; }
body * { line-height: 1.2em }

h1 {
  font-size: 152%;
  font-weight: bold;
}
h2 {
  font-size: 129%;
  font-weight: bold;
}
h3 {
  font-size: 100%;
}


/*
SET GLOBAL ELEMENTS -------------------------- */

/* now reset performed, set any element specific attributes here */

body {
  margin: 15px 5px 5px 5px;
  text-align: center;
  min-width: 760px;
}

a {
  text-decoration: none;
}
a:visited {
}
a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}


/*
NON GENERIC -------------------------- */

/*
  Need to force a min width for IE. clr gif?
*/

#wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#header {
  margin-bottom: 10px;
  float: left;
  display: inline;
}
#header div {
  float: left;
  display: inline;
}
#header h1 {
  float: right;
  margin-right: 50px;
  display: inline;
  color: #333333;
  font-size: 167%;
}

#headerRelated {
  border-top: 1px solid #3366CC;
  border-bottom: 1px solid #3366CC;
  padding: 3px;
  float: left;
  width: 99%;
  display: inline;
}
#headerRelated span {
  float: left;
  margin-right: 10px;
  font-weight: bold;
  display: inline;
}
#headerRelated ul {
  list-style-type: none;
}
#headerRelated li {
  float: left;
  margin-right: 10px;
  display: inline;
}

#headerInfo {
  background-color: #E5ECF9;
  padding: 3px;
  border-bottom: 1px solid #3366CC;
  float: left;
  margin-bottom: 10px;
  width: 99%;
  display: inline;
}



#mainContent {
  width: 79%;
  float: left;
  border-right: 1px solid #C9D7F1;
}

#mainContent p {
  margin-left: 10px;
  font-weight: bold;
  font-size: 107%;
}

.addWrap {
  padding: 10px 0 10px 0;
}

a.addLink {
  color: #0000CC;
  text-decoration: underline;
  font-size: 122%;
}
a.addLink:hover {
  text-decoration: none;
}
a.addDesc {
  color: #333333;
  font-size: 100%;
}
a.addDesc:hover {
  text-decoration: none;
}
a.addHost {
  display: block;
  color: #008000;
  font-size: 100%;
  text-decoration: none;
}
a.addHost:hover {
  text-decoration: underline;
}

.catWrap {
  float: left;
  width: 230px;
  margin: 20px 7px 0 10px;
  display: inline;
}
.catWrap a {
  display: block;
  color: #0000CC;
  font-size: 129%;
  text-decoration: underline;
  margin-bottom: 4px;
}
.catWrap a:hover {
  text-decoration: none;
}
.catWrap a.catChild {
  color: #333333;
  font-size: 107%;
  margin-bottom: 2px;
  text-decoration: none;
}
.catWrap a.catChild:hover {
  color: #999999;
}

#mainSide {
  width: 20%;
  float: right;
}

#archiveWrap {
  padding: 10px;
  float: left;
  width: 557px;
}
#archiveWrap h2 {
  margin-bottom: 10px;
  color: #0C4978;
}
#archiveWrap span {
  color: #000000;
}
#archiveWrap td {
  padding: 3px;
}
#archiveWrap a {
  color: #008000;
  font-size: 100%;
  text-decoration: underline;
}
#archiveWrap a:hover {
  text-decoration: none;
}

#footer {
  background-color: #E5ECF9;
  padding: 3px;
  border-bottom: 1px solid #3366CC;
  border-top: 1px solid #3366CC;
  margin-top: 10px;
  margin-bottom: 2px;
  width: 99%;
  float: left;
  text-align: center;
}
#footer a {
  color: #0000CC;
  font-size: 100%;
  text-decoration: none;
}

#copyright {
  float: left;
  margin-top: 3px;
  width: 99%;
  text-align: center;
  font-size: 77%;
  color:#BBBBBB;
}
#copyright a {
  color: #666666;
}
#copyright a.archiveLink {
  color: #FFFFFC;
}
#copyright a.archiveLink2 {
  color: #FFFFFE;
}

/*
FORMS -------------------------- */

label {
  display: none;
}

input {
  /* border: 1px solid #AAAAAA; */
}

input.submit {

  /*
	background-color: #FF6600;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 11px;
  */
}