body {
}
/************************************************/
hr {
	height:1px;
	border:0;
	background:#663399;
	color:#663399;
}
hr.content {
	height:1px;
	border:0;
	background:#663399;
	color:#663399;
}
div.hr {
	clear:both;
	float:left;
	width:96%;
	margin:0 2% 1.5em 2%;
}
/************************************************/
.col_mid, .col_left {
	float:left;
	position:relative;
	width:100%;
}
.col_1, .col_2, .col_3 {
	float:left;
	position:relative;
	overflow:hidden;
}
.col_mid {
	right:20%;
}
.col_left {
	right:60%;
}
.col_1 {
	width:56%;				/* width of center column content (column width minus padding on either side) */
	left:102%;				/* 100% plus left padding of center column */
}
.col_2 {
	width:16%;				/* Width of left column content (column width minus padding on either side) */
	left:26%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.col_3 {
	width:16%;				/* Width of right column content (column width minus padding on either side) */
	left:90%;				/* Please make note of the brackets here:(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/************************************************/
#container {
	clear:both;
	float:left;
	width:100%;
	background-color:#FFFFFF;
}
/************************************************/
#header {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
}
#header .col_mid {
	right:30%;
}
#header .col_left {
	right:40%;
}
#header .col_1 {
	width:36%;				/* width of center column content (column width minus padding on either side) */
	left:102%;				/* 100% plus left padding of center column */
	margin-top:2em;
}
#header .col_2 {
	width:26%;				/* Width of left column content (column width minus padding on either side) */
	left:36%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	margin-top:1.5em;
	padding-bottom:1.5em;
}
#header .col_3 {
	width:26%;				/* Width of right column content (column width minus padding on either side) */
	left:80%;				/* Please make note of the brackets here:(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	margin-top:4em;
}
/************************************************/
#footer {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
}
#footer .col_mid {
	right:30%;
}
#footer .col_left {
	right:40%;
}
#footer .col_1 {
	width:36%;				/* width of center column content (column width minus padding on either side) */
	left:102%;				/* 100% plus left padding of center column */
	margin-top:0.7em;
}
#footer .col_2 {
	width:26%;				/* Width of left column content (column width minus padding on either side) */
	left:36%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	padding-bottom:1.5em;
}
#footer .col_3 {
	width:26%;				/* Width of right column content (column width minus padding on either side) */
	left:80%;				/* Please make note of the brackets here:(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	margin-top:1em;
}
/************************************************/
#content {
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
	text-align:left;
	background:#BFCFE1;
	border-top-style:solid;
	border-top-color:#663399;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#663399;
	border-bottom-width:1px;
}
#content .col_mid {
	background-image:url(../images_site/logo_bkgrd_right.gif);
	background-position:right top;
	background-repeat:repeat-y;
}
#content .col_left {
	background:#BFCFE1;
}
#content .col_1 {
	margin-top:1em;
	padding-bottom:1em;
}
#content .hr {
	clear:both;
	float:left;
	width:100%;
	height:1px;
	margin:0 0 1em 0;
	background-color:#663399;
}
#content .side_images, .side_info {
	min-height: 10px;
}
#content .side_images {
	padding-bottom: 10px;
}
/************************************************/
#menu {
	font-weight: bold;
	color: #663399;
}
#menu p.sub_menu {
	padding-left: 20px;
}
#menu p.sub_sub_menu {
	padding-left: 40px;
}
/************************************************/
#regions_menu {
	float: left;
	clear: both;
	width: 100%;
	padding: 1em 0 1.7em 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #663399;
	text-align: center;
}
/************************************************/
