body {
	background: #333333;
	min-width: 750px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	color: black;
}

td {
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	color: black;
}

a, a:hover, a:active, a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #AF500F;
}

form {
	margin: 0px 0px 0px 0px;
}

img {
	border: 0px;
}

input, select {
	border: 1px solid black;
	height: 20px;
	font-family: Geneva, Verdana;
	font-size: 11px;
	color: black;
}

div#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

div#topbar {
	float: left;
	clear: both;
	width: 750px;
	height: 36px;
	background: #3F2363;
}

	div#topbar div#logo {
		float: left;
		width: 219px;
		height: 36px;
	}
	
	div#topbar div#buttons {
		float: right;
		height: 36px;
		line-height: 36px;
		vertical-align: baseline;
		text-align: right;
		padding-right: 5px;
		padding-top: 10px;
}

div#title {
	float: left;
	clear: both;
	width: 750px;
	height: 29px;
	background: #ACB097;
	text-align: right;
	line-height: 29px;
	padding-top: 5px;
}

div#nav {
	float: left;
	clear: both;
	width: 750px;
	height: 28px;
	background: #ACB097;
	vertical-align: center;
	line-height: 28px;
}

	div#nav div.button {
		float: left;
		width: 20%;
		height: 20px;
		text-align: center;
		padding-top: 10px;
	}
	
div#splash {
	float: left;
	clear: both;
	width: 750px;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	line-height: 11px;
}

	div#splash div#left {
		float: left;
		clear: left;
		width: 495px;
	}
	
		div#splash div#left div#content {
			position: relative;
			width: 100%;
			height: 100%;
		}

	div#splash div#right {
		float: right;
		width: 150px;
		border-left: 1px dashed white;
	}
	
		div#splash div#right div#content {
			margin: 5px 5px 5px 5px;
		}
		
	div#splash a, div#splash a:hover, div#splash a:visited, div#splash a:active {
		font-size: 10px;
		color: #ffffff;
		font-weight: normal;
	}
	

div#breadcrumb {
	float: left;
	clear: both;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #999999;
}

	div#breadcrumb div.link {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	
div#subnav {
	float: left;
	clear: both;
	width: 750px;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

	div#subnav a, div#subnav a:hover, div#subnav a:visited, div#subnav a:active {
		font-size: 10px;
		color: #3F2363;
		font-weight: normal;
	}
	
div#trail {
	clear: both;
	width: 100%;
	margin-top: 6px;
	font-size: 10px;
	color: #3F2363;
	font-weight: normal;
}

	div#trail a, div#trail a:hover, div#trail a:visited, div#trail a:active {
		font-size: 10px;
		font-weight: normal;
	}
	
div#pagetitle {
	margin-top: 10px;
	padding-bottom: 10px;
	clear: both;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #3D2659;
}

div#contentcontainer {
	float: left;
	background: url(images/global/bgtile.gif) 80% top repeat-y #ffffff;
	width: 750px;
	overflow: visible;
	clear: both;

}

	div#contentcontainer div#left {
		float: left;
		width: 600px;
	}

		div#contentcontainer div#left div.fullcol, div#contentcontainer div#left div#left2 div.fullcol {
			float: left;
			clear: both;
			width: 600px;
		}

			div#contentcontainer div#left div.fullcol div.content  {
				float: left;
				width: 585px;
				border-bottom: 1px solid #ACB097;
				margin: 5px 0px 5px 5px;
			}
			
			div#contentcontainer div#left div.fullcol div.noborder {
				border: 0px;
			}


		div#contentcontainer div#left div#left2 {
			padding-bottom: 30px;
		}

		div#contentcontainer div#left div#left3 {
			height: 190px;
		}

			div#contentcontainer div#left div#left2 div.fullcol div.content {
				float: right;
				clear: both;
				width: 567px;
				margin: 5px 5px 5px 5px;
			}			

		div#contentcontainer div#left div.threecol {
			float: left;
			clear: both;
			width: 598px;
			background: url(images/global/3colbg.gif) left top repeat-y;
		}
		
			div#contentcontainer div#left div.threecol div#leftcol {
				float: left;
				width: 190px;
				margin: 5px 0px 5px 5px;
			}

			div#contentcontainer div#left div.threecol div#centercol {
				float: left;
				width: 190px;
				margin: 5px 0px 5px 10px;
			}

			div#contentcontainer div#left div.threecol div#rightcol {
				float: left;
				width: 185px;
				margin: 5px 0px 5px 10px;
			}
			
			div#contentcontainer div#left div.threecol hr {
				height: 1px;
				background: #ACB097;
				color: #ACB097;
				line-height: inherit;
			}

	
	div#contentcontainer div#right {
		float: left;
		width: 140px;
	}

		div#contentcontainer div#right div#links {
			margin: 5px 5px 5px 5px;
		}

			div#contentcontainer div#right div#links a, div#contentcontainer div#right div#links a:visited, div#contentcontainer div#right div#links a:hover, div#contentcontainer div#right div#links a:active {
				font-weight: normal;
			}

div#footer {
	float: left;
	clear: both;
	width: 750px;
	height: 18px;
	color: #ffffff;
	font-size: 9px;
	margin-top: 2px;
}

	div#footer a, div#footer a:active, div#footer a:visited, div#footer a:hover {
		color: #ffffff;
		text-decoration: underline;
		font-size: 9px;
		font-weight: normal;

	}
	
div.blankline {
	clear: both;
	font-size: 5px;
	line-height: 5px;
	height: 5px;
}

td {
	padding-bottom: 5px;
	border-bottom: 1px solid #ACB097;
}

.left {
	float: left;
}

.noborder {
	border: 0px;
}

.bottomspacer {
	clear: both;
	height: 30px;
	width: 30px;
}

.right {
	float: right;
}

.small {
	font-size: 9px;
}

