/* standard elements */

body {
	margin-top:0px;
	font-family: Franklin Gothic Book;
	font-size:0.8em;
	color: #273D54;
	background: #CCCCCC;
}

a {
	color: #273D54;
}

div.container {  
	background: /*#885152*/#FFFFFF;
	width: 760px; 
	margin: auto auto 0px auto;
	border: 5px solid #999999; 		 
}

div.clearer {
	clear: both;
}

div.banner { 
	height: 140px;
	background: #FFFFFF url(../images/header.jpg) no-repeat;
	border-bottom: 1px solid black;
}

div.bannerBorder {
	background: #FFFFFF url(../images/bannerBorder.jpg) no-repeat;
	height: 20px;
}

div.leftmenu {
	font-weight:bold;
	float: left; 
	width: 148px;
}

div.rightcontent {
	float: right; 
	width: 149px;
	font-size: 0.9em;
}

div.content { 
	background: /*#885152*/ #FFFFFF;
	float: left;
	width: 433px;
	min-height:395px;
	padding: 10px;
	border-left: 5px solid #999999;
	border-right: 5px solid #999999;
}

div.footer {
	background: #CCCCCC url(../images/footer.jpg) no-repeat;
	height: 20px;
}

.leftmenu a {	
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid black;
	height: 36px;
	display:block;
}

.leftmenu a:hover {
	background: #273D54;
	color: white;
}

.leftmenu span.text {
	float:left;
	margin-left: 14px;
}

.leftmenu img {
	border:0px;
	margin-top:8px;
}

.rightmenu a {
	line-height: 20px;	
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	display:block;
}

.rightmenu a:hover {
	background: #273D54;
	color: white;
}

.rightmenu span.text {
	float:left;
	margin-left: 14px;
}

.rightcontent div.header {
	font-weight:bold;
	text-decoration: none;
	width: 131px;
	height: 20px;
	display:block;
	margin-top: 25px;
	text-align: center;
}

p.center {
	text-align:center;
}

a img {
	border: none;
}

img {
	margin-bottom: 5px;
}

img.left {
	float: left;
	margin-right:10px;
}

img.right {
	float: right;
	margin-left:10px;
}

img.center {
	display:block;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
}

div.clearParagraph {
	clear: both;
	margin-bottom: 10px;
}

table {
	margin-top: 10px;
	width: 85%;
}

p {
	margin-top: 0px;
}

p.pCenter {
	text-align: center;
}

td p {
	margin-bottom: 10px;
}