/* Main Site */
body,td,th {
	color: #900;
	font-size: 62.5%;
}


body
{
	margin:          0px 0px 0px 0px;
	padding:         0;
	min-height: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color:#FFC
	}

html
{
	margin:          0;
	padding:         0;
}

#container
{
	width:           700px;
	position:        relative; /* For Modern Browsers */
	height: 500px!important; /* For Modern Browsers */
	height: 100%;
	margin: 0 auto;
}

#content
{
	width:           490px;
	margin-left: 105px;
	height: 410px;
}

#titlesection {
	color: #600;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #444444;
	margin: 10px 0px 10px 0px;
	width: 700px;
	height: 15px;
}

#titlesection2 {
	color: #600;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #444444;
	margin: 10px 0px 10px 0px;
	width: 740px;
	height: 15px;
}
#titlend {
	color: #FF6600;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	width: 740px;
	border-top: 1px solid #444444;
	text-align: right;
	height: 15px;
}
#titlend2 {
	color: #FF6600;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	width: 700px;
	border-top: 1px solid #444444;
	text-align: right;
	height: 15px;
}

/* Links Color */

a:link {
	color: #600;
	text-decoration: underline;
}
a:visited {
	color: #600;
	text-decoration: underline;
}
a:hover {
	color: #600;
	text-decoration: none;
}
