body {
	margin: 20px 30px 20px 30px;
	background: #3ef4ff;
	font-family: Verdana, Trebuchet MS, Trebuchet, Arial, Sans-Serif;
	font-size: 11px;
	min-width: 800px;
}

.motd {
	position: absolute;
	top: 118px;
	left: 224px;
	color: white;
}

.mainhead {
	background: url('/images/head.png') repeat-x;
	height: 127px;
	width: 100%;
	min-width: 400px;
}

.menu {
	position: absolute;
	right: 50px;
	top: 128px;
	color: white;
	font-size: 13px;
}

a.white {
	color: white;
	text-shadow: black 2px 2px 0px;
}

a.white:hover {
	color: #dddddd;
}

img.corner {
	display: block;
}

.head {
	background: url('/images/headr.png') no-repeat top right;
}

.maincontent {
	background: url('/images/left.png') white repeat-y;
	width: 100%;
	min-width: 400px;
}

#breadbox {
	background: url('/images/right.png') repeat-y right;
}

#breadcrumbs {
	background: url('/images/breadbox.png') repeat-x;
	height: 26px;
	margin-left: 6px;
	margin-right: 6px;
	padding: 3px 6px 0 12px;
	font-size: 13px;
	color: #222222;
	text-shadow: white 2px 2px 0px;
}

a.crumb {
	font-size: 13px;
	color: #222222;
	text-shadow: white 2px 2px 0px;
}

a.crumb:hover {
	color: #333333;
}

.crumbseparator {
	color: #444444;
	font-weight: bold;
	font-size: 10px;
}

.lastcrumb {
	color: red;
}

.content {
	background: url('/images/right.png') repeat-y right;
	padding: 20px 80px 26px 80px;
	color: #111111;
	text-align: left;
}

.appbar {
	background: #eeeeee url('/images/corner.gif') no-repeat bottom right;
	border: 1px #cccccc solid;
	width: 95%;
	padding: 20px;
	font-size: 13px;
	text-align: left;
}

.primeappbar {
	background: #eeeeee url('/images/corner.gif') no-repeat bottom right;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	padding: 20px;
	font-size: 13px;
	width: 50%;
	text-align: left;
}

.point {
	font-size: 14px;
	color: red;
	text-shadow: silver 2px 2px 0px;
}

.pbox {
	background: #f8f8f8;
	border: 1px #cccccc solid;
	padding: 10px;
}

.primebox {
	background: #f8f8f8;
	border: 1px #cccccc solid;
	padding: 10px;
}

.imagebox {
	background: white;
	border: 1px #cccccc solid;
	padding: 7px;
}

.mainfoot {
	background: url('/images/foot.png') repeat-x;
	height: 58px;
	width: 100%;
	min-width: 400px;
}

.subtext {
	font-size: 11px;
}

.foot {
	background: url('/images/footr.png') no-repeat top right;
}

.footl {
	background: url('/images/footl.png') no-repeat;
	
}

.copyright {
	font-size: 11px;
	color: #444444;
	text-align: center;
}

a {
	text-decoration: none;
	color: #444444;
	text-shadow: white 2px 2px 0px;
}

a:hover {
	color: #666666;
}

a img {
	border: none;
}

a[rel="external"] {
	background: url(images/external.gif) right center no-repeat;
	margin-right: 1px;
	padding: 2px 12px 2px 2px;
}
