/******************** Global ********************/
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #FFFFEB;
	font-family: arial, helvetica, sans-serif;
	font-weight: 600;
	color: #630e0c; /*#966506;*/
	text-align: center;
}
a {
	text-decoration: underline;
	color: #630e0c; /*#966506;*/
	font-weight: bold;
}

a:hover {
	/*color: ED1C24;*/
	text-decoration: none;
}
h1 {
	color: #630e0c; /*#966506;*/ /*#ED1C24;*/
	font-size: 140%;
	font-weight: bold; 
}
h2 {
	/*color: #000;*/
	font-size: 110%;
	font-weight: bold; 
}
td {
	vertical-align:top;
}
/***************** End Global *****************/
/***************** Cons *****************/
#mainCon{
	position:relative;
	top: -23px;
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#headCon{
	position: relative;
	width: 766px;
	height: 180px;
	background: url(../img/main.jpg) no-repeat;
} 
#navCon{
	position: relative;
	/*top: -13px;*/
	z-index: 10;
	width: 766px;
	height: 23px;
	background: #ED1C24; 
	font-size: 80%;
	text-align: right;
	color: #FFF; 
}
#bodyCon{
	position: relative;
	padding: 10px 0 0 10px;
	width: 686px;
	/*color: #000;*/
	font-size: 90%; 
}
#bodyCon img{
	border: #000 1px solid;
}
#bodyCon table{
	width: 100%;
	font-size: 100%;
	text-align:center;
}
#footerCon{
	position:relative;
	left: 0;
	height: 88px; 
	background: url(../img/footer.jpg) no-repeat;
}
/************** End Cons **************/
/************ Micellaneous ************/
#footNotes{
	position: relative;
	top: 52px;
	left: 20px;
	font-size: 60%;
	font-weight: bold;
}
#footNotes a{
	/*color: #000;*/
	background: none;
	padding: 0;
	text-decoration: underline;
}
#box {
	height: 440px;
}
#red{
	position: relative;
	top: 180px;
	height: 23px;
	background: #ED1C24; 
}
#right{
	text-align: right;
}
#show{
	font-size: 105%;
	
}
#show h3{
	font-size: 100%;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
#complete{
	margin-top: 12px;
}
.error{
	color: red;
	font-weight: normal;
}
/********** End Micellaneous **********/
/********** Drop Down Menu ***********/
#jsddm{
	margin: 0;
	padding: 3px:
}
#jsddm li{
	float: right;
	list-style: none;
	text-align: left;
}
#jsddm li a{
	display: block;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
}
#jsddm li a:hover{
	color: #f3a990; /*#f4bca9; #f5c6b6;*/
}
#jsddm li ul{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
#jsddm li ul li{
	float: none;
	display: inline;
	
}
#jsddm li ul li a{
	width: auto;
	background: #ED1C24;
	padding: 3px 6px 6px 6px;
}
/********** End Drop Down Menu *********/
