/* main.css */
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0;
	padding: 0;
	text-align: center;
}
.entryPage {
	background: #004670;
}
.mainPage {
	background: #DEDEDE;
}
img {
	text-decoration: none;
	border: none;
}

a{
	text-decoration: none;
}
#entry a {
	background-repeat: no-repeat;
	background-position: center top;
	}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#entry { 
	text-align: center;
	padding-top: 260px;
}
#instruct {
	text-align: center;
	padding-top: 60px;
}
#siteInfo {
	width: 100%;
	float: left;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 270px 0px 5px 5px;
	color: #fff;
}

#copyright {
	float: left;
	padding: 0px;
	display: block;
	width: 300px;
	clear: right;
}
#tele{
	float: right;
	display: block;
	white-space: nowrap;
	text-align: right;
	margin-right: 5px;
	width: 200px;
}

/* ****/
.content {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#entry p {
	color: #fff;
	font-family: Tahoma, Vendana, sans-serif;
	font-size: 11px;
}

#instruct p {
	color: #000;
	font-family: Tahoma, Vendana, sans-serif;
	font-size: 11px;
}
#instruct a {
	color: #004670;
	text-decoration: underline;
}
#instruct a:visited{
	text-decoration: none;
	color: #666666;
}
#instruct a:hover {
	text-decoration: none;
	color: #990000;
}

	
