﻿body 
{
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
}

hr
{
	color: #CC0066;
	height: 1px;
}

input, textarea, select
{
	font-family: Verdana;
	font-size: 12px;
}

/*----------------------------
					   Layout
----------------------------*/

#main
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	float: left;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 980px;
	height: 150px;
	padding-bottom: 1px;
}

#content
{
	float: left;
	padding-left: 10px;
	width: 770px;
	padding-top: 10px;
	line-height: 18px;
}

#footer
{
	background-image: url(../images/footer-seperator.gif);
	background-repeat: no-repeat;
	width: 980px;
	padding-top: 20px;
	margin-top: 5px;
	color: #b9babb;
	text-align: center;
}

#menu-top
{
	width: 100%;
	float: left;
	height: 35px;
	background-image: url(../images/top-menu-bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#menu-top-items
{
	height: 25px;
	padding: 10px 0px 0px 10px;
	font-weight: bold;
}

#menu-top-items a
{
	color: #333333;
}

#search
{
	position: relative;
	top: 108px;
	left: 10px;
	padding-top: 6px;
	float: left;
	text-align: center;
	height: 29px;
	color: #cc0066;
	font-weight: bold;
}

#menu-side
{
	line-height: normal;
	float: left;
	background-image: url(../images/menu-side-bg.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 430px;
	color: #cc0066;
	padding: 10px;
}

#menu-side .title
{
	font-size: 14px;
	font-weight: bold;
}

#menu-side ul
{
	list-style-type: none;
	margin-left: 0px;
}

#menu-side li
{
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: dotted 1px #cc0066;
}

a
{
	color: #cc0066;
	text-decoration: none;
}

a:hover
{
	color: #cc0066;
	text-decoration: underline;
}

.title
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #CC0066;
}

.linked-text
{
	font-weight: bold;
	color: #333333;
}

.linked-text:hover
{
	color: #333333;
}

.error
{
	color: Red;
}


