body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background_tile.gif);
	background-repeat: repeat;
	font: small Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
	background-color: #ffffff;
	margin: 20px 20px 20px 20px;
	padding: 0px;
	width: 860px;
	border-top: solid 4px #3399ff;
	border-left: solid 4px #3399ff;
	border-right: solid 4px #3399ff;
	border-bottom: solid 4px #3399ff;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_background.jpg);
	background-repeat: no-repeat;
}
html {
	scrollbar-base-color: #0066cc;
	scrollbar-face-color: #0066cc;
	scrollbar-arrow-color: #000099; 
}
#navigation {
	position: relative; left: 0px; top: -4px;
}
table.navbar {
	border-bottom: solid 3px #3399ff;
}
#dropmenudiv{
	position:absolute; 
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 96%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #000099;
	color: white;
}
img.background {position: absolute; top: -4px; left: 0px; z-index:-1;
}
#main {
	position: relative;
	top: 0;
	left 0px;
	width: 100%;
	margin-top: 0px;
}
#content {
	margin: 10px 210px 0 0;
	border-right: 1px dotted #0066cc;	
}
#content .inner a:link, a:active, a:visited {
	text-decoration: underline;
	color: #0066cc;
	font-weight: bolder;	
}
#content .inner a:hover {
	text-decoration: none;
	color: #0066cc;
	font-weight: bolder;	
}
#content .inner {
	margin: 10px; 20px; 10px; 40px;
	padding: 15px;
}
#content .inner h2 {
	color: #0066cc;
	font-size: 140%;
}
#content .inner ul.features {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .inner ul.uses {
	margin-left: 25px; 
	margin-top: 0px;
	padding: 0;
	color: #0066cc;
	list-style-type: disc;
}
#content .inner p {
	color: #0066cc;
}
#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 185px;
	margin-top: 60px;
	padding: 0;
}
table.portfolio {
	border: solid 1px #0066cc;
}
td.portfolio {
	border: solid 1px #0066cc;   			  
}
.title {
	color: #ffffff;
}
#content .inner .portfolio img {
	float: right;
	margin: 5px 5px 5px 11px;
}
input.txt {
 	color: #00008B;
  	background-color: #ffffff;
  	border: solid 1px #0066cc;
  	width: 200px;
}
input.btn {
	color: #ffffff;
	background-color: #0066cc;
	border: solid 1px #0066cc;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 30%;
}
.textarea {
	border:1px solid #0066cc;
	background color: #ffffff;
	color: #000099;
}


