/* CSS Document */

	a { color: #646464; text-decoration: underline; }
	a:visited { color: #646464; text-decoration: underline; }
	a:hover { color: #EC008C; text-decoration: underline; }

	body {
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	}

	h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height:24px;
	color:#EC008C;
	padding: 0px 0px 0px 0px;
	display: block;
	}

	h2 {
	font-family:arial,sans-serif;
	color:#EC008C;
	font-size:12px;
	letter-spacing:1px;
	font-weight: bold;
	line-height:15px;
	display: block;
	}

	p {
	font-family:arial,sans-serif;
	color:#646464;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	}
	
	.sidebar {
	font-family: "Times New Roman", Times, serif;
	font-size:13px;
	line-height:18px;
	color:#646464;
	padding-bottom:10px;
	}
	
/*Structure Elements*/

	#container {
		width:853px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}

	#header {
		padding: 0px;
		text-align:center;
		}
						
	#content {
		clear:both;
		}

	#col_01 {
		width:190px;
		float:left;
		padding: 10px 20px 20px 20px;
		background-color:#F0F0F0;
		}
			
	#col_02 {
		width:600px;
		float:left;
		background-image: url(images/divider_cols_backgd.gif);
		background-repeat: repeat-y;
		padding: 3px 0px 0px 23px;
		}

/*Layout Elements*/	

	.header_deck {
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		color:#5D0037;
		font-weight: bold;
		letter-spacing:1px;
		padding: 10px 0px 10px 0px;
	}

	.magenta {
		color:#EC008C;
	}
	
	.burgundy {
		color:#5D0037;
	}
	
	.gray {
		color:#646464;
	}	
