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

a:hover {
	color: #ED1C24;
	/*background: #ED1C24;
	padding: 3;*/
	text-decoration: none;
}
h1 {
	color: #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: -23;
	width: 766px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../img/main.jpg) no-repeat;
	/*border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;*/
} 
#navCon{
	position: relative;
	top: 182;
	width: 766;
	height: 23px;
	background: #ED1C24; 
	font-size: 80%;
	text-align: right;
	color: #FFF; 
}
#navCon ul, li{	
	display: inline;	
	list-style-type:none;
}
#navCon ul{
	position: relative;
	top: 4;
}
#navCon li{
	padding: 0 20 0 0;
}
#navCon li a{
	color: #fff;
	text-decoration: none;
}
#navCon li a:hover{
	color: #f3a990; /*#f4bca9; #f5c6b6;*/
	padding: 0;
}
#bodyCon{
	position: relativte;
	padding: 190 0 0 40;
	width: 686;
	color: #000;
	font-size: 80%; 
}
#bodyCon img{
	border: #000 1px solid;
}
#bodyCon table{
	width: 100%;
	font-size: 100%;
	text-align:center;
}
#footerCon{
	position:realtive;
	left: 0;
	height: 88; 
	background: url(../img/footer.jpg) no-repeat;
}
/************** End Cons **************/
/************ Micellaneous ************/
#footNotes{
	position: relative;
	top: 52;
	left: 20;
	font-size: 60%;
	font-weight: bold;
}
#footNotes a{
	color: #000;
	background: none;
	padding: 0;
	text-decoration: underline;
}
#box {
	height: 440px;
}
#red{
	position: relative;
	top: 182;
	/*width: 766;*/
	height: 23px;
	background: #ED1C24; 
}
/********** End Micellaneous **********/
