* {
	margin: 0px;
	padding: 0px;
}

BODY {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	background-color: #4195DA;
}

h1 {
	font-size: 34px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

h3 {
	background: url(images/bullet_green.png) no-repeat 1px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 14px;
	padding-left: 23px;
	color: #000000;
	text-align: left;
}

a {
	color: #00008B;
	font-size:14px;
	font-weight: bold;
}

a:hover {
	color: Blue;
}


p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#wrapper {
	margin: 0px auto;
   text-align: left;
   width: 760px;
   padding: 0px;
}

#contentHold {
	margin-top:0px;
	margin-bottom:0px;
	width:760px;
	float: left;
	border: none;
	background: url(images/site_background.jpg) repeat-y;

}

#content {
	margin-top:0px;
	margin-bottom:0px;
	float: left;
	border: none;
	text-align: center;
	zoom: 100%;
}

#header {
	width: 760px;
	margin-bottom: 5px;
}

#logo {
	float: left;
	width: 445px;
	height: 107px;
	min-height: 107px;
	/*background: url(images/site_header.png);*/
}

#intro {
	position: relative;
	float: left;
	margin-top: 3px;
	margin-left: 4px;
	width: 273px;
	height: 88px;
	border: 1px solid navy;
	background: #d6e9f8;
	padding: 8px;
}



#leftSide {
	position: relative;
	float: left;
	width: 160px;
	padding-left: 14px;
	margin-top: 5px;
}

.leftBox {
	border: 1px solid navy;
	background: #d6e9f8;
	position: relative;
	float: left;
	margin-left: 3px;
	margin-bottom: 7px;
	width: 147px;
	padding: 4px;
	font-size: 12px;
}

.leftBox a {
	font-size: 11px;
}

.leftBox img {
	border: 1px solid navy;
}


#menu {
position:relative;
margin:0px;
margin-left: 1px;
padding:0px;
margin-bottom: 10px;
float:left;
width:155px;
clear:both;
text-align: left;
}

.menu {
list-style: none;
margin:0px;
position:relative;
}

ul.menu li {
margin:1px;
padding:0px;
padding-left: 15px;
width:145px;
height:20px;
float:left;
border-top: 1px solid navy;
border-bottom: 1px solid navy;
background: url(images/site_menu-circle.jpg) no-repeat;
}

ul.menu a {
font-size: 11px;
text-decoration: none;
color: #0000CC;
}

ul.menu li:hover {
color: black;
}



#rightSide {
	position: relative;
	float: left;
	width: 560px;
	padding-right: 20px;
	margin-top: 5px;
	margin-left: 5px;
}

.clear {
	clear:both;
}

.box {
	float: left;
	width: 542px;
	background: #d6e9f8;
	border: 1px solid navy;
	margin-bottom: 7px;
	padding: 8px;
	padding-bottom: 10px;
	text-align: left;
}

.boxCam {
	float: left;
	width: 558px;
	background: #d6e9f8;
	border: 1px solid navy;
	padding: 0px;
	margin-bottom: 7px;
	padding-bottom: 10px;
	text-align: left;
}

.boxLight {
	float: left;
	width: 542px;
	background: #d6e9f8;
	border: 1px solid navy;
	margin-bottom: 7px;
	padding: 8px;
	padding-bottom: 10px;
	text-align: left;
}

.boxLight a{
	color: #00008B;
	font-size:12px;
}

.boxLight a:hover {
	color: Blue;
}

.boxIntro {
	font-size: 13px;
	font-style: italic;	
}

.holder {
	width: 450px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.freesites {
	background: #3EB1FA;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 1px solid navy;
	padding: 7px;
	padding-bottom: 20px;
	text-align: left;
}

.sites {
	text-align: left;
	list-style: none;
	height: 580px;
	min-height: 500px;
}

.sites img {
	width: 202px;
	height: 157px;
	border: 1px solid navy;
}

.sites li {
	width: 206px;
	margin-right: 27px;
	margin-bottom: 18px;
	text-align: center;
	position: relative;
	float: left;
}

.imgLeft {
	position: relative;
	float: left;
	clear: left;
	border: 1px solid black;
	margin-right: 3px;
}

.intro {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

.smallLink a {
	font-size: 12px;
}

