

.grid_0 {
	margin: 0 auto 0 auto;
	width: 960px;	
}

body {
	background-color: gray;
	margin: auto;	
}

img {
	border: 0;
}

.at {
	background:transparent url(images/at.png) no-repeat scroll 0px; 
	width:15px; 
	height:12px; 
	display: inline-table;
	float: none;
}

a {
	color: black;
}

a:hover {
	color: red;
}

/* @group header */
#header {
	background-color: gray;
	margin: 0 auto 0 auto;
	color: white;
	padding: 20px 0 10px 0;
	height: 110px;
	width: 960px;
	display: block;
}

#header_title {
	padding-top: 15px;
	float: left;
}

#header_image {
	display: block;
	float: right;
}

#header_title h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 2.5em;
	font-variant: small-caps;
	font-style: normal;
	font-weight: lighter;
	margin: 0 0;
}

#header_title h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-variant: normal;
	font-weight: lighter;
	font-style: italic;
	margin: 0 0;
}
/* @end */

/* @group Subheader */
.subheader {
	display: block;
	height: 120px;
	width: 906px;
	text-align: center;
	background-color: gray;
	margin: 0 auto 0 auto;
	color: white;
	margin: 0px 27px 20px 27px;
}

.subheader img {
	display: inline-table;
	float: left;
	width: 80px;
	height: 80px;
	padding: 0 5px;
}

.subheader_info {
	display: inline-table;
	float: left;
	text-align: left;
	width: 90px;
	height: 80px;
	line-height: 1.2em;
}

.subheader h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-variant: normal;
	font-weight: lighter;
	font-style: italic;
	margin: 0 0;
	text-align: left;
	padding-bottom: 10px;
}

.subheader_title {
}

.subheader_title h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 2.5em;
	font-variant: small-caps;
	font-style: normal;
	font-weight: lighter;
	margin: 0 0;
}

.subheader_title h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-variant: normal;
	font-weight: lighter;
	font-style: italic;
	margin: 0 0;
}
/* @end */

/* @group newsheader */

.newsheader {
	padding: 0 27px 0 27px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	text-align: left;
	background-color: white;
	margin: 0 auto 20px auto;
	color: black;
}

.newsheader ul {
	margin: 0;
	padding-bottom: 20px;
}

.newsheader h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	margin: 0 0;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* @end */

/* @group Info */
.info * {
	padding: 0;
}

.info {
	/*position: fixed;*/
	float: left;
	width: 115px;
	color: black;
	padding: 20px 27px;
	background-color: white;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.info ul {
	display: block;
	margin: 0 auto;
	padding-left: 20px;
}

.info li {
	line-height: 1.5em;
	font-size: 1em;
}

/* @end */

/* @group Navigation */
#navigation * {
	padding: 0;
}

#navigation {
	/*top: 250px;
	position: fixed;*/
	float: left;
	width: 115px;
	color: black;
	padding: 20px 27px;
	background-color: white;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#navigation ul {
	display: block;
	margin: 0 auto;
}

#navigation li {
	line-height: 1.75em;
	display: block;
	font-size: 1em;
}

#navigation li:hover {
	text-shadow: 1px 1px 4px gray;
}

#navigation li.active a{
	color: red;
	font-weight: bold;
	padding: 0;
}

#navigation li a {
	padding: 0;
	font-weight: normal;
	text-decoration: underline;
	text-align: justify;
	color: black;
}

#navigation li h3 {
	padding: none;
	margin: none;
	font-style: italic;
	font-size: 0.6em;
	line-height: 1.0em;
}

#navigation h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-top: 9px;
	font-style: italic;
	font-size: 1.2em;
}

/* @end */

/* @group Content */
#content {
	float: right;
	width: 722px;
	background-color: white;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 0 27px 27px 27px;
	font-family: Helvetica, Verdana, Arial;	
	color: black;
}

#content h1 {
	padding-top: 27px;
	font-style: italic;
	font-size: 1.2em;
}

#content h2 {
	font-style: italic;
	font-size: 1em;
}

#content ul {
	padding-left: 37px;
}

#content li {
	padding: 5px 0;
}

/* @end */

/* @group Report */
.report { 
	border-collapse:collapse;
	width: 722px;
	font-size: 1em;
}

.report h4 { 
	margin:0px; 
	padding:0px;
}

.report img { 
	float:right;
}

#report ul { 
	margin:10px 0 10px 40px; 
	padding:0px;
}

.report th { 
	background:#7CB8E2 url(images/top_row_bg.png) repeat-x scroll center left; 
	color:#fff; 
	padding:7px 15px;
	text-align:left;
}

.report td { 
	/*background:#C7DDEE none repeat-x scroll center left;*/
	color:#000; 
	padding: 7px 10px;
}

.report tr.odd td {
	/*background:#fff url(images/row_bg.png) repeat-x scroll center left;*/
	cursor:pointer; 
}

.report div.arrow { 
	background:transparent url(images/arrows.png) no-repeat scroll 0px -16px; 
	width:16px; 
	height:16px; 
	display: inline;
	float: right;
}

.report img {
	float: right;
}

.report div.up { 
	background-position:0px 0px;
}
/* @end */

/* @group Footer */

#footer {
	padding: 27px;
	width: inherit;
	float: left;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	color: white;
}

/* @end */

