/* CSS Document */

/* GENERAL */

body {
	background-color: #999999;
	margin-top: 40px;
	margin-left: 0px;
	text-align: center;
}
div, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
h1 {
	font-size: 12px;
	color: #333333;
	background-image: url(../images/head_crop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: lowercase;
	height: 24px;
	padding-top: 10px;
	padding-left: 18px;
	margin-left: -10px;
	margin-bottom: 3px;
	margin-top: 10px;
	margin-right: 0px;
}
h2 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-left: 18px;
	margin-bottom: 3px;
}
ul {
	list-style-position: outside;
	list-style-type: circle;
	margin: 3px;
}
.boldy {
	font-weight: bold;
}


/* ALIGNING */

.rights {
	text-align: right;
}
.mids {
	text-align: center;
}
.justy {
	text-align: justify;
}
.tops {
	vertical-align: top;
}

/* FORMS */

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 3px;
	margin-bottom: 5px;
	text-align: left;
	width: 150px;
}
input.button {
	text-align: left;
	background-color: #F5F5F5;
	border: 1px outset #CCCCCC;
	font-weight: bold;
	width: 150px;
}
input.text {
	padding-left: 6px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 150px;
}
input.textarea {
	padding-left: 6px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 150px;
}
input.chk-box {
	background-color: #FFFFFF !important;
	width: 12px;
	height: 12px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-bottom: 5px;
	padding-left: 3px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 150px;
}

/* CONTAINERS */

#containerHead {
	width: 888px;
	height: 100px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
}
#containerImage {
	width: 888px;
	height: 200px;
	margin: 0px auto;
	background-color: #999999;
}
#containerFoot {
	width: 888px;
	height: 40px;
	margin: 0px auto;
	background-color: #FFFFFF;
	font-size: 9px;
	color: #B1B1B1;
	text-align: left;
	padding-top: 5px;
}
#containerFoot a {
	color: #B1B1B1;
	text-decoration: none;
}
#containerFoot a:hover {
	color: #666666;
	text-decoration: none;
}
#containerBody {
	width: 888px;
	display: table;
	height: auto;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navIndex {
	width: 888px;
	height: 101px;
	margin: 0px auto;
	border-bottom: 1px solid #FFFFFF;
}
#navContent {
	width: 888px;
	height: 30px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
}
#containerPop {
	width: 350px;
	height: auto;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding: 20px;
}
.borderBottom {
	border-bottom: 1px solid #FFFFFF;
}
.borderRight {
	border-right: 1px solid #FFFFFF;
}
.bodyPads20 {
	padding-right: 20px;
	padding-left: 20px;
}
