@charset "utf-8";
/* CSS Document */

/* -- Page Positioning -- */
#container{
	width:822px;
	margin:auto;
	margin-top:0px;
	margin-bottom:40px;
}
#header{
	
}
#main{
	background-color:#FFFFFF;
	background-image:url(../images/main_bg.jpg);
	background-position:0px 60px;
	background-repeat:repeat-x;
	width:762px;
	height:100%;
}
#leftColumn{
	float:left;
	width:227px;
	height:auto;
	background-image:url(../images/bg02.jpg);
	background-repeat:no-repeat;
	background-position:0px 20px;
	display:block;
}

#leftColumn02{
	float:left;
	width:227px;
	height:auto;
	background-image:url(../images/bg03.jpg);
	background-repeat:no-repeat;
	background-position:0px 20px;
	display:block;
}

#rightColumn{
	float:right;
	width:500px;
	height:100%;
	background-image:url(../images/leftcol_Xbg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	display:inline;
}
#footer{
	width:742px;
	border-top:1px solid #2f1841;/*Dark Purple*/
	font-size:9px;
	color:#666666; /*medium grey*/
	text-align:center;
	padding:10px;
	margin:0px;
	letter-spacing:normal;
	line-height:normal;
	
}
#footer p{margin:0px;}
#footer a:link, #footer a:visited{
	color:#999999; /*medium grey*/
	text-decoration:underline;
}
#footer a:hover{
	color:#2f1841;/*Dark Purple*/
}


/* -- Page Styles -- */
body, html{
	color:#000000;
}

/* div#subNavigation CSS */
#subNavigation{
	margin-top:20px;
}

#subNavigation table{
	margin-left:30px;
}
#subNavigation a:link, #subNavigation a:visited{
	color:#2f1841;/*Dark Purple*/
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#subNavigation a:hover{
	color:#e58908;/*Orange*/
	text-decoration:underline;
}

/* div#content CSS */
#content{
	margin:60px 30px 0px 10px;
}
#content .pgtitle{
	font-size:14px;
	color:#2f1841;/*Dark Purple*/
	letter-spacing:2px;
	font-weight:bold;
	margin:0px;
	line-height:20px;
}
#content .title{
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
#content img.fright{
	float:right; 
	margin:10px 5px 20px 30px;
}
#content a:link, #content a:visited {
	font-size: 10px;
	color: #7E2885;
	text-decoration: none;
}
#content a:hover {
	color: #c7940d;
	text-decoration: underline;
}
#content .titlelnk:link, #content .titlelnk:visited {
	font-size:12px;
	color: #7E2885;/*Purple*/
	font-weight:bold;
	text-decoration: none;
}
#content .titlelnk:hover {
	color: #c7940d;
}

/* div.quotebox CSS */
.quotebox{
	diplay:block;
	margin:0px 20px 0px 20px;
}
.quotebox .quote{
	font-size:10px;
	color: #7E2885;/*Purple*/
	font-style:italic;
}
.quotebox .author{
	font-size:10px;
	color:#000000;
	font-weight:bold;
	font-style:italic;
	text-align:right;
}
.quotebox p{margin:0px;padding:0px;}


.c{clear:both;font-size:1px;}
