body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #FFF;
	background-image: url(/assets/images/side_bground.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
#masthead {
	background-image: url(/assets/images/ss_logo.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	background-color: #CC0000;
}
#mastphoto {
	background-image: url(/assets/images/mast_photo.jpg);
	background-repeat: no-repeat;
	height: 200px;
	margin: 0 0 0 200px;
}
#mastphoto h1, #mastphoto p {
	display: none;
	padding: 0;
	margin: 0;
}
#contentwrapper {
	width: 750px;
	padding-top: 50px;
	margin: 0;
}
#nav {
	width: 200px;
	float: left;
/*		border: 1px solid #00FF00; */
}
#content {
	width: 450px;
	text-align: left;
	margin: 0 0 0 250px;
/*		border: 1px solid #0000FF; */
}
#content h1 {
	font-size: 1.5em;
	margin-top: 0;
}
#content h2 {
	font-size: 1.2em;
}
#content h3 {
	font-size: 1em;
}
#content p {
	font-size: .9em;
}
#content a:link, #content a:visited{
	color: #CC0000;
}
/* The extra comment markup below hides the style from NN4 */
/*/*/
#content a:link, #content a:visited {
	text-decoration: none;
	border-bottom: 1px solid #CC0000;
}
/*/*/
#content a:hover, #content a:active {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
}
#content li {
	font-size: .9em;
}
#companyid {
	border-left: 10px solid #CC0000;
	padding-left: 10px;
	font-size: .9em;
}
#sidebar {
	float: right;
	width: 130px;
	padding: 10px;
	margin: 0 0 10px 20px;
	font-size: .9em;
	text-align: center;
	border-left: 1px solid #EEE;
}
.formbackground table { 
	background-color: #584F50; 
	font-size: .9em;
}
.formheader {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #CC0000;
	color: #FFF;
}
.formlabel { 
	background-color: #EEE; 
	text-align: right;
}
.formfield { 
	background-color: #EEE; 
	text-align: left; 
	margin-right: 0; 
	padding-right: 0;
	text-align: left;
}
.formfooter {
	text-align: center;
	background-color: #EEE;
}
.required {
	color: #CC0000;
}
.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: 0;
	margin: 0 0 10px 10px;
	border: 1px solid #333;
}
/*/*/
.photoleft {
	float: left;
}
/* The extra comment markup below hides the style from NN4 */
/*/*/
.photoleft {
	margin: 0 10px 10px 0;
	padding: 0;
}
/*/*/
.photoleftborder {
	float: left;
}
/* The extra comment markup below hides the style from NN4 */
/*/*/
.photoleftborder {
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #333;
}
/*/*/