/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 760px;
	margin: 5px auto;
	padding: 0;
	background-image: url(../images/body_bg.gif);
	}
table {
	width: 100%;
	margin: 0 auto;
	}
table td {
	padding: 0;
	border-width: 0;
	vertical-align:top;
	}
td#header {
	background-image:url(../images/desistoheader.jpg);
	background-repeat: no-repeat;
	height: 150px;
	border-bottom: medium solid #333399;
	}
td#leftcolumn	{
	background-color:#CCCCCC;
	width: 150px;
	padding: 0;
	}
#navcontainer {
	width: 130px;
	margin: 10px 0 0 10px;
	}
#navlist {margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 5px 5px 5px 15px;
	color:#000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: thin solid #FFFFFF;
	}
#navlist a:hover {
	padding: 5px 5px 5px 15px;
	color:#FFFFFF;
	font-weight: bold;
	background-color: #333399;
	border: thin solid #FFFFFF;
	}
#navlist .uberlink {
	color: #000000!important;
	font-weight: bold;
	cursor: default;
	background-color: #AEAEE3;
	}
td#content	{
	background-color: #CCCCCC;
	padding: 20px;
	text-align: left;
	color: #000000;
	font-size: 12px;	
	}
td#content a, a:visited	{
	color: #333399;
	font-weight: bold;
	text-decoration: underline;
	}
td#content a:hover	{
	color: #F7F7F7;
	font-weight: bold;
	text-decoration: none;
	}
table#form	{
	width: 475px;
	}	
table#form tr.required td	{
	color: #993333;
	}	
table#form td.left	{
	padding: 5px;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	color: #000000;
	vertical-align: middle;
	}
table#form td.right	{
	padding: 5px;
	text-align:left;
	vertical-align: middle;
	}
table#form td#rightschedule	{
	padding: 2px;
	text-align:left;
	vertical-align: middle;
	line-height: 2em;
	}						
.centerimg	{
	margin: 0 0 0 130px;
	width: 300px;
	padding: 1px;
	border: 1px solid #FFFFFF;
	}
.leftimage	{
	float: left;
	padding: 1px;
	margin: 0 10px 5px 0;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	}	
tr#footer	{
	background-color:#CCCCCC;
	text-align: center;
	}
.footer	{
	padding: 5px;
	text-align: center;
	background-color:#CCCCCC;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333399;
	}
.footer a, a:visited	{
	color: #333399;
	font-weight: bold;
	text-decoration: underline;
	}
.footer a:hover	{
	color: #F7F7F7;
	font-weight: bold;
	text-decoration: none;
	}	
h1	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7272CF;
	padding: 5px 0 3px 0;
	border-right: thin solid #999999;
	border-bottom: medium solid #666666;
	}
h2	{		
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
