﻿
* {
	font-family: verdana, arial;
	font-size: 9pt;
}

body {
	padding: 0;
	margin:0;	
	background-color:#a9a393;	
	text-align:center;
	
}

.leftShadow{
	
	background-image:url(images/leftshadow.gif);
	background-repeat:repeat-y;
	background-position:right;	
	
}

.rightShadow{
	
	background-image:url(images/rightshadow.gif);
	background-repeat:repeat-y;
	background-position:left;
	
}

body{
	text-align: -moz-center; /* Mozilla Firefox alignment */
}


hr {
	color:#cccccc;
	background-color:#cccccc;
	height:1px;border:none;
}

form {
	margin: 0;
	padding: 0;
}

p, li {
	color: #555555;
}

strong {
	font-weight: bold;
	font-size: 100%;
}

.button {
    border: 1px solid #6a6a6a;
    background: #758094;
	color:#ffffff;
	margin-right:8px;
	margin-top:8px;
}

.button:hover {
    border: 1px solid #6a6a6a;
    background: #93a6bc;
	color:#ffffff;
	cursor:pointer;
}

.dottedline{
	border-right:1px dashed #a6a591;
	margin-right:10px;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

#logo {
	border: 0;
}

.nopadding{
	padding:0;
	margin:0;
}

.blueHeader{
	
	font-family: verdana, arial;
	font-size: 12pt;
	color: #718093;
	margin: 0 0 10px 0;
	font-weight: bold;

}

#sitecontent h1 {
	font-family: verdana, arial;
	font-size: 14pt;
	color: #ffffff;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#sitecontent td{color:#ffffff;}



.leftCell{text-align:left}

.textBox{
	width:140px;
	margin-top:8px;
}

.textArea{
	width:400px;
	height:200px;
}

.indent{
	padding-left:10px;
}

.mainContainer{
	background-color:#ffffff;
	width:828px;	
	text-align:left;
}

#footer{text-align:center;font-size:9px;padding:10px;}
#footer a{font-size:9px;color:#424242;text-decoration:none;}
#footer a:hover{font-size:9px;color:#424242;text-decoration:underline;}
