div, p {
	font-family: Verdana, Tahoma, Serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}

input, submit, textarea, select, file, button{
	color: #000000;
	text-decoration: none;
}

.disabled {
	color: #999999;
	border-color: #999999;
}

legend {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 20px;
	color: #dba55b;
}

.alThumb {
	border-color: #000; 
	border-width: thin; 
	border-style: groove; 
	padding: 1px;
}
	
.small {
	font-size:x-small;
}

/* all id's and layout structures */

#leftnav {
	margin: 0 auto;
	padding: 60px 10px;
	width: 120px;	
	display: block;
	float: left;
	overflow:hidden;
}

ul#nav {
	margin: 0;
	padding: 0;
	display: block;
	width:100%;
}

ul#nav li {
	margin: 2px 0;
	padding: 0;
	display: block;
	border-bottom: #CCC 1px dotted;
	font-weight: bold;
}

ul#nav li a { color: #703126; text-decoration:none; }
ul#nav li a:hover { color: #e88303; text-decoration:none; }

#main {
	margin: 0 0 0 140px;
	padding: 10px;
	width:  620px;
	min-height: 400px;
	border-left: #CCC 1px dotted;
}


#crumbs {
	font-size: 10px;
	color: #333333;
	text-align: right;
}

#crumbs a, #crumbs a:link, #crumbs a:visited, #crumbs a:active {
	text-decoration: none;
}

#crumbs a:hover { text-decoration: underline; }

/* table classes */
.tbl {
	margin: 100px 0 0 0;
	padding: 0;
	width: 100%;
	display: block;
}

.row {
	margin: 0;
	padding: 3px 0 0 0;
	width: 100%;
	height: 27px;
	display: block;
}

.alt {
	background: #eaeaea;
}

.c {
	margin: 0;
	padding: 5px;
	display: block;
	float: left;
	text-align: center; 
}

.x1, .x4, .x5 { width: 50px; }

.x2 { width: 130px; }

.x3 { width: 200px; }

.x6 { width: 350px; }

.al { text-align: left; }

.ac { text-align: center; }

.ar { text-align: right; }

/* form classes */

.formfield { margin-top: 75px; }

.req { background: #FFFF99; }

.key { background: #FFFF99; padding-left: 25px; }

.fimg { background-color:#f6f6f6; border:none; }

.alt .fimg { border:none; background: #eaeaea; }

/* CLEARFIX HACK http://www.positioniseverything.net/easyclearing.html
----------------------------------------------------------->*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

fieldset {
	width: 100%;
	background-color:#fff;
}

dt {
	font-weight:bold;
}
