@charset "utf-8";
/* CSS Document */

/* global styles */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a img {
	border:none;
}
#wrap {
	width:850px;
	margin:25px auto 0 auto;
}

/* alignment styles */
.alignLeft {
	text-align:left;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;
}
.alignTop {
	vertical-align:top;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
}
	img.floatLeft {
		float:left;
		margin-right:15px;
		margin-bottom:15px;
	}
.floatRight {
	float:right;
}
	img.floatRight {
		float:right;
		margin-left:15px;
		margin-bottom:15px;
	}
.clear {
	clear:both;
}
	
/* width styles */
#content #leftCol {
	float:left;
	width:594px;
	border-right:3px solid #626fd7;
}
#content #rightCol {
	float:left;
	width:250px;
	height:300px;
}

/* padding styles */
#leftCol .padding {
	padding:25px 10px;
}
#rightCol .padding {
	padding: 25px 10px 10px 0;
}

/* header styles */
#header {
	background-image:url(/images/bg/header.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:54px;
	width:696px;
}

/* content styles */
#content {}
	#content p,
	#content ul,
	#content ol,
	#content hr,
	#content table,
	#content input,
	#content textarea,
	#content select {
		margin-bottom:10px;
	}
	#content h1,
	#content h2,
	#content h3,
	#content h4
	#content h5 {
		margin-bottom:15px;
	}
	#content table tr {
		vertical-align:top;
	}
		#content table tr td {
			padding-bottom:10px;
		}
	#content ul {
		list-style-type:none;
	}
		#content ul li {
			background-image:url(/images/bullet.gif);
			background-repeat:no-repeat;
			background-position: 0 1px;
			padding-left:17px;
			margin-left:25px;
			height:18px;
		}
	#content ol {
		margin-left:25px;
	}
		#content ol li {
			padding:10px;
		}
	#content ol.none {
		margin-left:0px;
		list-style-type:none;
	}
		#content ol li {
			padding:10px;
		}
	#content h2 {
		color:#6666FF;
		font-size:14px;
	}
	#content a:link,
	#content a:visited,
	#content a:active {
		color:#6666CC;
	}
	#content a:hover {
		text-decoration:none;
	}
	#content .border {
		border:1px solid #626fd7;
	}
	#content hr {
		border:none;
		height:1px;
		border-top:1px dashed #626fd7;
	}

/* footer styles */
#footer {
	padding:0 10px;
}
	#footer hr {
		border:none;
		border-top:3px solid #626fd7;
		width:696px;
		margin-bottom:10px;
		text-align:left;
	}
	#footer p {
		margin-bottom:10px;
	}
	#footer a:link,
	#footer a:visited,
	#footer a:active {
		color:#6666CC;
	}
	#footer a:hover {
		text-decoration:none;
	}