body {
	margin: 0px;
	font-size: 11px; /* Establish base font size in pixels, but use em units from hereafter for sizing based on this size */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

a {
	color: #1E4A66;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}

li {
	line-height: 1.8em;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 760px;
}

#header {
	margin-bottom: 5px;
	padding: 10px 0 0 10px;
	height: 140px;
	background: url(../images/header-background.png) top left repeat-x;
}
#header h1 {
	margin: 0;
	padding: 0;
	width: 433px;
	height: 126px;
	text-indent: -9999px;
	background: url(../images/logo.png) top left no-repeat;
	overflow: hidden;
}
#header h2 {
	display: none;
}

#navigation {
	margin-bottom: 5px;
	height: 3em;
	background: url(../images/nav-background.png);
}

#navigation-menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation-menu li {
	float: left;
	margin-right: 14px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}

#navigation-menu li a {
	color: #000000;
	text-decoration: none;
}

#submenu {
	border-top: solid 1px #5d098e;
	border-bottom: solid 1px #5d098e;
	background-color: #c8d9e2;
	text-align: right;
	font-size: 10pt;
	padding-right: 20px;
}
#submenu a, #submenu a#hover {
	text-decoration: none;
	color: black;
	padding: 0px 10px;
}

#home-content {
	margin-bottom: 5px;
}

#side-content {
	float: left;
	width: 177px;
	margin-right: 10px;
}

#main-content {
	float: left;
	width: 573px;
}

#user-tools {
	float: left;
	margin: 0 5px 0 0;
	padding: 1em 10px;
	width: 240px;
	height: 20.5em;
	min-height: 180px;
	background: url(../images/user-tools-background.png) top left;
}

.photo {
	float: left;
	margin: 0;
	padding: 1em 10px;
	width: 225px;
	height: 20.5em;
	min-height: 180px;
	background: #83A7BD;	
}
.photo.photo1 {
	margin-right: 5px;
	background: #83A7BD url(../images/home-photo-1.jpg) top left no-repeat;	
}
.photo.photo2 {
	background: #83A7BD url(../images/home-photo-2.jpg) top left no-repeat;	
}

#login-form {
	margin-bottom: 10px;
	text-align: center;
}

#login-form h2 {
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: -9999px;
	width: 100%;
	height: 16px;
	line-height: 16px;
	background: url(../images/current-users.png) top center no-repeat;
	overflow: hidden;
}

#login-form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login-form fieldset div {
	margin-bottom: 10px;
}

#login-form fieldset div label {
	display: block;
}

#new-user-links {
	margin-bottom: 5px;
}

#new-user-links h2 {
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: -9999px;
	width: 100%;
	height: 16px;
	line-height: 16px;
	background: url(../images/new-users.png) top center no-repeat;
	overflow: hidden;
}

#new-user-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#new-user-links ul li {
	float: left;
	margin-left: 5px;
	padding-right: 5px;
	line-height: 14px;
	border-right: 1px solid #000000;
}

#new-user-links ul li.first {
	margin-left: 0;
}

#new-user-links ul li.last {
	padding-right: 0;
	border-right: none;
}

#new-user-links ul li a {
	
}

#information {
	
}
#information div {
	float: left;
	margin-right: 5px;
	padding: 10px;
	width: 357px;
	height: 120px;
	background: url(../images/information-background.png) top left;
	overflow: hidden;
}
#information div h3 {
	text-align: center;
}
#information #cme-information {
	width: 358px;
}
#information #contact-numbers {
	margin-right: 0;
}

#footer {
	clear: both;
	padding: 5px 0;
	border-top: 1px solid #c8d9e2 ;
	margin: 10px auto 0 auto;
	overflow: hidden;
	width: 760px;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #999999;
}

#footer ul li.last {
	padding-right: 0;
	border-right: none;	
}

#footer ul li a {
	
}

#footer .tagline {
	float: right;
}

.clear {
	clear: both;
}
.centered-list-container {
	width: 100%;
	overflow: hidden;
}
.centered-list-container ul {
	position: relative;
	float: left;
	left: 50%;
}
.centered-list-container ul li {
	position: relative;
	float: left;
	right: 50%;
}

div.pageTitle {
	border-bottom: solid 1px #c8d9e2;
	width: 760px;
	margin-bottom: 4px;
}
h2.pageTitle {
	margin-top: 4px;
	margin-bottom: 4px;
	color: #1E4A66;
	font-size: 1.1em;
	line-height: 2em;
	text-transform: uppercase;
}

.tablecontent td, .tablecontent th {
	font-size: 9pt;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tablecontent tr.highlight td {
	background-color: #eee;
}

.smallPlain {
	font-family: Times, Times New Roman serif;
	font-size: 11px;
}
.smallRed {
	font-family: Times, Times New Roman serif;
	font-size: 11px;
	color: #CC0000;
}
.smallBold {
	font-family: Times, Times New Roman serif;
	font-size: 11px;
	font-weight: bold;
}
.textMedPlain {
	font-family: Times, Times New Roman serif;
	font-size: 12px;
	line-height: 17px;
}
.textMedItalic {
	font-family: Times, Times New Roman serif;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
}
.parHeaderBold {
	font-family: Times, Times New Roman serif;
	font-size: 13px;
	font-weight: bold;
}
.textMedBold {
	font-family: Times, Times New Roman serif;
	font-size: 12px;
	font-weight: bold;
}
link {
	font-family: Times, Times New Roman serif;
	color: #999999;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}
.smallBoldLink {
	font-family: Times, Times New Roman serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.medBoldWhite {
	font-family: Times, Times New Roman serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.medBoldLinkUL {
	font-family: Times, Times New Roman serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
.smallBoldLinkUL {

	font-family: Times, Times New Roman serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.lgHeaderBlk {
	font-family: Times, Times New Roman serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.lgHeaderRed {
	font-family: Times, Times New Roman serif;
	font-size: 17px;
	font-weight: bold;
	color: #CC0000;
}
.medTextRed {
	font-family: Times, Times New Roman serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.medTextRedItalic {
	font-family: Times, Times New Roman serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #CC0000;
}
.textMedBoldGrey {
	font-family: Times, Times New Roman serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.footerLinks {
	font-family: Times, Times New Roman serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.lgBoldLinkUL {
	font-family: Times, Times New Roman serif;
	font-size: 17px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
.medTextGreen {
	font-family: Times, Times New Roman serif;
	font-size: 12px;
	font-weight: bold;
	color: #669900;
}
.vrySmallText {
	font-family: Times, Times New Roman serif;
	font-size: 10px;
	color: #000000;
}
.medTextBlack {
	font-family: Times, Times New Roman serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* CC overrides. */

.lcb .feact {
	color: #634185;
}
