* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
    font-family:verdana,arial,helvetica,sans-serif;
	color:#000;
	background: url('/main/images/bg2.jpg') repeat-x;text-align:center
}

#wrapper { 
 margin: 0 auto;
 width: 880px;
 background: #f4f4f4;
}

#faux {
 float: left;
 background: #f4f4f4;
/*  background: transparent url('/main/images/split-1-2-col.gif'); */
/* margin-bottom: 25px; */
/*   overflow: auto;  */ /* Paul O Brien Fix for IE www.pmob.co.uk */
   width: 100%;
   overflow: auto;
}

#header {
 color: #333;
 width: 860px;
 padding: 10px;
 height: 50px;
 margin: 0px 0px 0px 0px;
 background: #fff;
}

#navigation {
 color: #333;
 padding: 1px;
 height: 28px;
 margin: 0px 0px 0px 0px;
 background: #fff;
}

#leftcolumn { 
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 215px;
 float: left;
 background: #f4f4f4;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px;
 padding: 0px 3px 0px 3px;
 width: 640px;
 min-height:500px;
 background: #fff;
}

#footer { 
 float: left;
 width: 860px;
 color: #a33;
 padding: 4px 10px 4px 10px;
 background: #f4f4f4;
}

.clear {
/* clear: both; */
}

/* New Stuff */
.welcome{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 800;
	position:relative;
	color: red;
}
.logo-title {
	padding-left:2px;
	font: bold 2.0em Times New Roman, Liberation Serif ; 
	text-align:justify;
/*	font-family:Liberation Serif,Times New Roman,verdana,arial,helvetica,sans-serif;
	font-size: 26pt;
	font-weight: 700;
	color: black;
*/
}
.logo-title2 {
/*	font: bold 14pt Times New Roman; */
	font: 1.2em Times New Roman, Liberation Serif;
	color: black;
	width: 184px;
	text-align:center;
}
.aright {
    text-align:right; 
}

/*Top Menu*/

#menu { 
	margin: auto;
	width:100%;
	padding:0px;
	overflow: hidden;
	margin-top: 2px;
	border-top: 1px solid #625e00;
	border-bottom: 1px solid #625e00;
	background: white url(/main/images/off1.jpg) center center repeat-x;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
}
#menu li .current{
	color: white;
	background: transparent url(/main/images/on1.jpg) center center repeat-x;
}
.link{
	cursor: pointer;
	text-decoration: none;
}
#menu a{
	float: left;
	color: black;
	padding: .5em 10px; 
	text-decoration: none;
	border-right: 1px solid white;
}
#menu a:hover {
	color:#777;
}
/*Side Menu*/
.sidebar ul {
	margin-left: 0;
	padding-left: 4px;
	list-style: none;
}
.sidebar ul li.back {
	background: transparent url(/main/images/list_back.gif) no-repeat left;
}
.sidebar ul li {
	text-align: left;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	background: transparent url(/main/images/list_items.gif) no-repeat left;
}
#homebg {
    position:relative;
    top:10px;
    left:10px;
    width:620px;
}
img{
	border: none;
}
h3 {
	font-family:  Arial, Sans;
	font-size: 14px;
	padding: 10px 0 10px 0;
}
.items_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#crumbs{
	text-align: left;
}
td {
    text-align: left;
}
td img{
    align: left;
    valign: top;
}
a:active{
	outline: none;
}
a:focus{
-moz-outline-style: none;
}
a{
	text-decoration: none;
}
#indent1{
	text-indent: 10px;
}
#indent2{
	text-indent: 20px;
}
.th{
    valign:top;
    text-align:center;
    background: lightblue;
	width: 200px;
}
.std_search{
	font: italic 10px Arial, Helvetica, sans-serif;
	width: 180px;
}
.hometitle {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: green;
}
.homenorm {
	font: 10px Arial, Helvetica, sans-serif;
	color: black;
	text-align:justify;
}

