/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	background-color: #306074;
	background-image: url(../images/bg.gif);
}
table{
	font-size: 10pt;
	line-height: 12pt;
	color: #684d32;
}
side{
	color: #752600;
}

form{
	margin: 0px;
	padding: 0px;
}
h1{
	margin: 0px;
	padding: 0px;
}
h2{
	margin: 0px;
	padding: 0px;
}
ul{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.formfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 8pt;
}
/* Main Shell Styles */
.side{
	background-image:   url(../images/brown.jpg);
	background-repeat: repeat-y;
	width: 1px;
}
.left-side{
	background-image:   url(../images/left-side.gif);
	background-repeat: repeat-y;
	width: 180px;
}
.right-side{
	background-image:   url(../images/right-side.gif);
	background-repeat: repeat-y;
	width: 180px;
}
.content-area{
    width: 400px;
	padding: 10px;
	background-color:#FFFFFF;
}
.main-content-area{
    width: 758px;
	padding: 0px;
	background-color:#FFFFFF;
}
.split-content-area{
    width: 580px;
	padding: 0px;
	background-color:#FFFFFF;
}
.nav-area{
    background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
}

/* Link Hovers */
a:link {
	color: #306074;
	text-decoration: underline;
}
a:visited {
	color: #306074;
	text-decoration: underline;
}
a:hover {
	color: #684d32;
	text-decoration: underline;
}
a:active {
	color: #306074:
	text-decoration: underline;
}

/* Nav Hovers */
a.nav:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	line-height: 15pt;
}
a.nav:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	line-height: 15pt;
}
a.nav:hover {
	color: #dcbd87;
	text-decoration: none;
	font-size: 10pt;
	line-height: 15pt;
}
a.nav:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	line-height: 15pt;
}
.nav-title {
	color: #553323;
	text-decoration: none;
	font-size: 12pt;
	line-height: 13pt;
	font-weight: bold
}


/* footer Hovers */
a.foot:link {
	color: #dcbd87;
	text-decoration: underline;
}
a.foot:visited {
	color: #dcbd87;
	text-decoration: underline;
}
a.foot:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.foot:active {
	color: #dcbd87;
	text-decoration: underline;
}
	
a.sitemap:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
	line-height: 11pt;
}
a.sitemap:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
	line-height: 11pt;
}
a.sitemap:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
	line-height: 11pt;
}
a.sitemap:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
	line-height: 11pt;	

/* Text Formats */
.message{
	color: #990000;
	font-weight: bold;
	padding-bottom: 10pt;
}
.title-page{
	font-size: 18pt;
	font-weight: bold;
	line-height: 21pt;
	color: #306074;
}
.title-lg{
	font-size: 15pt;
	font-weight: bold;
	line-height: 18pt;
	padding-bottom:5px;
	color: #306074;
}
.title-md{
	font-size: 12pt;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 15pt;
	color: #306074;
}
.title-md2{
	font-size: 10pt;
	padding-bottom: 2px;
	line-height: 13pt;
}
.title-sm{
	font-size: 8.5pt;
	font-weight: bold;
	color: #306074;
}
.font-sm{
	font-size: 7.5pt;
}
/* Text Background Colors */
.bg-white {
	background-color: #FFFFFF;
}
.bg-red {
	background-color: #FF0000;
}
.bg-blue {
	background-color: #00006A;
}
.bg-ltgray {
	background-color: #EBEBEB;
}
.bg-xltgray {
	background-color: #F8F8F8;
}
.bg-gray {
	background-color: #CDCDCD;
}

/* Paddings */
.title-line{
	padding-top: 5px;
	padding-bottom: 15px;	
}
.lr-10{
	padding-left: 10px;
	padding-right: 10px;	
}
.lr-5{
	padding-left: 5px;
	padding-right: 5px;	
}
.r-15{
	padding-right: 15px;
}
.l-15{
	padding-left: 15px;
}
.tb-3{
	padding-top: 3px;
	padding-bottom: 3px;	
}
.tb-5{
	padding-top: 5px;
	padding-bottom: 5px;	
}
.t-5{
	padding-top: 5px;
}
.b-5{
	padding-bottom: 5px;
}
.all-3{
	padding: 3px;
}
.all-5{
	padding: 5px;
}
