/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	background-color: #EFF4FC;
}

img {
	border: 0px;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

input, textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	color: #003399;
}

h2 {
	font-size: 14px;
	color: #990000;
}

/* id's */
#logo {
	width: 800px;
	height: 100px;
	background: #eeeeee;
	border-color: #666666;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	margin-left: auto;
	margin-right: auto;
	background-image: url('layout-images/title.jpg');
}

#navigation {
	width: 800px;
	height: 26px;
	background: #aaaaaa;
	border-color: #666666;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	margin-left: auto;
	margin-right: auto;
}

#navigation ul {
	float: left;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#navigation li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-color: #777777;
	border-right: 1px solid;
}

#navigation a {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	height: 15px;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	border-color: #ffffff;
	border-top: 1px solid;
	border-left: 1px solid;
	background-image: url('layout-images/nav_item_bg.png');
	background-repeat: repeat-x;
}

#navigation .blank {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-color: #777777;
	border-right: 1px solid;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation_blank {
	padding: 2px 5px 0px 5px;
	height: 18px;
	border-color: #ffffff;
	border-top: 1px solid;
	border-left: 1px solid;
}

#content {
	padding: 20px 5px 5px 5px;
	width: 790px;
	/*height: 280px;*/
	border-color: #666666;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#footer {
	width: 790px;
	padding: 5px;
	text-align: center;
	border-color: #666666;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	background: #eeeeee;
	margin-left: auto;
	margin-right: auto;
}

/* classes */
.dashed_line_top {
	border-top: 1px dashed #aaaaaa;
	padding: 5px;
}

.dashed_line_bottom {
	border-bottom: 1px dashed #aaaaaa;
	padding: 5px;
}
