﻿/* CSS Document */

body {
	background-color: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/mainBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}

.mainTable {
	padding: 0px;
	width: 1032px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

.formBox {
	background-image: url(../images/idl_r4_c2.jpg);
	background-repeat: no-repeat;
	height: 212px;
	width: 337px;
	font-size: 12px;
}

.formTable {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}

.formOption {
	text-align: left; 
}

.formText {
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(../images/idl_r8_c1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 78px;
	width: 658px;
	font-size: 12px;
	line-height: 14px;
}

.bottom a {
	color: #FFF; 
}

.bottom a:hover { 
	color: #FC0; 
}

