/* CSS Document */
/* Author: Marc Roncco, June 2007 */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

img {
	border: 0px;
}


/*	==================================================================================
						LINKS
	css order: link, visited, hover, active
	================================================================================== */

a:link {
	color: #610179;
	text-decoration: none;
}

a:visited {
	color: #8B6C22;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main_nav a:link {
	color: #610179;
	text-decoration: none;
}

#main_nav a:visited {
	color: #89419B;
	text-decoration: none;
}

#main_nav a:hover {
	text-decoration: underline;
}

#crumbtrail a:link, #crumbtrail a:visited {
	color: #539A41;
	text-decoration: none;
}

#crumbtrail a:hover {
	text-decoration: underline;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #C099C9;
}

#footer a:hover {
	text-decoration: underline;
}




/*	========================== TEXT STYLES ============================== */

#pgtitle {
	color: #8B6C22;
	text-decoration: underline overline;
	font-weight: bold;
}

#crumbtrail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #539A41;
}

.supersmall {
	font-size: 0.5em;	
}

.boldgold {
	font-weight: bold;
	color: #8B6C22;	
}

.italmsg {
	font-size: smaller;
	font-style: italic;
}




/*	======================= ALIGNMENT STYLES ============================= */

.cent {
	text-align: center;
}

.leftimg {
	float: left;
}

.rightimg {
	float: right;
}

.left_dblcolumn {
	float: left;
	text-align: left;
	padding-left: 60px;
}

.right_dblcolumn {
	float: right;
	text-align: right;
	padding-right: 60px;
}

div.main hr {
	display: block;
	clear: left;
	visibility: hidden;
}




/*	======================= ADDL. STYLES ============================== */

.reverse {
	unicode-bidi: bidi-override;
	direction: rtl;
}

.hide {
	text-decoration: line-through;
	display: none;
}

.image_box {

}




/*	==================================================================================
								LAYOUT
	================================================================================== */

#bgwrapper {
	background-image: url(../images/purpbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 804px;
	margin: auto;
}

#wrapper {
	background-image: url(../images/gray19logo.gif);
	height: auto;
	width: 760px;
	text-align: left;
	border-top: 3px solid #610179;
	margin: auto;
}

#header {
	width: 760px;
	margin: 0px 0px -3px;
	padding: 0px;
}

#main {
	width: 760px;
	margin: 0px;
	padding: 0px;
	display: table-row; 
}

#main_nav {
	height: auto;
	width: 160px; 
	float: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	padding: 4px;
	display: table-cell; 
}
/* in main_nav, float for IE, display:table-cell for FFx / Stds compliant. */

#content {
	background-color: #FFFFFF;
	width: 567px;
	min-height: 20em;
	height: auto;
	padding: 10px 10px 10px 15px;
	float: left;
	background-image: url(../images/contbrdr.gif);
	background-repeat: repeat-y;
	display: table-cell;
}
/* in content, float for IE, display:table-cell for FFx / Stds compliant. */
/* for Internet Explorer */
/*\*/
* html #content {
height: 20em;
}
/**/

#footer {
	background-color: #610179;
	width: 720px;
	vertical-align: text-bottom;
	padding: 20px;
	font-size: small;
	text-align: center;
	color: #CCCCCC;
}
