/* Mega */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}


/* Content */

#content {
	width: 704px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
}

#rightcolumn {
	float: right;
	width: 424px;
	padding: 0 30px 0 0;
}

#leftcolumn {
	float: left;
	width: 220px;
}

/* MainTextSection */

.MainTextSection {
}

.MainTextSection h2 {
	height: 35px;
	padding-top: 25px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 2em;
}

.MainTextSection h3 {
	font-size: 1em;
	font-weight: bold;
}

.MainTextSection p {
	line-height: 2em;
	text-align: justify;
}

.MainTextSection .blue {
	line-height: 2em;
	text-align: justify;
	color: #549EE9
}


/* MenuTextSection */

.MenuTextSection {
	margin-bottom: 1px;
	background: #C9E1F7 url(images/rtimage1.gif) repeat-y;
	border-bottom: 1px solid #519CE8;
}

.MenuTextSection h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #519CE8;
}

.MenuTextSection ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.MenuTextSection li {
	display: inline;
}

.MenuTextSection a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #EDF4FC url(images/rtimage2.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #519CE8;
}

.MenuTextSection a:hover {
	background: #AACEF3 url(images/rtimage3.gif) no-repeat;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 704px;
	margin: 0 auto;
	border-top: 1px solid #666666;
	background: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 30px 0;
	text-align: center;
	font-size: smaller;
	color: #999999;
}

#footer a {
	color: #999999;
}

