/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #959494;
	background-image: url(images/mainBgr.jpg);
	background-repeat: repeat-x;
	color: #666666;
}
p {
	padding: 10px 0;
	text-align: justify;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
}
h5 {
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0;
}
ul {
	padding: 10px 0;
}
li {
	margin: 10px;
	list-style-position: inside;
	list-style-image: url(images/bullet.jpg);
}

.floatRightMargin {
	margin: 0 0 10px 10px;
	float: right;
}
.formStyle {
	background-color: #B6B4C5;
	background-image: url(images/formBgr.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}
.redText {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.flash { padding-top:350px;}
#container {
	width: 800px;
	height: auto;
	margin: 0 auto;
	background-image: url(images/containerBgr.jpg);
	background-repeat: repeat-y;
}
#title {
	width: 800px;
	height: 120px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
}
#titleAni {
	width: 200px;
	height: 48px;
	padding: 2px 0 0 56px;
}
#nav {
	width: 170px;
	height: auto;
	padding: 0 10px 10px 60px;
	font-weight: bold;
	float: left;
	color: #CCCCCC;
}
#content {
	margin: 0 60px 0 240px;
}
#footer {
	width: auto;
	height: 30px;
	margin: 0 60px 0 240px;
	clear: both;
}

:link, :visited {
	color: #AAAAAA;
	font-weight:bold;
	text-decoration: none;
}
:link:hover, :visited:hover {
	color: #333333;
	list-style-image: url(images/bullet2.jpg);
}
:link:active, :visited:active {
	color: #AAAAAA;
}
