.prop {
   height:350px;
   float:right;
   width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}  
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin: auto;
	padding: 0px;
}
#content {
	position: relative;
	width: 580px;
	text-align: left;
	margin-left: 210px;
	padding-top: 10px;
	min-height: 350px;
}
#left-bar {
	background: #8397DD;
	position: relative;
	height: 100%;
	width: 200px;
	float: left;
}

#awmAnchor-menu {
	text-align: left;
	position: relative;
	width: 800px;
	margin: 10px auto;
	border: 1px solid #006;
	background: url(../images/general/menu_background.gif) repeat-y scroll left;
}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #006;
}
h2 {
	font-weight: bold;
	color: #006;
	font-size: small;
}
#header {
	background-color: white;
	text-align: left;
	margin: auto;
	width: 800px;
	height: 111px;
	position: relative;
}
#banner {
	height: 106px;
}
.profile-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
span.right {
    text-align: right;
    float: right;
}
.italic {
	font-style: italic;
}
.super {
	vertical-align: super;
	font-size: .7em;
}
.bold {
    font-weight: bold;
}
.small-text {
	font-size: .9em;
}
.large-text {
	font-size: 1.2em;
}
a img {
	border: none;
}
hr {
	color: gray;
	background-color: gray;
	border: 0;
	height: 1px;
}
/**************** Links *************************/
#links-header {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.link {
	float: left;
	width: 193px;
	text-align: center;
}
/************** End Links **********************/	
