/*Main CSS file sheet*/

body {
	background-color: #ffcccc;
	margin-top: 20px;
	margin-left: 0%;
	background-image: url(../gifs/ue_bg_20x20.gif);	
	}
	
#bannerContainer {
text-align: center;
} 

#bodyContainer {
text-align: center;
} 

#footerContainer {
	text-align: center;
} 

#banner {
	margin-left: auto;
	margin-right: auto:;
	border-bottom-color: #003399;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	padding-bottom: 20px;
	width: 101%;
 
}

#body {
	margin-left: auto;



	margin-right: auto:;
	border-bottom-color: #003399;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	padding-bottom: 20px;
	width: 101%;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: .9em;
 
}

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	border-bottom-style: none;
	width: 101%;
 
}

.imagetable {
	border: 0px none;
	width: 90%;
	
}

#logoAlignCenter {
	text-align: center;
}

#centerAlignTD {
	text-align: center;
	vertical-align: top;
} 

#centerAlignTD_middle {
	text-align: center;
} 

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #003399;
}
.maintable {
	border: 0px none;
	background-color: #CCCCFF;
}
.tddashedline {
	border: thin dashed #999999;
}
#imgBorder {
	border: 10px solid #003399;
}

#borderTD {
	border-color: #003399;
	border-width: thin;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
}

#borderTable {
	border-color: #003399;
	border-width: thin;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}
