body {
	margin: 0px;
	font: 75%/1.5em Verdana, Helvetica, Arial, sans-serif;
	background: #e5e5e5;
	color: #444444;
}
table, td, tr, th, input, textarea, select {
	font-size: 100%;
}
a {
	text-decoration: underline;
	color: #354A55;
}
a:hover {
	text-decoration: underline;
	color: #5B7F93;
}
p {
	margin-bottom: 15px;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 970px;
}
#header {
	background: url(/images/header.png);
	height: 200px;
}
#middle {
	margin: 0px;
	padding-right: 55px;
	padding-left: 55px;
	background: url(/images/middle.png);
	clear: both;
}
#loginbox {
	background: url(/images/login-bg.png);
	padding: 20px;
	margin: 0px;
	width: 233px;
	height: 281px;
	float:right;
}
#welcome {
	float: left;
	width: 345px;
	font: 0.95em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
}
#bottom {
	background: url(/images/footer.png) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 55px;
	clear: both;
}
#footer {
	font-size: 10px;
	color: #909090;
	padding-left:10px;
	margin-bottom:20px;
}
#footer a{
	color: #909090;
	text-decoration:none;

}

#footer a:hover{
	color: #909090;
	text-decoration:underline;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.button {
	BORDER-RIGHT: 1px outset;
	PADDING-RIGHT: 1px;
	BORDER-TOP: 1px outset;
	PADDING-LEFT: 1px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(/images/buttonbg.gif);
	PADDING-BOTTOM: 1px;
	MARGIN: 0px 0px 0px 1px;
	BORDER-LEFT: 1px outset;
	CURSOR: hand;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: 1px outset;
	background-image: repeat-x
}
.homebutton {
	BORDER-RIGHT: 1px outset;
	PADDING-RIGHT: 1px;
	BORDER-TOP: 1px outset;
	PADDING-LEFT: 1px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(/images/buttonbg.gif);
	PADDING-BOTTOM: 1px;
	MARGIN: 0px 0px 0px 1px;
	BORDER-LEFT: 1px outset;
	CURSOR: hand;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: 1px outset;
	background-image: repeat-x;
	width:200px;
}
.error {
	BORDER-RIGHT: #ff0000 1px solid;
	BORDER-TOP: #ff0000 1px solid;
	BORDER-LEFT: #ff0000 1px solid;
	BORDER-BOTTOM: #ff0000 1px solid;
	BACKGROUND-COLOR: #ffdede
}
.error TD {
	FONT-SIZE: 10px;
	COLOR: #ff0000;
	FONT-FAMILY: verdana, sans-serif
}
.error .title {
	BACKGROUND-COLOR: #ff9393
}
.error .title TD {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: verdana, sans-serif
}
.success {
	BACKGROUND-COLOR: #E0FFDD;
	border: 1px solid #009700;
}
.success TD {
	FONT-SIZE: 10px;
	COLOR: #006600;
	FONT-FAMILY: verdana, sans-serif
}
.success .title {
	BACKGROUND-COLOR: #BDE7AB
}
.success .title TD {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #006600;
	FONT-FAMILY: verdana, sans-serif
}
.warning {
	BORDER-RIGHT: #A4A200 1px solid;
	BORDER-TOP: #A4A200 1px solid;
	BORDER-LEFT: #A4A200 1px solid;
	BORDER-BOTTOM: #A4A200 1px solid;
	BACKGROUND-COLOR: FFFFDA
}
.warning TD {
	FONT-SIZE: 10px;
	COLOR: #000000;
	FONT-FAMILY: verdana, sans-serif
}
.warning .title {
	BACKGROUND-COLOR: #FFFE83
}
.warning .title TD {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: verdana, sans-serif
}
.info {
	font-size: 10px;
}
.titles {
	font-size: 14px;
	font-weight: bold;
}
/* **************************** Secondary Navigation **********************************/
#nav {
	width: 115px;
	margin: 0px 0px 0px 0px;
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #828282;
}
#nav ul {
	padding: 0 0px 0 0px;
	margin: 0px;
	line-height: 120%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 0px;
}

#nav li {
	background: url(/images/bullet-grey.png) no-repeat 15px 15px;
	padding: 10px 0px 10px 35px;
	text-decoration: none;
	color: #000;
	border-top: 1px solid #e5e5e5;
}
#nav ul li:first-child {
	border-top: none;
}
#nav li a {
	color: #828282;
	text-decoration:none;
}
#nav li a:hover, #nav li.current a {
	text-decoration: underline;
	color:#000000;
}	
#nav li.current {
	background: url(/images/bullet-red.png) no-repeat 15px 15px;
	color: #828282;
	text-decoration: none;
}
#nav li.current a {
	color: #000000;
	text-decoration: none;
}	
#nav li.current a:hover {
	color: #000000;
	text-decoration: underline;
}	

#content {
	float: right;
	width: 690px;
}
#welcome {
	float: left;
	width: 315px;
}
#homeRight {
	float: right;
	width: 320px;
}
.butMaintenance {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
}
.intro {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.butWebdesign {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
}
#portfolio {
	float: left;
	width: 600px;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
}
#portfolio img {
	float: left;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
}
