/* CSS Document */
body, html {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background: url(images/bg_repeatx.jpg) top repeat-x #000000;
}

img, div { 
	behavior: url(images/iepngfix.htc) 
}

a:link, a:visited {
	text-decoration: none;
	color: #003399;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

td {
	font-size: 12px;
}

h1 {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 12px;
	color: #666666;
	text-align: center;
}

h2 {
	margin: 0px;
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

form input, form select, form textarea {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #dddddd;
	background-color: #F8F8F8;
	margin-bottom: 2px;
	padding: 2px;
}

form .button {
	border: 1px solid #666666;
	margin-top: 10px;
	font-weight: bold;
}

label {
	float: left;
	width: 95px;
	padding-right: 5px;
	text-align: right;
}

#header {
	display: block;
	width: 975px;
	height: 295px;
	z-index: 0;
	background: url(images/hd_bg.jpg) no-repeat;
}

#main {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	width: 975px;
	display: block;
	background-color:#000000;
	z-index: 20;
}

#mainContent {
	float: left;
	width: 530px;
	margin-top: -110px;
	padding: 15px;
	text-align: left;
	z-index: 30;
	display: block;
	position: relative;
}

#mainContent h1, #mainContent p {
	margin: 0px;
	padding-bottom: 10px;
}

#footer {
	background: url(images/ft_bg.jpg) bottom no-repeat;
	width: 975px;
	height: 123px;
	display: block;
	font-size: 11px;
	color: #333;
	margin-top: -11px;
}

#footer p {
	padding-top: 90px;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #0066FF;
}

#nav1 {
	display: inline;
	position: relative;
	text-align: right;
	margin-top: -10px;
	margin-left: 6px;
	float: left;
	width: 189px;
	font-size: 18px;
	font-variant:small-caps;
}

#nav1 a:link, #nav1 a:visited {
	display: block;
	background: url(images/nav_down.jpg) no-repeat;
	height: 51px;
	color: #333;
	text-decoration: none;
	cursor: default;
	padding-right: 20px;
	line-height: 50px;
	margin-bottom: -2px;
}

#nav1 a.under:link, #nav1 a.under:visited  {
	background: url(images/nav_up.jpg) no-repeat;	
	color: #666666;
	cursor: pointer;
}

#nav1 a.under:hover {
	color: #000000;
	text-decoration: underline;
}

#dans {
	width: 200px;
	float: left;
	padding-left: 10px;
	font-size: 11px;
}

#dans .title, #dans .title a:link, #dans .title a:visited {
	display: block;
	font-size: 14px;
	color: #0066CC;
	padding-bottom: 5px;
}

#dans a:link, #dans a:visited {
	padding-left: 2px;
	color: #666666;
	text-decoration: none;
}

#dans a:hover {
	color: #000000;
}

#dans2 {
	
}

#dans2 a:link, #dans2 a:visited {
	display: block;
	padding: 5px;
	margin-bottom: 2px;
	text-decoration: none;
	width: 550px;
}

#dans2 a:hover {
	
}

#dans2 img {
	float: left;
	border: 5px solid #FFFFFF;
	margin-right: 5px;
}

#dans2 p {
	float: left;
	padding-top: 5px;
}

#admin {
	position: absolute;
	top: 23px;
	right: 82px;
	text-align: left;
}

#admin a:link, #admin a:visited {
	display: block;
	height: 20px;
	width: 120px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #333333;
	text-decoration: none;
	margin: 2px;
	padding-left: 5px;
	padding-top: 2px;
}

#admin a:hover {
	background-color: #CCCCCC;
}

#adminPages {
}

#adminPages a:link, #adminPages a:visited {
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}

#adminPages a:hover {
	color: #003399;
	text-decoration: underline;
}
