/***********************************************/
/* HTML - Misc Styles                          */
/***********************************************/

ul{
 list-style-type: square;
}
ul ul{
 list-style-type: square;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
hr {
	background-color: #546E7A;
	color: #546E7A;
	height: 1px;
	width: 100%;
	border: 1px solid #546E7A;
	text-align: center;
	
}
#content a:link{
	color: #800040;
	text-decoration: underline;
}
#content a:visited{
	color: #800040;
	font-weight: normal;
	text-decoration: underline;
}
#content a:hover {
	color: #ff6600;
	text-decoration:underline;
}
#footer a:link{
	color: #800040;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:visited{
	color: #800040;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	color: #ff6600;
	text-decoration:underline;
}

HTML {
scrollbar-arrow-color: #e6dcd0;
scrollbar-base-color: #999999;
scrollbar-dark-shadow-color: #999999;
scrollbar-track-color: #e6dcd0;
scrollbar-face-color: #546E7A;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #cccccc;
scrollbar-3d-light-color: #c00030;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	background-color: #333333;
}
html>body #content {
	width: 800px; /* ie5win fudge ends */
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.small {
	font-size: 11px;
}
.pageheading {
	font-size: 18px;
	color: #663333;
	font-weight: bold;
}
.title_red {
	font-size: 14px;
	font-weight: bold;
	color: #663333;
}
.normal_redbold {
	font-size: 12px;
	font-weight: bold;
	color: #663333;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	margin-bottom: -50px;
	background-image: url(images/bkgnd-container05.jpg);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content {
	width: 800px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	border: thin ridge #CCCCCC;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	width: 400px;
	left: 75px;
	top: 20px;
}
#logo {
	position: absolute;
	width: 150px;
	left: 540px;
	top: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #546E7A;
	height: 99px;
}
#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #663333;
	position: absolute;
	width: 200px;
	font-style: italic;
	text-align: center;
	left: 515px;
	top: 135px;
	height: 39px;
}
#navbar {
	position: absolute;
	width: 380px;
	text-align: center;
	left: 85px;
	top: 160px;
}	
#textbox {
	position: relative;
	width: 700px;
	top: 70px;
	color: #003366;
	left: 50px;
}
#footer {
	position: relative;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 195px;
	color: #546E7A;
	top: 20px;
}

#copyright {
	width: 380px;
	position: relative;
	text-align: center;
	color: #546E7A;
	left: 230px;
	font-size: 10px;
	margin-top: 20px;
}
#navfoot {
	width: 400px;
	position: relative;
	text-align: center;
	left: 220px;
	font-size: 10px;
	margin-top: 20px;
	color: #663333;
}

/***********************************************/
/* Layout Divs - Index Page         DELETE!!                       */
/***********************************************/
#hline {
	position: absolute;
	height: 10px;
	width: 700px;
	top: 130px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #990033;
	margin-left: -40px;
}
#video {

	position: absolute;
	width: 160px;
	left: 495px;
	color: #546E7A;
	top: 380px;
}
#mana {

	position: absolute;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 71px;
	color: #546E7A;
	top: 840px;
}

