/*<group=General Styles>*/

a img {
    border: 0px;
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
	padding: 3px 5px 3px 0px;
	border-right: 1px dotted #cccccc;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
	padding: 3px 0 3px 5px;
	border-left: 1px dotted #cccccc;
}

body {
	color: #6F6F6F;
	margin: 0px;
	text-align: center;
	background: #ffffff;
	font: 11px/16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

a:link {
	color: #c6380f;
	text-decoration: none;
}

a:visited {
	color: #400080;
	text-decoration: none;
}

a:hover, a:active {
	color: #66ccff;
	text-decoration: none;
}
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;

}


#container {
	width: 800px;
	text-align: left;
	background: repeat-y url();
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}


#contentContainer {
	width: 710px;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 0;
	margin-top: 0px;
	padding-left: 0px;
}

#contentContainer #content {
}

	
/*</group>*/

/*<group=Global Classes>*/

.clearer {
	clear: both;
}

blockquote {

}

h1 {
}

h2 {

}

h3 {

}

.imageStyle {

}


