/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
}

/* misc ---------------------------------------------------------- */

.border {
	border: 2px solid #d1d1d1;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.homeImg {	
	margin: 0 20px 0 0;
}

/* headings & paragraphs ------------------------------------------ */

h1 {
	font-size: 18px;
	margin: 0;
	padding-bottom: 20px;
}
h2 {
	font-size: 16px;
	clear: both;
	color: #666666;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}


p {
	margin: 0 0 10px 0;
}

/* form elements ------------------------------------------------- */

.inputField {
	border: 1px solid #959595;
	background: #FFFFFF;
	height: 15px;
	width: 120px;
	font-size:10px;
}

.selectField {
	border: 1px solid #959595;
	background: #FFFFFF;
	height: 15px;
	font-size:10px;
}

/* divs ---------------------------------------------------------- */


#bodyTop {
	background: url(img/bar_bg.jpg) repeat-x;
	height: 100px;
	text-align: center;
}

#header {
	width: 790px;
	height: 100px;
	margin: 0 auto;
}

#header img {
	border: none;
}

#bodyMiddle {
	background: url(img/body_gradient_bg.jpg) repeat-x top;
}

#main {
	width: 790px;
	margin: 0 auto;
}

#Logo {
	height: 65px;
	background: url(img/gradient_line.jpg) no-repeat bottom;
	padding: 20px 20px 0 20px;
}

#content {
	padding: 40px 20px 20px 20px;
}

#content img {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 2px;
}
.ds {
	padding: 0px;
	display: block;
}
.ds ol {
	padding: 0px;
	display: block;
	margin: 0px;
}

.ds li {
	list-style-position: inside;
	margin: 1px;
	padding: 0px;
	width: 140px;
	float: left;
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 175px;
	list-style-type: decimal;
}
.ds img {
	margin: 3px;
}

#content a {
	color: #666666;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#contentSecond {
	background: url(img/dot.gif) repeat-y center;
}

#footer {
	color: #959595;
	font-size: 10px;
	clear: both;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#footer a {
	color: #959595;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

