body {
	margin: 0px; 
	background-color: #c0c0c0; 
	background-repeat: repeat-x; 
	font-family: Verdana; 
	font-size: 14px		
}

table, tr, td {
	font-family: Verdana;
	font-size: 14px;	
}

#topBar {
	position: absolute; 
	top: 0px; 
	left: 0px;
	background-image: url('../images/top.png'); 
	background-repeat: repeat-x; 
	height: 121px; 
	width: 100%;
	text-align: center;
}

#topBarContent {
	width: 925px; 
	margin: 0 auto; 
	padding: 14px; 
	padding-top: 4px; 
	text-align: right
}

#topBarContentLeft {
	float: left; 
	width: 160px; 
	color: #cbeafe; 
	font-size: 12px; 
	font-weight: normal; 
	text-align: center;
	padding-top: 6px;
}

#topBarContentLeft p {
	margin-top: 0px;
	margin-bottom: 6px;	
}


#topBarContentRight {
	font-weight: bold; 
	text-align: right; 
	font-size: 14px;
	font-style: italic;
	height: 20px;	
	margin-top: 10px;
	color: #cbeafe;
}

#topBarContentLinks {
	margin-top: 10px;
	height: 32px; 
	text-align: right;
}

#topBarContentLinks ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px
}

#topBarContentLinks ul li {
	padding: 0px;
	float: right; 
	margin-left: 9px;	
}

#topBarContentLinks ul li img {
	border: none;
}

#topBarContentLinks ul li a {
	display: block;
	padding: 2px;
}


#page {
	background-image: url('../images/contentbg.png'); 
	width: 945px; 
	margin: 0 auto; 
	padding: 4px;
	padding-bottom: 0px; 
	padding-top: 118px;	
}

#pageFooter {
	width: 933px;
	margin: 0 auto;
	padding: 6px;
	color: #666;
	font-size: 12px;
	text-align: center;
}

#pageFooter a {
	text-decoration: none;	
	color: #444;
}

#pageFooter a:hover {
	text-decoration: underline;		
}

#pageShadow {
	background-image: url('../images/contentbottom.png'); 
	width: 953px; 
	margin: 0 auto; 
	padding: 0px; 
	height: 4px;
}


#pageContent {
	padding: 12px;
	color: #404050;
	line-height: 140%;
	text-align: justify;
	padding-top: 20px;
	font-size: 14px;
	font-weight: normal;
}

#pageContent h1, h2, h3 {
	color: #025e99;
}

#pageContent h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;	
	margin-bottom: 10px;
	text-transform: uppercase;
}

#pageContent h2 {
	margin: 0px;
	padding: 0px;	
	font-size: 22px;
	font-weight: normal;
	font-family: Arial;
	margin-bottom: 10px;
}

#page .postTitle {
	color: #025e99;
	display: block;
	font-size: 22px;
	font-weight: normal;
	font-family: Arial;	
	margin-bottom: 2px;
}

#page .post {
	margin-bottom: 20px;	
}

#page p {
	margin: 0px;
	margin-bottom: 16px;	
}

#page .postDate {
	color: #808080;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 6px;
	display: block;
}

#page input, textarea {
	border: solid #666 1px;
	background-color: #ddd;
	padding: 4px;	
	font-size: 14px;
	color: #333;
}

#page a {
	text-decoration: none;
	color: #020280;	
}

#page table {
	margin-bottom: 16px;	
}

#page td {
	padding: 4px;
	color: #404040;	
}

#page td img {
	border: solid #888 1px;	
}

#page .button {
	background-color: #aaa;
	color: black;	
}

#pageWelcomeRight {
	float: right;
	width: 445px;	
}

#pageWelcomeLeft {
	margin-right: 470px;	
}

#pageStandardRight {
	float: right;
	width: 215px;	
}

#pageStandardLeft {
	margin-right: 240px;	
}

.headerImage {
	border-bottom: solid #777 1px;	
}

