body {
	background-color: #1C3442;
	text-align: left;
	margin: 0;
	padding: 0;
	min-height: 101%;
}
.contenttext {
  font-family: Arial;
  font-size: 11px;
  color: #333333;
  text-align: left;
  text-decoration: none;
}
.contenttext a:link {
  color: #233C55;
  text-decoration: underline;
}
.contenttext a:visited {
  color: #233C55;
  text-decoration: underline;
}
.contenttext a:active {
  color: #233C55;
  text-decoration: underline;
}
.contenttext a:hover {
  color: #233C55;
  text-decoration: none;
}
.navigationtext {
  font-family: Arial;
  font-size: 11px;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}
.navigationtext a:link {
  color: #FFFFFF;
  text-decoration: none;
}
.navigationtext a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.navigationtext a:active {
  color: #FFFFFF;
  text-decoration: none;
}
.navigationtext a:hover {
  color: #6A829F;
  text-decoration: none;
}
.smallbluetext {
  font-family: Arial;
  font-size: 10px;
  color: #93A8C1;
  text-align: left;
  text-decoration: none;
}
.smallbluetext a:link {
  color: #93A8C1;
  text-decoration: none;
}
.smallbluetext a:visited {
  color: #93A8C1;
  text-decoration: none;
}
.smallbluetext a:active {
  color: #93A8C1;
  text-decoration: none;
}
.smallbluetext a:hover {
  color: #93A8C1;
  text-decoration: underline;
}
#header ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#header li {
	list-style: none;
	margin-left: 0;
	text-indent: _1em;
	display: inline;
}
#nav a {
	display: block;
	padding-left: 5px;
}
#nav .noncurrent a {
	background-image: none;  
  width: 201px;
}
#nav .noncurrent a:hover {
  background-image: url(images/nav_bg_hover.gif);  
  width: 201px;
  height: 15px;
}
#nav .current a {
	background-image: url(images/nav_bg.gif);
  height: 15px;
}
#nav .current a:hover {
  color: #FFFFFF;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	margin-top: 5px;
	padding: 0;
  width: 201px;
  height: 15px;
}
div#page {
  width: 900px;
  height: 100%;
  margin-top: 50px;
}
div#header {
  width: 560px;
  padding-left: 15px;
}
div#container {
  width: 900px;
  height: 100%;
}
div#contentmain {
  width: 595px;
  height: 400px;
  float: left;  
  margin-top: 10px;
}
div#contenttop {
  width: 593px;
  height: 15px;
  background-image: url(images/content_top.gif);
  background-repeat: no-repeat;
}
div#contentmiddle {
  width: 567px;
  height: 100%;
  background-image: url(images/content_middle.gif);
  background-repeat: repeat-y;
  margin-top: -10px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-right: -5px;
}
div#contentbottom {
  width: 593px;
  height: 15px;
  background-image: url(images/content_bottom.gif);
  background-repeat: no-repeat;
}
div#left {
  float: left;
  width: 255px;
  height: 100%;
  text-align: left;
  padding-top: 10px;
  margin-left: -3px;
}
div#nav {
  margin-top: 25px;
  padding-left: 29px;
  height: 360px;
  background-image: url(images/sideimage.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
div#footer {
  width: 560px;
  padding-left: 15px;
  clear: left;
  position: relative;
  top: -10px;
}
div#footerleft {
  float: left;
}
div#footerright {
  float: right;
  text-align: right;
}
div#portfolioimage {
  text-align: center; 
  padding-top: 30px;
}
table.imagetable {
  border-style: solid;
  border-width: 10px; 
  border-color: #FFFFFF;
  padding: 0;
}
td.imagetd {
  padding: 8px;
}
.form {
	background-color: #FFFFFF;
	border: 1px solid #1C3442;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.formbutton {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
