html {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/main_bg_new.jpg) no-repeat top left;
	background-color: #010002;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:  "Goudy Old Style", Baskerville, Garamond;
	font-size: 14px;
	color: #fff;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #2f2236;
	text-decoration: underline;
	font-weight: normal;
}

/* Firefox Dotted Outline Fix */
a:active { 
	outline: none; 
}
	
/* Firefox Dotted Outline Fix */
a:focus { 
	-moz-outline-style: none; 
}

.hidden {
	display : none;
}

.clear {
	clear: both;
}

.title {
	background: url(../images/title_fil.jpg) no-repeat bottom left;
	width: 368px;
	height: 72px;
	margin: 0 0 30px 60px;
	padding: 0px;
	font-weight: bold;
	font-size:24px;
	letter-spacing: 3px;
	text-align:center;
}

#main {
	width: 1024px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#home_left_content {
	background: url(../images/web_logo.png) no-repeat;
	width: 800px;
	height: 354px;
	margin: 40px 0 0 0;
	padding: 0px;
	float: left;

}

#home_right_content {
	width: 224px;
	height: 354px;
	margin: 40px 0 0 0;
	padding: 0px;
	float: left;
}

#content {
	width: 560px;
	height: 768px;
	margin: 0px;
	padding: 30px 40px 0 424px;
}

#table_content {
	width: 560px;
	height: 800px;
	margin: 0px;
	padding: 60px 40px 0 424px;
}

/*********** Main Navigation **********/

#nav_holder {
	width: 124px;
	height: 226px;
	margin: 0px;
	padding: 128px 20px 0 80px;
	
}

#nav_holder ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav_holder li {
	width: 124px;
	margin: 0px;
	padding: 0px;
}

#nav_holder li a {
	width: auto;
	height: 20px;
	margin: 0px;
	padding: 5px 10px 5px 0;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

#nav_holder li a:hover {
	background-color: #2e2235;
	font-weight: bold;
}


/************ Table of Contents Nav *****************/

.n_holder_1 {
	width: auto;
	height: 28px;
	margin: 0 0 20px 40px;
}

.n_holder_2 {
	width: auto;
	height: 28px;
	margin: 0 0 20px 0px;
}

.n_holder_3 {
	width: auto;
	height: 28px;
	margin: 0 0 20px 80px;
}

.n_holder_4 {
	width: auto;
	height: 28px;
	margin: 0 0 20px 60px;
}

#content_nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content_nav li {
	display: inline;
}

#content_nav li a {
	display: block;
	width: auto;
	height: 18px;
	margin: 0 0 20px 0;
	padding: 5px 15px 5px 15px;
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#content_nav li a:hover {
	background: #2f2236;
}



#nav_bottom {
	width: 560px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav_bottom li {
	display: inline;
}

#nav_bottom li a {
	display: block;
	width: auto;
	height: 18px;
	margin: 0 0 20px 0;
	padding: 5px 15px 5px 15px;
	float: left;
	color: #ffffff;
	text-decoration: underline;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#nav_bottom li a:hover {
	text-decoration: none;
}
