/* ::: RESET ALL MARGINS, PADDING, AND BORDERS ::: */
* { margin: 0; padding: 0; }
IMG { border: 0; }

P, BLOCKQUOTE, UL, OL, DL, FIELDSET, ADDRESS {
	margin-bottom: 1em; }


/* ===============================
		::: PAGE LAYOUT :::
=============================== */

BODY {
	background: #fff url(../images/bg_page.gif) top left repeat-y;
	font: 18px/120% "Times New Roman", Times, serif;
	text-align: justify;
	color: #200c6a; }

H1, H2, H3, H4, H5, H6 { text-align: left; }

/* ===============================
		::: LISTS :::
=============================== */
UL, OL, LI {
	margin-left: 1em;
	text-align: left;}

UL {
	list-style: square; }
	
	LI {
		margin-bottom: .3em;
		list-style-image: url(../images/bullet.gif); }
		
DT {
	font-weight: bold;
	color: #57ABB3; }
	
DD {
	margin: 0 0 1em 1em; }
	
	DD UL {
		margin-left: 0; }
		
		DD LI {
			list-style: none;
			display: inline;
			padding: 0 0 0 .25em;
			margin: 0; }


/* ===============================
		::: MASTHEAD :::
=============================== */

#masthead { }

	#masthead H1 {
		float: left;
		text-indent: -5000px;
		background: transparent url(../images/logo.gif) top left no-repeat;
		width: 232px;
		height: 202px; }

	#masthead H2 {
		float: left;
		text-indent: -5000px;
		background: #fff url(../images/mst_tagline1.gif) top left no-repeat;
		width: 534px;
		height: 225px; }

	#masthead IMG {
		float: left;
		margin-left: -60px;
		margin-top: 25px; }


/* ===============================
		::: MENU :::
=============================== */

#menu {
	float: left;
	clear: left;
	width: 232px;
	font: 18px/160% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; }

	#menu UL {
		list-style: none;
		list-style-image: none;
		margin-left: 10px; }

		#menu LI {
			list-style-image: none;
			margin: 0;
			height: 38px; }

	#menu LI.selected A {
		padding-right: 24px;
		background: transparent url(../images/menu_arrow.gif) 100% 6px no-repeat; }

	#menu A:link,
	#menu A:visited		{ color: #200c6a;
											text-decoration: none; }
	#menu A:hover,
	#menu A:active,
	#menu A:focus		{ color: #461BE5;
										text-decoration: underline; }


/* ===============================
		::: CONTENT :::
=============================== */

#content {
	float: left;
	width: 484px !important;
	width /**/: 534px;
	padding: 25px;
	background: #f1d769; }

#content A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold; }

A:link,
A:visited		{ color: #200c6a; }
A:hover,
A:active,
A:focus		{ color: #461BE5; }

IMG.right {
	float: right;
	margin: 0 0 1em 1em; }

IMG.left {
	float: left;
	margin: 0 1em 1em 0; }

.copyright {
	text-align: center;
	font-size: 13px; }

BODY.links #content A {
	font-size: 12px; }

	