body {
background-color: #D2ECFF;
background-image: url(images/bg.jpg);
background-repeat:repeat-x;
background-position:top;
}
a:hover, a:visited, a:active, a:link {
	color: #1072A0;
}
.emailMe {
margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

p {
	padding: 0px;
	margin: 7px;
}
.element {
	padding-top: 0px;
	margin: 0px;
	background-color: #DCF0FE;
	background-image: url(images/pillbase.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px;
	border: #4F7796 5px solid;
	display: table;
}
.toggler {
	margin: 0px;
	padding: 0px;
	height: 40px;
	cursor: pointer;
}
#accordion {
	float: left; 
	background-color: #4F7796;
	padding-bottom: 5px;
	width: 500px;
	margin: auto;
}
#page {
	margin: auto;
	width: 740px;
	background-color: #FFFFFF;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: #4F7796 1px solid;
	display: table;
	padding: 3px;
}
#banner {
	width: 740px;
	height: 121px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
.subLeft {
	float: left;
	width: 227px;
}
.subRight {
	float: right;
	width: 227px;
}
.portSubLeft {
	float: left;
	width: 105px;
}
.portSubRight {
	float:  right;
	width: 105px;
}
.portSubMain {
	float: left;
	width: 305px;
}
.mainLeft {
	width: 470px;
	float: left;
}
#contactMe {
	float: left;
}
.heading1 {
	font-size: 20px;
	font-weight: bold;
}
.displayNone {
	display: none;
}
.copyright {
	text-align: center;
}
.banner {
	
}
.centerText {
	text-align: center;	
}
#message {
	color: #FF0000;
}
