a:link
{ 
	color: #000000;
	text-decoration: underline;
}

a:visited
{ 
	color: #000000;
	text-decoration: underline;
}

a:hover
{ 
	color: #000000;
	text-decoration: none;
}

a:active
{ 
	color: #000000;
	text-decoration: none;
}

#nav a:link
{ 
	color: #A8A8A8;
	text-decoration: none;
}

#nav a:visited
{ 
	color: #A8A8A8;
	text-decoration: none;
}

#nav a:hover
{ 
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:active
{ 
	color: #FFFFFFF;
	text-decoration: none;
}

#nav_active a:link
{ 
	color: #FFFFFF;
	text-decoration: none;
}

#nav_active a:visited
{ 
	color: #FFFFFF;
	text-decoration: none;
}

#nav_active a:hover
{ 
	color: #FFFFFF;
	text-decoration: none;
}

#nav_active a:active
{ 
	color: #FFFFFFF;
	text-decoration: none;
}

#footer a:link
{ 
	color: #595959;
	text-decoration: none;
}

#footer a:visited
{ 
	color: #595959;
	text-decoration: none;
}

#footer a:hover
{ 
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:active
{ 
	color: #FFFFFFF;
	text-decoration: none;
}

html, body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body
{
	background-image: url(../../_images/bg_main.gif);
	width: 100%;
}

img
{
	border: 0px;
	vertical-align: bottom;
}

p
{
	margin: 13px 0px 0px 0px;
	padding: 0px;
}

h1
{
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

td
{
	vertical-align: top;
}

form td
{
	vertical-align: middle;
	padding-bottom: 8px;
}

form .inputText
{
	width: 275px;
	font-family: Verdana;
	font-size: 10px;
	background-color: #EBEBEB;
	border: 1px solid #000000;
	margin-top: 1px;
	margin-bottom: 8px;
	padding: 3px;
	background-image: url(../../_images/bg_input.gif);
	background-repeat: repeat-x;
}

form textarea
{
	width: 440px;
	height: 100px;
	font-family: Verdana;
	font-size: 10px;
	background-color: #EBEBEB;
	border: 1px solid #000000;
	margin-top: 1px;
	margin-bottom: 8px;
	padding: 3px;
	background-image: url(../../_images/bg_input.gif);
	background-repeat: repeat-x;
}

.error
{
	padding-left: 5px;
	font-weight: bold;
	color: #FF0000;
}

#container
{
	position: relative;
	width: 773px;
	left:50%;
	margin:auto auto auto -386px;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	background-color: #000000;
}

#content
{
	background-image: url(../../_images/bg_content.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	width: 683px;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	margin-left: 1px;
	padding-left: 88px;
	padding-top: 24px;
	padding-bottom: 24px;
}

#nav
{
	background-image: url(../../_images/bg_nav.gif);
	width: 683px;
	height: 19px;
	margin-left: 1px;
	font-family: Verdana;
	font-size: 10px;
	color: #A8A8A8;
	padding-top: 5px;
	padding-left: 88px;
}

#footer
{
	height: 20px;
	background-color: #000000;
	border-bottom: 1px solid #595959;
	font-family: Verdana;
	font-size: 10px;
	color: #595959;
	text-align: right;
	padding-top: 5px;
	padding-right: 24px;
}

#column_left
{
	width: 441px;
	border-right: 1px solid #000000;
	padding-right: 25px;
}

#column_right
{
	width: 171px;
	padding-left: 23px;
}