@charset "utf-8";

* {
	margin:0;
	border:0;
	padding:0;
}

body {
	background:url(img/bg.jpg) repeat;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 18px;
	color:#000033;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

h2 {
	font-size: 16px;
	color:#000033;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

h3 {
	font-size: 14px;
	color:#000033;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

a:link {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
	color:#0000ee;
}

.bgcontainer {
	background:url(img/top_bg.jpg) repeat-x;
}

input {
	width: 200px;
	border: 1px solid #999;
}

textarea {
	width: 200px;
	border: 1px solid #999;
}

.container {
	background:url(img/content_bg.png);
	width: 786px;
	margin: auto;
	height: 710px;
}

.topcontainer {
	background:url(img/content_bg_top.png) no-repeat;
	width: 786px;
	min-height: 147px;
	margin: auto;
}

.stretchcontent {
	background:url(img/bg_stretch.png) repeat-y;
	width: 736px;
	margin: auto;
	margin-top: 15px;
	padding: 20px 30px 30px 30px;
}

.header {
	width: 786px;
	margin: auto;
	height: 100px;
	background:url(img/header_bg.png) no-repeat;
}

.nav {
	margin-top: 6px;
	margin-left: 25px;
}

.nav li {
	display: inline;
	list-style: none;
	margin-right: 30px;
	font-size: 16px;
}

.nav a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.nav a:hover {
	color:#CCC;
	text-decoration:none;
}

.content {
	width: 732px;
	margin-top: 35px;
	margin-left: 28px;
}


.content {
	width: 732px;
	margin-top: 35px;
	margin-left: 28px;
}

.footer {
	font-size: 9px;
	width: 771px;
	margin: auto;
	height: 52px;
	background:url(img/footer_bg.png) no-repeat;
	padding: 6px 15px 0 0;
	text-align: right;
	color:#CCCCCC;
	line-height: 11px;
}

.footer a:link {
	color:#CCC;
	text-decoration:none;
}

.footer a:visited {
	color:#CCC;
	text-decoration:none;
	}

.footer a:hover {
	color: #AAA;
}

.code {
	font-style:italic;
	font-size:10px;
	background: #DDD;
	width: 710px;
	overflow:auto;
	margin: auto;
	padding: 5px;
	margin-right: 10px;
	border: 1px dashed #AAA;
}

.smalltext {
	text-align:right;
	font-size: 9px;
}


