/* standard elements */
html {min-height: 100%;}

body {
	background:#FFFFFF;
	font: normal 62.5% Verdana;
	margin-bottom:0px;
	margin-top:0px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Verdana,sans-serif;}
h2 {font: bold 1.4em Verdana, sans-serif;}
h3 {font: bold 1em Verdana,sans-serif;}
h4 {font: italic 1em Verdana, sans-serif;}

h1,h2,h3 {padding-top: 6px; color:#A4A4A4; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	background: #FFFFFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 1100px;
	min-height: 100%;
	border: none;
}

.outer-container {
	background:#FFFFFF;
	padding-bottom: 0px;
	margin: 0 auto;
	border: none;
}

/* header & title */
.header {
	background-image: url('img/banner.png');
	height: 100px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #A4A4A4;
	font: 0.8em Verdana;
	padding-top: 40px;
}

.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	color:#A4A4A4;
	font: bold small-caps 2em Verdana;
	padding-top: 10px;
}

/* path */
.path {
	font: normal 1.1em Verdana,sans-serif;
	padding: 20px 12px;
}
.path a {
	color: #A4A4A4;
	text-decoration: none;
}
.path a:hover {
	/*background:#E1E1E1;*/
	color:#000000;
}
/* main */
.main {
	border-top: 2px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	padding: 8px 12px 18px 0;

}

/* content */
.content {
	float: right;
	width: 84%;
	color:#A4A4A4;
}
.content p {font-family: Verdana,sans-serif;}
.content table {
	table-layout:auto;
}

.content a {
	color:#A4A4A4;
	text-decoration: none;
}
.content a:hover {
	color:#000000;
}

.content a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 10px;
	vertical-align: top;
}

.content a img.last {
	margin-right: 0;	
}

/* navigation */
.navigation {
	float: left;
	width: 120px;
}
.navigation h2 {
	color:808080;
	font: bold 1.2em Verdana;
	line-height: 30px;
	margin: 0;
	padding-top: 15px;
}
.navigation ul {
	padding: 0;
	/*border-top: 1px solid #A4A4A4;*/
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: 808080;
	display: block;
	padding: 28px 0 28px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:link{
	color: #A4A4A4;
}
.navigation li a:active{
	color: #A4A4A4;
}
.navigation li a:visited{
	color: #A4A4A4;
}
.navigation li a:hover {
	background:#E1E1E1;
	color:#000000;
}
/* footer */
.footer {
	color: #A4A4A4;
	font: 1em Verdana;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a{
	color: #BDBDBD;
	text-decoration:none;
}
.footer a:hover{
	color:#F2F2F2;
}