
/*
 * Site Styles
 */

html, body
{
	margin: 0px;
	padding: 0px;
	color: #444444;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited
{
	color: #5FA0CA;
	text-decoration: none;
}
a:active, a:hover
{
	color: #FF4E4E;
}
img
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
p
{
	margin: 0px;
	padding: 0px;
}
h1, h2
{
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h1
{
    font-size: 14px;
}
h2
{
	font-size: 12px;
}

/*
 * Layout Styles
 */

#container
{
	width: 760px;
	margin: 0px auto;
}
#header
{
	height: 370px;
	background: url(/images/site/headerbg.jpg) top center no-repeat;
}
#menu
{
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #5FA0CA;
	font-family: Verdana;
	font-size: 11px;
}
#contents
{
	padding: 50px 45px 50px 45px;
}
#footer
{
	text-align: center;
	padding-bottom: 20px;
	color: #999999;
	font-size: 11px;
}


/*
 * Common Styles
 */

img.topicicon
{
	float: left;
}
div.topictext
{
	margin-bottom: 40px;
	margin-left: 110px;
	text-align: justify;
}
img.topictextimage
{
	display: block;
}
.header
{
	font-weight: bold;
	padding-bottom: 10px;
}
table.datatable td
{
	padding-left: 3px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #DDDDDD;
}
table.datatable .col1
{
    font-weight: bold;
    padding-right: 20px;
}
.errortext
{
	font-family: verdana;
	font-size: 18px;
}