@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	background-attachment: fixed;
	background-color: #DDDDDD;
	background-image: url(../images/bg-tile.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

a {
	color: #990000;
}

a:hover {
	color: red;
}

h1 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 28px;
}

h2 {
	font-size: 20px;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
}

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

.content {
	margin: 0 auto;
	height:100%;
}

.contentshadowleft {
	background-image: url(../images/bg-shadowleft.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 23px;
}

.contentmain {
	background-color: white;
	padding: 20px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

.contentshadowright {
	background-image: url(../images/bg-shadowright.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 23px;
}

.imgright {
	border: 1px solid gray;
	margin-left: 15px;
	margin-bottom: 15px;
}

.imgright2 {
	margin-left: 15px;
	margin-bottom: 15px;
}

#header {
	padding-bottom: 15px;
	background-image: url(../images/gray1.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#headerleft {
	float: left;
	width: 50%;
	font-size: 14px;
}

#headerleft strong {
	color: #990000;
}

#headerleft img {
	margin-bottom: 10px;
}

#headerleft a {
	color: black;
	text-decoration: none;
}

#headerright {
	float: right;
	width: 50%;
	text-align: right;
}

#maincontent {
	border-top: 1px dotted silver;
	padding-top: 15px;
}

ul.navigation {
}

ul.navigation li {
	list-style-position: outside !important;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 25px;
	padding-top: 5px;
	margin: 10px !important;
	padding-bottom: 5px;
}

ul.navigation li a {
	color: #990000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

td.navbg {
	border-right: 1px dotted silver;
	background-image: url(../images/bg222.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

ul.navigation li a:hover {
	color:red;
}

#maincontent p {
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#maincontent li {
	list-style-position: outside;
	margin-left: 25px;
	margin-top:5px;
	margin-bottom:5px;
}

#headertag {
	font-style: italic;
	color: #999999;
	margin-top: 15px;
	padding-left: 15px;
}

#footer {
	text-align: center;
	border-top: 1px dotted silver;
	padding-top: 15px;
	color: #999999;
}

#footer a {
	color: #666666;
}
