body {
	background-image: url(universal/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 0px 30px;
	background-color: #1A3E47;
}
.menuleft {
	background-image: url(universal/menu_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.menuright {
	background-image: url(universal/menu_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.bmenuleft {
	background-image: url(home/bmenu_left.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.bmenuright {
	background-image: url(home/bmenu_right.gif);
	background-repeat: no-repeat;
}
.bottommenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EAEECC;
}
.bottommenu a:link {
	color: #EAEECC;
	text-decoration: none;
}
.bottommenu a:visited {
	color: #EAEECC;
	text-decoration: none;
}
.bottommenu a:hover {
	color: #EAEECC;
	text-decoration: underline;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAEECC;
	line-height: 14px;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #EAEECC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.portfolioborder {
	border: 1px solid #EAEECC;
	background-color: #143F4C;
}
a:link {
	color: #EAEECC;
	text-decoration: underline;
}
a:visited {
	color: #EAEECC;
	text-decoration: underline;
}
a:hover {
	color: #B3CBFB;
	text-decoration: underline;
}

.prominenttext {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF3B4;
	background-color: #0B242C;
	border: 1px solid #FFF3B4;
	margin: 10px;
	height: 30px;
	width: 400px;
}
.infoBox {
  background: #0B242C;
}

.infoBoxContents {
  background: #EAEECC;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.boxText a:link, .boxText a:visited {
	background-image: url(../universal/menu_but.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A3E47;
	margin: 0px;
}
.boxText a:hover {
	text-decoration: underline;
	background-image: url(../universal/menu_but_ov.gif);
	background-repeat: no-repeat;
	background-position: left;
}
