/* ####################  LAYOUT  #################### */
body {
	background-attachment: fixed;
	background-image: url(i/page_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#e6e6e6;
	margin:0px;
	padding:0px;
}
#page {
	background-color:#FFF;
	width:820px;
	margin-bottom:30px;
}
#content {
	width:530px;
	float:left;
	padding-left:20px;
}
#sidebar {
	width:188px;
	float:right;
	background-color:#e5e5e5;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:0px;
	text-align:center;
}
.sidebar_box {
	width:156px;
	background-color:#FFF;
	padding:15px;
	margin-bottom:6px;
}
.footer {
	padding-top:10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-bottom-color: #ebebeb;
	border-left-color: #ebebeb;
}
/* ####################  TEXT  #################### */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#000;
	margin-bottom:15px;
}
a:link, a:visited {
	color:#3d4c74;
	text-decoration:none
}
a:hover, a:active {
	color:#39F;
	text-decoration:none
}
.sidebar_box {
	font-size:10px;
	line-height:13px;
}
.sidebar_box a:link, .sidebar_box a:visited {
	color:#333;
	text-decoration:none
}
.sidebar_box a:hover, .sidebar_box a:active {
	color:#39F;
	text-decoration:none
}
h1 {
	font-size:13px;
	line-height:16px;
}
h2 {
	font-size:10px;
	line-height:13px;
	margin-bottom:0px;
}
ul {
	margin-top:10px;
	text-indent:0px;
	padding-left:0px;
	margin-left:0px;
}
li {
	width:230px;
	font-style:italic;
	font-weight:bold;
	line-height:22px;
	list-style-type: none;
	margin-left:10px;
	padding-left:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-bottom-color: #ebebeb;
	border-left-color: #ebebeb;
}
.list_last {
	border-bottom-style: none;
	border-bottom-width: 0px;
}
.footer {
	font-size:10px;
	color:#999;
}

/* #################### GROUP NAV #################### */
#group_nav_container {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:24px;
	background-color:#4f4f4f;
}
#group_nav {
	width:780px;
	font-family: "Verdana", sans-serif;
	color: #FFFFFF;
}
#group_nav a:link, #group_nav a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#group_nav a:hover, #group_nav a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
#group_nav td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:1px;
	padding-right:1px;
	vertical-align:middle;
	text-align:center;
	font-size: 9px;
	color: #FFFFFF;
}
#group_nav .left {
	text-align:left;
	padding-right:0px;
}
#group_nav .right {
	text-align:right;
	width:100px;
}
