body {
	margin: 0;
	padding: 0;
	background-color: #F9F9F9;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	height: 100%;
	line-height: 160%;
}

#main-wrapper {
	margin: 0 auto 40px auto;
	text-align: left;
	background-color: #FFFFFF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	height: 100%;
	width: 760px;
}

#header {
	text-align: right;
	height: 150px;
	background-color: #85A6D2;
	background-image: url(../images/header-background.gif);
}

#separator {
	border-width: 1px 0 1px 0;
	border-color: #000000;
	border-style: solid;
	background-image: url(../images/navigation-background.gif);
	background-color: #EB2121;
	padding: 0 15px 0 0;
	height: 29px;
	line-height: 29px;
	text-align: right;
	font-weight: bold;
	color: #fff;
	font-size: 90%;
}

#navigation {
	float: left;
	width: 180px;
	padding: 10px 0px 20px 0px;
	background-color: #FAFAFA;
	border-width: 0 1px 1px 0;
	border-color: #CCCCCC;
	border-style: solid;
}

#login {
	margin: 20px 10px 0px 10px;
	color: #666666;
}

#content-container {
	margin-left: 200px;
	margin-right: 20px;
}

#footer {
	clear: both;
	padding-top: 30px;
	color: #999999;
	text-align: center;
	font-size: 80%;
}

/*--------------------------------------------     LINKS     --------------------------------------------*/

a {
	text-decoration: none;
	color: #EB2121;
}

a:hover {
	text-decoration: underline;
}

#navigation a {
	display: block;
	padding: 3px 15px 3px 15px;
	text-decoration: none;
	font-size: 80%;
	color: #666666;
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-left: 7px;
	width:80%;
}

#navigation a:hover {
	color: #EB2121;
	background-color: #F4F4F4;
	border-color: #EB2121;
	border-width: 0 0 0 4px;
	border-style: solid;
	text-decoration: none;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	/*color: #B35A00;*/
	color: #4991EA;
}

/*--------------------------------------------     TEXT     --------------------------------------------*/

h1 {
	font-size: 180%;
	line-height: 120%;
/*	color: #274D7C;*/
	color: #4991EA;
	font-weight: normal;
	padding-bottom: 7px;
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #999999;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #4991EA;
}

h3 {
	font-weight: bold;
	color: #4991EA;
	font-size: 100%;
	margin: 0;
}

#content-container p {
	margin: 20px 0 20px 0;
}
/*---- CRG - change the #navigation h3 text-align from right to left  ----*/
#navigation h3 {
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #CCCCCC;
}

blockquote.alert {
	font-size: 90%;
	color: #660000;
	border-width: 1px;
	border-style: solid;
	border-color: #990000;
	margin: 10px 5px 10px 5px;
	padding: 5px;
	background-color: #FFECEC;
	text-align: center;
}

td {
	vertical-align: top;
}

.grey-bg {
	background-color: #F6F6F6;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

.margin-bottom-20px {
	margin: 0 0 20px 0;
}

.light-grey-text {
	color: #999999;
}
/*--------------------------------------------     IMAGES     --------------------------------------------*/

.header-left {
	float: left;
}

.floatRight {
	float: right;
}

/*--------------------------------------------     FORMS     --------------------------------------------*/

#login input {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	padding: 2px;
}

#login input.button {
	background-color: #FFFFFF;
}