﻿body {
	margin:20px 0px 0px 0px; 
	background: #333333;
}



table {
            border-collapse : collapse; 
}

table td, table th {
            padding : 0; 
}



td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

img {
	border:0px;
}

ul {
	padding:10px 0px 0px 20px; margin:0px 0px 0px 0px;
}

ol {
	padding:10px 0px 0px 20px; margin:0px 0px 0px 0px;
}


a:link, a:active, a:visited {
	color:#FF9933;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}


a.nav:link, a.nav:active, a.nav:visited{
	text-transform:capitalize;
	padding:7px 10px 7px 20px;
	text-decoration:none;
	font-size:13px;
	color:#cccccc;
	display:block;
	font-weight:bold;
	border-bottom:1px #333333 dotted;
	background: url('siteart/nav_bg.gif') no-repeat 0px -37px;
}

a.nav:hover {
	color:#fff;
	background: url('siteart/nav_bg.gif') no-repeat 0px 10px;
}


a.navon:link, a.navon:active, a.navon:visited{
	text-transform:capitalize;
	padding:7px 10px 7px 20px;
	text-decoration:none;
	font-size:13px;
	display:block;
	font-weight:bold;
	border-bottom:1px #333333 dotted;
	color:#fff;
	background: url('siteart/nav_bg.gif') no-repeat 0px 10px;

}
a.navon:hover {
	color:#fff;
	background: url('siteart/nav_bg.gif') no-repeat 0px 10px;
}



.title {
    color:#FF9933;
    font-weight:bold;
    font-size:18px;
}
.orange {
    color:#FF9933;
    font-weight:bold;
}


#formtext {
	vertical-align:top; 
	padding:0px 10px 5px 0px; 
	text-align:right;
	font-weight:bold;
}

#formfield {
	vertical-align:top; 
	padding:0px 10px 5px 0px; 
}


#assoc {
	display:inline-block;
	margin:5px;
}

#topleft {
	background:url('siteart/border-top-left.gif') repeat-x;
	width:9px;
	height:10px;
}
#top {
	background:url('siteart/border-top.gif') repeat-x;
	width:5px;
	height:10px;
}
#topright {
	background:url('siteart/border-top-right.gif') repeat-x;
	width:10px;
	height:10px;
}


#btmleft {
	background:url('siteart/border-bottom-left.gif') repeat-x;
	width:9px;
	height:10px;
}
#btm {
	background:url('siteart/border-bottom.gif') repeat-x;
	width:5px;
	height:10px;
}
#btmright {
	background:url('siteart/border-bottom-right.gif') repeat-x;
	width:9px;
	height:10px;
}


   
#left {
	background:url('siteart/border-left.gif') repeat-y;
	width:9px;
	height:10px;
}
#mid {
    background:#fff; 
    padding:8px 10px 8px 10px;
    height:10px;
}
#right {
	background:url('siteart/border-right.gif') repeat-y;
	width:9px;
	height:10px;
}
