html, body {
	height: 10em;
}

body {
  background-color: #464e63;
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial, Times New Roman, Serif;
  color: #000000;
	text-align:center; /* for IE */
	line-height: 1.2;
}

p {
	margin: 10 0;
}

a, a:visited {
	color: #0505fd;
}

a:hover {
	color: #0202DF;
}

.left {
	float: left;
}
.right {
	float: right;
}

#mainWrapper {
	width: 900px;
	background: #fff;
	text-align:left; 
	margin:0 auto; /* for the rest */ 
	padding-bottom: 10px;
}

#contentWrapper {
	margin: 20px 0;
	text-align: center; /* for IE */
  min-height: 500px;
  height: auto !important;	/* min height for IE */
  height: 500px;
}

.content-box {
	margin: 30px;
	margin-left: 50px;
	text-align:	left; /* for IE */
}

/***** NAVIGATION *****/
#headerWrapper {
	background-color: #8d9fcc;
	clear: both;
	padding-bottom: 10px;
}

#menu {
	background: #c8d6f9;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-size: 0.9em ;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #c8d6f9 url("images/seperator.gif") bottom right no-repeat;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
	font-weight:normal;
}

#menu a:hover {
	background: #fff url("images/hover.gif") bottom center no-repeat;
	color: #000;       

}
/***** NAVIGATION END *****/

.demo-box {
	width: 350px;
	border: 1px solid #000;
	padding: 10px;
	clear: both;
	margin: 10px auto; /* for the rest */
	text-align:	left; /* for IE */
}

.center-box {
	width: 70%;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
	clear: both;
	margin:0 auto; /* for the rest */
	text-align:	left; /* for IE */
}

table, tr, td {
	vertical-align: top;
}

.shotlist-table td {
	padding-bottom: 1em;
}

.shotlist-table img {
	padding-right: 10px;
}

.resume-table table {
	padding-bottom: 1em;
	width: 100%;
}

ol {
	list-style: decimal;
	padding-left: 20px;
}

ul {
	list-style: disc;
	padding-left: 20px;
}

.tools-desc ul li {
	margin: 5 0;
}

.resume-name {
	font-weight: bold;
	font-size: 1.3em;
}

.title {
	font-weight: bold;
}

.resume-desc {
	padding-left: 10px;
}

.resume-time {
	text-align: right;
}

.resume-cat {
	width: 150px;
}

.resume-time, .resume-loc {
	width: 110px;
}

.smalltext {
	font-size: 0.8em;
}

.note, .resume-desc, .resume-time, .resume-loc {
	font-style: italic;
	font-size: 0.9em;
}

#form-table th {
	text-align: right;
	padding-right: 10px;
}

#form-table td {
	padding-bottom: 5px;
}

input, textarea {
	background: #fff;
	border: 1px solid #000;
	padding: 2px;
}

input:focus, textarea:focus {
	background: #f3f7fe;
	border:1px solid #3d5686;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#logo-table {
	width: 100%;
}

#subheader {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 6px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 1em;
}

#newsWrapper {
	width: 90%;
	border: 1px solid #000;
	margin: 10px;
	clear: both;
	margin:0 auto; /* for the rest */
	text-align:	left; /* for IE */

/*** turned off for now ***
	height: 200px;
	overflow-x: hidden;
	overflow: auto;
***/
}

.news-box {
	margin-bottom: 1em;
}

.newsTitle-box {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #c9ceda;
	padding: 0.5em;
}

.newsTitle {
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 0.5em;
}

.newsDesc {
	padding: 0 1em;
	text-align: justify;
}

/*** Tools Page ***/
#toolsWrapper {
	width: 853px;
	clear: both;
	margin: 0 auto; /* for the rest */ 
	margin-top: 10px;
	text-align:	left; /* for IE */
}

#t-left {
float: left;
	width: 150px;
/*	background-color: #f1f5fe;*/
	padding: 0;
	text-align:	left;
/* position: fixed; */

}

.t-left-block {
	border: 1px solid #000;
	margin-bottom: 10;
}

.t-left-block > h3 {
	color: #fff;
	background-color: #464e63;
	font-size: 1.3em;
	font-weight: normal;
	padding: 3 0;
	border-bottom: 1px solid #000;
}

#t-right {
	margin-left: 160px;
	text-align:	left;
}

#t-nav {
	list-style-type: none;
	list-style: inline;
	padding: 0;
	margin: 0;
}

#t-nav li a {
	color: #464e63;
	text-decoration: none;
	padding: 5px;
	display: block;
}

#t-nav li a:hover{
	color: #fff;
	background-color: #464e63;
}

.tools-notice {
	width: 830px;
	padding: 10px;
	border: 1px solid #000;
	clear: both;
	margin: 0 auto; /* for the rest */ 
	margin-top: 10px;
	text-align:	left; /* for IE */
}

.tools-box {
	width: 670px;
	border: 1px solid #000;
	padding: 10px;
	margin: 10 0; 
	text-align:	left; /* for IE */
}

.code {
	font-family: "Courier New",Courier, monospace;
	background-color: #e2eafe;
	margin: 10;
	padding: 5px;
	border: 1px solid #bfd1fb;
}

.tools-title {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}

.tools-desc img {
	border: 1px solid #000;
	margin-top: 5px;
}

.tools-title a {
	color: #0d45c8;
	text-decoration: none;
}

.tools-title a:hover {
	color: #062264;
	text-decoration: underline;
}

.codeTitle {
	font-style: italic;
	font-weight: bold;
	margin-top: 1em;
}

.codeNote {
	margin: 5px 10px;
}

.variable {
	color: #db0f0f;
	font-style: italic;
}

.indentOR {
	margin-left: 20px;
}

.hidden{
	visibility: hidden;
	display: none;
}