body {
	margin: 0;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-color: #e3e4e4;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
/*TEXT Properties*/

p {
	font-size: 10pt;
	line-height: 1.2em;
}
h1 {
	font-size: 12pt;
	margin-bottom: 1px;
	color: #FF3300;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 1px;
	color: #FF0000;
}
h3 {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: -1px;
}
/*LINK Properties*/

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	background-color: #CCFFFF;
	text-decoration: underline;
}
a:active {
	background-color: #CCFFFF;
	text-decoration: underline;
}
a.white:link {
	color: #000000;
	text-decoration: none;
}
a.white:visited {
	color: #000000;
	text-decoration: none;
}
a.white:hover {
	color: #FF0000;
	background-color: #FFFF00;
	text-decoration: none;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}
/*LAYOUT Properties*/


div.scroll {
	height: 235px;
	width: 578px;
	overflow: auto;
	border: 0px solid #666;
	padding: 4px;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#3333FF;
	scrollbar-face-color:#CCFFFF;
	scrollbar-highlight-color:#3333FF;
	scrollbar-3dlight-color:#3333FF;
	scrollbar-darkshadow-color:#3333FF;
	scrollbar-shadow-color:#3333FF;
}
div.scroll2 {
	height: 235px;
	width: 400px;
	overflow: auto;
	border: 0px solid #666;
	padding: 4px;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#3333FF;
	scrollbar-face-color:#CCFFFF;
	scrollbar-highlight-color:#3333FF;
	scrollbar-3dlight-color:#3333FF;
	scrollbar-darkshadow-color:#3333FF;
	scrollbar-shadow-color:#3333FF;
}
#nav2list {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#nav2list li {
	padding-left: 10px;
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.nav2list {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.nav2list li {
	padding-left: 10px;
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#strong {
	font-size: 18px;
	font-weight: bold;
}
#white {
	color: #FFFFFF;
	font-weight: bold;
}
#title {
	font-size: 70px;
	font-weight: bold;
	margin-bottom: -5px;
	letter-spacing: -1px;
}
#subtitle {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2.5px;
}
#navcontainer ul {
	height: 26px;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #CCFFFF;
	color: white;
	border-left: 1px #6666CC solid;
	border-right: 1px #6666CC solid;
	width: 786px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 26px;/* fixes Firefox 0.9.3 */
}
#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #3333FF;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
	background-color: #9999FF;
	color: #FF3300;
}
#navcontainer #active {
	border-left: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#portfolio {
	padding: 5px;
	border-bottom: 1px #666666 solid;
	width:660px;
}
#top {
	padding: 5px;
	border-top: 1px #000000 solid;
	border-bottom: 3px #000000 solid;
	background-color: #666666;
	width:790px;
}
#whsm {
	color: #000000;
	text-decoration: none;
}
#body {
	border-left: 1px #6666CC solid;
	border-right: 1px #6666CC solid;
	height: 100%;
}
#navmain {
	padding: 5px;
	line-height: 1.6em;
	height: 100%;
}
#dashedborder {
	border-right: 1px #3333FF dashed;
}

.gallery {
	border-bottom:1px #3333FF dashed;
	padding:10px 0 10px 0;
	margin:0;
}
.gallery2 {
	border-top:1px #3333FF dashed;
	padding:10px 0 10px 0;
	margin:0;
}
#main {
	padding-left:10px;
}