body {
	margin: 0px;
	padding: 0px;
	background: #cccccc;
	font-family: Verdana;
	font-size: 12px;
}

#header {
	background-image:url('images/header.gif');
	background-repeat: no-repeat;
	height: 105px;
	width: 780px;
}

#headerImage {
	width:133px;
	height: 100px;
	float: right;
	margin-top: 2px;
	margin-right: 4px;
}

#navBar {
	width: 780px;
	height: 26px;
	background-image: url('images/nav_bar.gif');
	background-repeat: x-repeat;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	padding-top: 3px;
}

.topNavLink, .topNavLink a, .topNavLink a:visited, .topNavLink a:active {
	padding: 0px 5px;
	display: inline;
	color: #ffffff;
	text-decoration: none;
}

.topNavLink a:hover {
	color: #cccccc;
	text-decoration: underline;
}

.clearit {
	clear:both;
}

#leftColumn {
	width: 209px;
	background-image: url('images/left_bar.gif');
	background-repeat: y-repeat;
	vertical-align: top;
}

#leftColumn li {
	padding: 2px;
}

#leftContent {
	color: #F2E7FB;
	padding: 20px 10px;
	text-align: left;
}

#leftContent a, #leftContent a:visited, #leftContent a:active {
	color: #F2E7FB;
}

#leftContent h2 {
	font-weight: bold;
	font-size: 16px;
}

#rightColumn {
	background: #ededed;
	vertical-align: top;
}

#rightContent {
	padding: 7px 5px;
	text-align: left;
}

#rightContent img {
	border: 1px solid #30154E;
	margin: 4px;
}

#footer {
	width: 780px;
	height: 18px;
	background-image: url('images/nav_bar.gif');
	background-repeat: x-repeat;
	text-align: center;
	color: #ffffff;
	padding-top: 2px;
}

.divider {
	height: 3px;
	background-image: url('images/left_seperator.gif');
	margin: 5px 0px;
}

.footerLink, .footerLink a, .footerLink a:visited, .footerLink a:active {
	padding: 0px 5px;
	display: inline;
	color: #ffffff;
	text-decoration: none;
}

.footerLink a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#rightContent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #5B2597;
}