body {
	font-size: 24px;
	background-color: #fdfdfd;
	font-family: "Verdana";
	margin: 0px;
	padding: 0px;
	min-width: 760px;
	color: #262626;
}

body, html {
	height: 100%;
}

pre {
	overflow: auto;
	border: 2px dashed #007cc1;
	max-height: 300px;
	overflow: auto;
	font-size: 13px;
}

img {
	border: 0;
}

a, a:hover, a:visited {
	text-decoration: none;
	color: white;
}

table, td {
	padding: 0px;
	border-spacing: 0px;
	font-family: "Trebuchet MS";
	
}

h3, h4, h1, h2, h5 {
	color: #18358d;
	margin: 0px;
	font-family: "Trebuchet MS";
	padding: 0px;
}

ol {
	padding-left: 60px;
}

.date {
	opacity: 0.7;
}

noscript h1 {
	color: red;
	border: 2px solid red;
	padding: 10px;
	background-color: grey;
	text-align: center;
}

#header {
	height: 121px;
	width: 100%;
	background-color: #262626;
	background-image: url(../images/tiled.png);
}

#header img {
	float: left;
	margin-left: 0px;	
}

td.navLinkTrans {
	background: #18358d;
	padding: 5px 10px 5px 10px;
	display: absolute;
	float: left;
	z-index: 3;
}

td.navLink {
	background: transparent;
	position: absolute;
	padding: 5px 10px 5px 10px;
	z-index: 4;
}

#nav {
	float: right;
	border: 0px;
	margin-right: 20px;
}

#nav a {
	padding: 5px 0px 5px 0px;
}

#nav table {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	float: left;
	margin-right: 15px;
	font-weight: bold;
}

#shadow {
	width: 100%;
	height: 27px;
	background-image: url('/images/shadow.png');
	background-repeat: repeat-x;
	border-top: 1px solid #333333;
	position: absolute;
	z-index: 2;
}

#page {
	color: black;
	font-size: 16px;
	width: 960px;
	margin: 40px 23px 0 25px;
}

#error {
	text-align: center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;

}

#notice {
	width: 100%;
	text-align: center;
	color: green;
}

#footer {
	color: black;
	text-align: center;
	font-size: 12px;
	color: darkgrey;
	clear: both;
}

#page a {
	color: #007cc1;
}

#page a:hover {
	text-decoration: underline;
}

#footer ul {
	padding: 0px;
}

#footer li {
	display: inline;
}

#footer a {
	color: darkgrey;
}

.blank_spacer {
	width: 220px;
	background-color: #333333;
}

.blank {
	background-color: #333333;
}

#rounded_div {
	margin-left: auto;
	margin-right: auto;
	min-width: 510px;
	max-width: 575px;
	color: white;
	font-size: 18px;
}

#rounded_div h4 {
	text-align: center;
	margin: 0px;
	color: #007cc1;
}

h4 {
	font-size: 22px;
}

#rounded_div li {
	list-style: none;
	margin: 0px;
}

#rounded_div ul {
	padding: 0px 0px 0px 10px;
}

.right {
	float: right;
}

.left {
	float: left;
}

h3 {
	margin: 0px;
	font-size: 24px;
}

.centered {
	text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#footer a {
	color: darkgrey;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#me {
	float: left;
	margin-right: 20px;
}

#interested {
	clear: both;
}
#page small {
	font-style: italic;
}

.formField {
	width: 250px;
	border: 1px solid lightgrey;
	padding: 3px;
	font-size: 14px;
}

#form textarea {
	font-size: 14px;
	background-image: url(../images/thanks.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 200px;
	border: 1px solid lightgrey;
	padding: 3px;
	width: 500px;
}

#form small {
	color: #B3B3B3;
}

.count {
	font-family: 'Tahoma';
	font-weight: bold;
	font-size: 22px;
	color: #262626;
	margin: 0px 5px 0px 5px;
}

.commentHead {
	background-color: #cccccc;
	color: white;
	padding-bottom: 2px;
	font-size: 16px;
}

#comments {
	width: 500px;
	margin-bottom: 20px;
}

.commentText {
	margin: 10px 0 15px 0px;
	padding-left: 5px;
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	padding: 0 5px 5px 0;
}

.postDate {
	float: right;
	border-left: 1px solid lightgrey;
	border-top: 1px solid lightgrey;
	padding-left: 3px;
	clear: right;
}

.edit {
	float: right;
	margin-bottom: 5px;
}

.comment img {
	padding: 2px;
	border: 1px solid lightgrey;
	float: left;
	margin: 0 5px 5px 0;
}

.pageContents {
	margin-bottom: 20px;
}

.pageContents img {
	padding: 13px;
	border: 1px solid lightgrey;
	background-color: #F2F2F2;
	
}

#leftColumn {
	width: 670px;
	float: left;
	padding-right: 15px;
}

#rightColumn {
	border-left: 1px solid lightgrey;
	float: left;
	padding: 0px 20px 10px 20px;
	margin-top: 10px;
	width: 224px;
	color: white;
	font-size: 15px;
}

.contents {
	margin: 0 5px 0 5px;
}

#rightColumn h4 {
	color: #333333;
	font-size: 20px;
	border-bottom: 1px solid #333333;
	margin-bottom: 3px;
	text-align: center;
}

#page a.pageTitle {
	color: #18358d;
}

.bottomLinks {
	font-size: 16px;
	clear: both;
}

.bottomLinks a {
	color:#18358d;
}

#bottom {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 0px;
}

#show_assets_div {
	text-align: center;
	font-size: 16px;
	background-image: url(../images/assetToggleBackground.png);
	background-repeat: no-repeat;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: auto;
}

#asset_list {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/assetListBackground.png);
	background-repeat: no-repeat;
	overflow: auto;
	height: 220px;
}

#assets {
	text-align: center;
	padding: 15px;
}

#page textarea {
	width: 100%;
	border: 1px light grey;
	padding: 3px;
}

hr {
	color: lightgrey;
	background-color: lightgrey;
	height: 1px;
	border: 0;
	width: 90%;
}

#previewer {
	min-height: 50px;
	border: 1px solid lightgrey;
}

.asset {
	float: left;
	border: 1px solid lightgrey;
	background-color: #F2F2F2;
	padding: 8px;
	margin: 0 10px 10px 10px;
	clear: right;
}

.demo img {
  border: 0;
  background-color: #ffffff;
}