body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #5C656F;
	text-align: center;
	line-height: 110%;
	padding: 0;
	margin: 0;
}
#bodywrapper {
	width: 750px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 0 0;
}
#layoutwrapper {
	width: 750px;
	background-image: url(/assets/images/body_bground.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#masthead {
	background-image: url(/assets/images/masthead_curve.jpg);
	background-repeat: no-repeat;
	height: 112px;
	text-align: left;
}
#nav {
	position: relative;
	left: 362px;
	top: 60px;
	width: 336px;
	z-index: 1;
	visibility: visible;
}
#content {
	width: 450px;
	margin-left: 60px;
	border-bottom: 1px solid #EEE; /* LAYOUT PURPOSES ONLY DO NOT REMOVE */
	text-align: left;
	padding-left: 28px;
}
#content p {
	font-size: .8em;
}
#content a:link {
	color: #000;
}
#content a:visited {
	color: #333;
}
/* The extra comment markup below hides the style from NN4 */
/*/*/
#content a:link, #content a:visited {
	text-decoration: none;
	border-bottom: 1px solid #FFB380;
}
/*/*/
#content a:hover, #content a:active {
	color: #333;
	text-decoration: none;
	background-color: #F6DDC4;
}
#content h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.5em;
	color: #333;
	margin-left: 161px;
	line-height: 125%;
	width: 280px;
	background-image: url(/assets/images/shim.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding: 0;
}
#content h1 span {
	display: none;
	padding: 0;
	margin: 0;
}
#content h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	line-height: 125%;
}
#content h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333;
}
#content .tinynote {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.8em;
	color: #666;
	margin-left: 3px;
	padding: 0 5px 0 17px;
	background-image: url(/assets/images/icon_window.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
}
p, td {
	font-size: .8em;
}
.prune {
	margin-left: -11px;
	padding-left: 10px;
	border-left: 1px solid #FFF; /* #D9D9D9 */
}
.pimage {
	margin-left: -15px;
	float: left;
}
ul, ol, li {
	font-size: .9em;
}
strong {
	color: #000;
}
#sidebar {
	width: 136px;
	text-align: center;
	padding: 0 50px 0 0;
	font-size: .9em;
	float: right;
}
#sidebar .separated {
	text-align: left;
	border-left: 1px solid #D9D9D9;
	padding-left: 10px;
}
#sidebar .separated a:link, #sidebar .separated a:visited {
	color: #000;
}
/* The extra comment markup below hides the style from NN4 */
/*/*/
#sidebar .separated a:link, #sidebar .separated a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #FFB380;
}
/*/*/
#sidebar .separated a:hover, #sidebar .separated a:active {
	color: #333;
	text-decoration: none;
	background-color: #F6DDC4;
}
#sidebar a:link.nounderline, #sidebar a:visited.nounderline, #sidebar a:hover.nounderline {
	border-bottom: none #EEE 1px;
	background-color: #EEE;
}
.sidebarbox {
	background-image: url(/assets/images/sidebar_bground.jpg);
	background-repeat: no-repeat;
}
.sidebarbox form input{
	font-size: 0.9em;
	margin: 4px 0 0;
	border: 1px solid #CCC;
	color: #666;
}
.formbackground table { 
	background-color: #FFF; 
}
.formheader {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #CCC;
}
.formlabel { 
	background-color: #EEE; 
	text-align: right;
}
.formfield { 
	background-color: #EEE; 
	text-align: left; 
	margin-right: 0; 
	padding-right: 0;
}
.formfield input, .formfield select, .formfield textarea {
	border: 1px solid #CCC;
	color: #333;
	padding-left: 5px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	width: 200px;
}
.formfield input.nostyle {
	width: auto;
	border: none;
}
.formfield input.required {
	background-color: #FFEEEE;
}
.formfooter {
	text-align: center;
	background-color: #EEE;
}
.formdisclaimer {
	text-align: left;
	font-size: .7em;
	background-color: #E6E6E6;
	padding: 8px;
}
.required {
	color: #CC0000;
}
#footer {
	font-size: .9em;
	color: #000;
}
#footer a:link, #footer a:visited {
	color: #000;
}
/* The extra comment markup below hides the style from NN4 */
/*/*/
#footer a:link, #footer a:visited {
	text-decoration: none;
	border-bottom: 1px solid #333;
}
/*/*/
#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: none;
	background-color: #999;
}
.formrequired {
	color: #CC0000;
}
/* BEGIN TMT STYLES */
input.invalid, textarea.invalid {
	background-color: #FFFF66;
/*	border: 0.1em; */
	border-color: #FF0000 !important;
/*	border-style: solid;
	margin: 0.1em !important; */
}

input.invalid:focus, textarea.invalid:focus {
	background-color: #FFFF66;
/*	border: 0.2em; */
	border-color: #FF0000 !important;
/*	border-style: solid;
	margin: 0 !important; */
}
.required {
	background-image: url(/tmt_validator/images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}
div#errorDisplay {
	background-image:url(/tmt_validator/images/field-alert.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border: 1px solid red;
	background-color: #FFFF66;
	display: none;
	padding:5px 0px;
	margin:10px;
}
div#errorDisplay ul {
	list-style-type: square;
	margin-top:0px;
	margin-bottom:0px;
}
/* END TMT STYLES */

/* above this line is approved RuneMedia CSS */




.photoright {
	float: right;
}
/* The extra comment markup below hides the style from NN4 */
/*/*/
.photoright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
/*/*/
.photorightborder {
	float: right;
}
/* The extra comment markup below hides the style from NN4 */
/*/*/
.photorightborder {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #483B82;
}
/*/*/
.photoleft {
	float: left;
}
/* The extra comment markup below hides the style from NN4 */
/*/*/
.photoleft {
	margin: 0px 10px 10px 0px;
	padding: 0px;
}
/*/*/
.photoleftborder {
	float: left;
}
/* The extra comment markup below hides the style from NN4 */
/*/*/
.photoleftborder {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 1px solid #483B82;
}
/*/*/


