/* body defaults */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bluestripe_bkgrd.gif);
}
.text {
	line-height: 1.75em;
}
.bold {
	font-weight: bold;
}




body a:link, body a:visited {
	color:#000099;
	text-decoration:none;
}

body a:hover {
	text-decoration:underline;
}

#wrapper {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
}
#bodywrap {
	width: 737px;
	float: left;
	background-color: #e5e5cc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/bamboo.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}

/* nav bar code */

#headwrap {
	float: left;
	width: 740px;
}
#navbar {
	background-color: #999966;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 15px;
	height: 24px;
	width: 537px;
}
#navbar ul li a {
	float: left;
	display: block;
	margin-right: 25px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#navbar ul li a:link, #navbar ul li a:visited {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#navbar ul li a:hover {
	background-image: url(images/topAdTemp.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}


#topAd {
	background-color: #00CCFF;
	height: 58px;
	width: 552px;
	float: left;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(images/topAdTemp.jpg);
	background-position: 0px -25px;
	background-repeat: no-repeat;
}

#logo {
	float: left;
	height: 83px;
	width: 184px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}


/* side bar code */
#sidebar {
	width: 164px;
	padding: 15px 10px;
	float: left;
	color: #333333;
	font-size: .75em;
	
}

#sidebar h1 {
	font-size: 1.25em;
	color: #FFFFFF;
	font-variant: small-caps;
	background-color: #666666;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}



/* footer code */
#footer {
	clear: both;
	background-color: #999966;
	border: 1px solid #FFFFFF;
	padding: 5px;
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: right;
	width: 727px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	background-image:url(images/topAdTemp.jpg);
	background-color: #CCCCCC;
}
#bodycontent {
	padding: 15px;
	float: left;
	width: 522px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	line-height: 20px;
}
#bodycontent h1 {
	font-size: 1em;
	font-variant: small-caps;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #F3F3F3;
}
#bodycontent h6 {
	font-size: .75em;
	font-weight: normal;
	line-height: 1.5em;
}
.boldtitle {
	letter-spacing: .3em;
	font-weight: bold;
	color: #000000;
}
#picbox {
	float: none;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.picBorder {
	border: 1px solid #CCCCCC;
}
#form {
	margin: 0px 25px;
}