@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/back.jpg);
	margin:0px;
	font-family:Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-size:14px;
}

#headerBack{
	width:100%;
	height:103px;
	background-image:url(images/desktopBack.jpg);
	background-repeat:repeat-x;
}

#header{
	height:103px;
	width:700px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#bodyContent{
	width:668px;
	height:100%;
	border-left:1px;
	border-left-color:#4b4a4a;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#4b4a4a;
	border-right-style:solid;
	background-color:#06628d;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
}

#banner{
	background-repeat:no-repeat;
	background-image:url(images/banner.jpg);
	height:191px;
	width:667px;
		
}

#welcomeText{
	margin-top:20px;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	height:30px;
}

#thisIsThePlace{
	margin-top:20px;
	height:34px;
}

#textContent{
	margin-top:10px;
	margin-left:15px;
	width:635px;
	height:100%;
	border:1px;
	border-color:#333333;
	border-style:solid;
	background-color:#C5F8FC;
}

#heading{
	padding:10px;
	color:#023d56;
	text-align:justify;
	font-weight:bold;
}

#bullets{
	padding:10px;
	color:#333333;
	text-align:justify;
	font-size:12px;
}

#bullets ul{
	margin-top:0px;
	padding-top:0px;
	padding-left:-20px;
}

#bullets li{
	padding-top:5px;
	list-style:square;
}

#emailCap{
	color:#ffcc00;
	margin-top:20px;
	padding:0px 15px;
	font-weight:bold;
}

#emailBox{
	margin-top:20px;
	width:479px;
	height:182px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/emailBox.jpg);
	background-repeat:no-repeat;
}

#footer{
	width:100%;
	height:35px;
	background-image:url(images/footerBack.jpg);
	background-repeat:repeat-x;
}

#footerText{
	text-align:center;
	padding-top:10px;
	font-size:10px;
	color:#333333;
}