body
{
	background-color: #002f5f;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;	
}

a:link, a:visited
{
	color: #005cb7;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #003366;
	text-decoration: underline;
}

a.light:link, a.light:visited
{
	color: #ffcc33;
	text-decoration: underline;
}

a.light:hover, a.light:active
{
	color: #ffe28b;
	text-decoration: underline;
}

a.btnLink:link, a.btnLink:visited
{
	color: #FFCC33;
	text-decoration: none;
	background-color: #0157AE;
	padding: 3px;
	border: 1px solid #ffffff;
}

a.btnLink:hover, a.btnLink:active
{
	color: #0157AE;
	text-decoration: none;
	background-color: #FFCC33;
	padding: 3px;
	border: 1px solid #ffffff;	
}

td, .text1
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}

h2
{
	color: #2272C1;
	font-size: 18px;
}

.text2
{
	font-size: 11px;
}

.text3
{
	font-size: 10px;
}

.text4
{
	color: #ffffff;
}

.text5
{
	font-size: 9px;
	color: #666666;
}

.text6
{
	font-size: 11px;
	color: #ffffff;
}

.text7
{
	font-size: 10px;
	color: #ffffff;
}

.header1
{
	font-size: 20px;
	font-weight: normal;
	color: #2272C1;
}

#bodyContent
{
	padding: 18px;
}

#footerContent
{
	padding: 12px;
}

#sideBar
{
	background-color: #fff8e3;
	border-left: 1px solid #ffcc33;	
}

#newsItem
{
	border-bottom: 1px solid #ffe28b;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 16px;
}

#promoLeft
{
	padding: 50px 25px 25px 20px;
	background-image: url(../img/promoMyCourses.jpg);
	background-repeat: no-repeat;
	width: 243px;
	height: 161px;	
}

#promoRight
{
	padding: 50px 20px 15px 25px;
	background-image: url(../img/promoRequestCatalog.jpg);
	background-repeat: no-repeat;
	width: 244px;
	height: 161px;
}

#flashMessage
{
	color: #ff0000;
	font-size: 13px;
	padding: 10px;
	font-weight: bold;
	background-color: #D8ECFF;
	border-top: 1px solid #0157AE;
	margin-bottom: 20px;
}

#event
{
	margin: 0px 0px 20px 0px;
	border-right: 2px solid #FFCC33;
	border-bottom: 2px solid #FFCC33;	
	background-color: #FFF8E3;
	padding: 10px;
}

label
{
	border-left: 2px solid #ffcc33;
	padding: 0px 0px 0px 5px;
	color: #003366;
}

.required
{
	color: #0157AE;
	font-weight: bold;
	margin-bottom: 10px;
}

.optional
{
	color: #0157AE;
	margin-bottom: 10px;
}

.error_message
{
	color: #ff0000;
}

table.data
{
	width: 100%;
	/*
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	*/
	border: 1px solid #FFCC33;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 2px;
	white-space: normal;
}

table.data tr.r0 td
{
	background-color: #fff8e3;
}

table.data tr.r1 td
{
	background-color: #ffffff;
}

table.data tr td
{
	font-size: 13px;
	padding: 5px 3px 5px 3px;
}

table.data th
{
	background-color: #FFCC33;
	/*
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	*/
	text-align: center;
	padding: 3px 20px 3px 20px;
	font-size: 13px;
	color: #0157AE;
}

table.data2 tr td
{
	font-size: 11px;
	padding: 5px 10px 0px 0px;
	color: #000000;
}

table.data3
{
	width: 100%;
	border: 1px solid #FFCC33;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 2px;
	white-space: normal;
}

table.data3 tr.r0 td
{
	background-color: #fff8e3;
}

table.data3 tr.r1 td
{
	background-color: #ffffff;
}

table.data3 tr td
{
	font-size: 10px;
	padding: 5px 3px 5px 3px;
}

table.data3 th
{
	background-color: #FFCC33;
	text-align: center;
	padding: 3px 20px 3px 20px;
	font-size: 11px;
	color: #0157AE;
}