/* CSS Document */

#wrapper {
	margin:0 auto;
	margin-bottom:0;
	width:771px;
	text-align: left;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	min-width: 770px;
	background-color: #FFFFFF;
}
.normalText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #223E54;
}

.normalBoldText {
	font-size: 11px;
	color: #A17A40;
	font-weight: bold;
}
.normalBoldText2 {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
.normalBoldText3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #223E54;	
	font-weight: bold;
}
.mediumText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A17A40;
}
.mediumBoldText {
	font-size: 12px;
	color: #223E54;
	font-weight: bold;
}
.mediumTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #223E54;
	font-weight: bold;
}
.largeTitle {
	font-size: 18px;
	color: #223E54;
	font-weight: bold;
}
.largeTitle2 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

#menu
{
		 width:210px; 
		 height:214px; 
		 background-image:url(img/nav.jpg); 
		 background-repeat:no-repeat;
		 padding-top:6px;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:12px;
		 text-align:left;
		 color: #223E54;
		 font-weight:bold;
		 overflow:hidden;
}

#menu a {
         display: block;
		 padding-left:15px;		 
         /* float: left; no need for this */
         /* border: 1px dashed red; /* debug display */
}
#menu a#linkStyles {
		padding-top:8px;
		height: 26px;
		width: 205px;
		margin-bottom:1px;
}
#menu a:link {
	color: #223E54;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #223E54;
}
#menu a:hover {
	text-decoration: underline;
	color: #A17A40;
}
#menu a:active {
	text-decoration: none;
	color: #223E54;
}

#whiteLink a:link {
	color: #FFF;
	text-decoration: none;
}
#whiteLink a:visited {
	text-decoration: none;
	color: #FFF;
}
#whiteLink a:hover {
	text-decoration: underline;
	color: #FFF;
}
#whiteLink a:active {
	text-decoration: none;
	color: #FFF;
}

#blueLink a:link {
	color: #223E54;
	text-decoration: none;
}
#blueLink a:visited {
	text-decoration: none;
	color: #223E54;
}
#blueLink a:hover {
	text-decoration: underline;
	color: #223E54;
}
#blueLink a:active {
	text-decoration: none;
	color: #223E54;
}

#goldLink a:link {
	color: #A17A40;
	text-decoration: none;
}
#goldLink a:visited {
	text-decoration: none;
	color: #A17A40;
}
#goldLink a:hover {
	text-decoration: underline;
	color: #A17A40;
}
#goldLink a:active {
	text-decoration: none;
	color: #A17A40;
}

