@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url('../template/images/bg.jpg');
	background-repeat: no-repeat;
	background-position : center top;
	background-color: #d6d6d6;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
}

#wrapper  {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../template/images/bodybg.jpg');
}

#header {
	width: 960px;
	height: 105px;
}

#bodycontainer {
	width: 960px;
	position: relative;
	padding-bottom: 30px;
	min-height: 500px;
}

#leftline {
	width: 1px;
	float: left;
}

#mainmenu {
	width: 139px;
	height: 500px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content {
	width: 760px;
	float: left;
	min-height: 500px;
	background-color: #FFFFFF;
}

#rightline {
	width: 20px;
	float: left;
}

#clearit {
	clear: both;
}

#footer {
	background-color: #d40076;
	width: 920px;
	height: 26px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}



.smalltext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #EB4499;
}

.titletext {
	font-size: 16px;
	color: #EB4499;
}

.codetext {
	font-size: 10px;
}

.contactinfo {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

a:link {
	font-size: 12px;	
	color: #EB4499;
	text-decoration: none;
}
a:hover {
	font-size: 12px;	
	color: #EB4499;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;	
	color: #EB4499;
	text-decoration: none;
}




.smalltext a:link {
	font-size: 10px;	
	color: #EB4499;
	text-decoration: none;
}

.smalltext a:visited {
	font-size: 10px;	
	color: #EB4499;
	text-decoration: none;
}

.smalltext a:active {
	font-size: 10px;	
	color: #EB4499;
	text-decoration: none;
}

.smalltext a:hover {
	font-size: 10px;	
	color: #EB4499;
	text-decoration: underline;
}