/*-- global styles --*/

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/headbackground.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	}
a:link {
	color: #008FD5;
	text-decoration: underline;}
a:visited {
	color: #008FD5;
	text-decoration: underline;}
a:hover {
	color: #0054A5;
	text-decoration: underline;}
a:active {
	color: #0054A5;
	text-decoration: underline;}

/*-- header styles --*/
.topNav {
	font-size: 12px;
	padding-bottom: 40px;
	color: #999999;
	padding-top: 10px;
	padding-right: 15px;}
.topNav a:link {
	color: #999999;
	text-decoration: none;}
.topNav a:visited {
	color: #999999;
	text-decoration: none;}
.topNav a:hover {
	color: #0054A5;
	text-decoration: none;}
.topNav a:active {
	color: #0054A5;
	text-decoration: none;}

/*-- content styles --*/

.logo {
	margin-top: 80px;
	margin-left: 20px;}
#mainContent p {
	color: #333333;
	font-size: 12px;
	line-height: 17px;}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight: normal;
	font-size: 24px;}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0054A5;
	font-weight: normal;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#mainContent h2 a:link,h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0054A5;
	font-weight: normal;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-decoration:none;
}
#mainContent h2 a:hover,h2 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #008FD5;
	font-weight: normal;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-decoration:none;
}	
#mainContent h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #0054A5;
	font-weight: normal;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 16px;}
#mainContent ul {
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}

#mainContent h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333333;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 12px;}
.portName {
	font-size: 12px;
	font-weight: bolder;
	color: #0054A5;
}
.portDesc {
	font-size: 12px;
	color: #333333;
	padding-bottom: 10px;
}
.portImg {
	margin-top: 20px;
	border: 1px solid #CCCCCC;
}
.portImg-no-border {
	margin-top: 20px;
}

.sideText {
	padding-left: 30px;
	color: #999999;
	font-size: 12px;
	line-height: 17px;
	padding-top: 20px;
	padding-right: 60px;}
#wrapper1 {
	margin-top: 70px;
	margin-bottom: 50px;
	margin-left: 20px;
}

.floatR { float:right; padding-left:15px; padding-bottom:15px;}

/*-- footer styles --*/

#bottomBar {
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: center;}
.footer h3 {
	font-size: 20px;
	color: #0055A6;
	padding-top: 5px;
	padding-bottom: 0px;}
.footer p{
	font-size: 12px;
	color: #999999;
	padding-top: 0px;
	padding-bottom: 10px;}
.bluehost {
	font-size: 12px;
	font-weight: bold;
	color: #0055A6;}
.simple {
	font-size: 12px;
	font-weight: bold;
	color: #0055A6;}
.sites {
	font-size: 12px;
	color: #008FD5;}
.footer a:link {
	color: #999999;
	text-decoration: none;}
.footer a:visited {
	color: #999999;
	text-decoration: none;}
.footer a:hover {
	color: #0054A5;
	text-decoration: underline;}
.footer a:active {
	color: #0054A5;
	text-decoration: underline;}

/* multiple columns */
ul.multiple_columns{
    margin: 0 auto;
    padding: 0;
}