﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: url('../images-new/Background/background-main.jpg');
}
#masthead {
	margin: 0px auto 0px auto;
	width: 1024px;
	left: 130px;
	height: 110px;
	text-align: center;
}
#top_nav {
	margin: 0px auto 0px auto;
	width: 1024px;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thick;
	border-bottom-width: medium;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
}

#container {
	margin: 0px auto 0px auto;
	width: 1024px;
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}
#page_content {
	margin-left: 200px;
	margin: auto auto auto 200px;
}

#footer {
	margin: 0px auto 0px auto;
	width: 1024px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thick;
	border-bottom-width: thin;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	text-align: center;
}

#subcontainer {
	margin: 0px auto 0px auto;
	width: 1024px;
	min-width: 600px;
}
#subfooterleft {
	width: 200px;
	float: left;
}
#subfooter_content {
	margin-left: 200px;
	margin: auto auto auto 0px;
	text-align: center;
}

.textsm {
	FONT-SIZE: 14px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textbg {
	FONT-SIZE: 20px;
	COLOR: #3333CC;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.textreg {
	FONT-SIZE: 12px; COLOR: #999999; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
