﻿/* CSS layout */
#masthead {
}

#top_nav {
	padding-left: 100px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 125px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-left: 125px;
}

#footer {
}

#whole_page {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.arial10ptwhite {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
}
.yellow12ptlink {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
.gray10ptlink {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
	color: #C0C0C0;
}

img
{  border-style: none;
}
.arialwtebold12 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
}
.yellowitalic16pt {
	font-family: "Times New Roman";
	font-size: 18pt;
	color: #FFFF00;
	font-style: italic;
	text-decoration: underline;
}
.whitelink {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
	color: #FFFFFF;
}
.arialwhte8pt {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
}
.arialyellow12pt {
	font-family: Arial;
	font-size: 12pt;
	color: #FFFF00;
}
.arialwte10pt {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
}
.arialyellow10pt {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFF00;
}
