BODY	{ background: #FFF url('../images/bg_body.gif') repeat-x; margin: 0; padding: 0; border: 0; width: 100%; }

BODY, TD, .NormalText { font-weight: normal; text-decoration: none; font-style: normal; font-family: Palatino Linotype, Times New Roman, Arial, Helvetica, sans serif; font-size: 16px; color: #444444; line-height: 20px; }

.Header		{ color: #506A7E; font-size: 18px; font-weight: bold; line-height: 18px; font-family: Palatino Linotype, Times New Roman, Arial, Helvetica, sans serif; text-transform: uppercase; }
.Subheader	{ color: #506A7E; font-size: 16px; font-weight: bold; line-height: 16px; font-family: Palatino Linotype, Times New Roman, Arial, Helvetica, sans serif; }

.Red		{ color: #DA192B; }
.Yellow		{ color: #F4FF42; }
.Green		{ color: #439741; }
.Blue		{ color: #0000FF; }
.LightBlue	{ color: #C2CDD5; }
.MediumBlue	{ color: #0954A1; }
.DarkBlue	{ color: #506A7E; }
.Gray		{ color: #444444; }
.DarkGray	{ color: #333333; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }

.SmallText	{ font-size: 13px; line-height: 15px; }
.MediumText	{ font-size: 18px; line-height: 18px; }
.LargeText	{ font-size: 24px; line-height: 24px; }

/* site structure */

div#container		{ height: 783px; width: 765px; }
div#header			{ height: 101px; }
div#header img		{ display: block; }

div#content			{ height: 660px; width: 100%; background: url('../images/bg_content.gif') no-repeat; }	
div#content TABLE	{ width: 100%; }
div#content TABLE TD { vertical-align: top; }

div#content TABLE TD IMG			{ display: block; }
div#content TABLE TD div.inline IMG	{ display: inline; }

td#nav 				{ width: 175px; vertical-align: top; }
td#nav ul			{ float: left; height: 205px; width: 175px; margin: 22px 0 0 0; padding: 0; }
td#nav ul li		{ float: left; height: 41px; width: 175px; text-align: left; list-style-type: none; padding-left: 5px; }
td#nav ul img		{ height: 41px; width: 175px; display: block; }



/* table cell styles */

TD.BlueBG		{ background: #93B4DE; }
TD.LightBlueBG	{ background: #BED2EC; }

/* image styles */

IMG.FloatLeft		{ float: left; }
IMG.FloatRight		{ float: right; }
IMG.GrayBorder		{ border: 1px solid #444444; }
IMG.Bubble			{ float: left; margin-right: 10px; }
IMG.HeaderImg		{ height: 101px; width: 765px; border: 0px; }

/* links */

a							{ color: #0954A1; text-decoration: none; }
a:link,
a:visited,
a:active					{ color: #0954A1; text-decoration: none; }
a:hover						{ color: #0954A1; text-decoration: underline; }

