body {
	font-family: arial,sans-serif;
	font-size: 12px;
	background-color: rgb(184, 184, 184);
	background-image: url("images/background_pixel.gif");
	background-repeat: repeat-x;
}

h1 {
	font-weight: bold;
	font-size: 15px;
}

a img {
	border: 0px;
}

#site {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	color: #fff;	
}

#content {
	background-color: #FFCE1F;
	color: #333;
	padding: 15px;
	height: 550px;
}

#content a, #content a:visited {
	color: #666;
}

#content a:hover {
	color: #fff;
}

#left {
	float: left;
	width: 300px;
	border-right: dotted 1px #999;
	padding-right: 15px;
}

#right {
	margin-left: 315px;
	padding-left: 15px;
}

#footer {
	color: #666;
	font-size: 11px;
}

#footer div {
	padding: 4px 0;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0 5px;
}

#footer span {
	margin: 0 5px;
}

#footer a:hover {
	text-decoration: underline;
}

.title {
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 15px;
}

.infoTitle {
	font-weight: bold;
	font-size: 17px;
	color: #666;
}

.info {
	margin-bottom: 15px;
}

.formTitle {
	font-weight: bold;
	font-size: 17px;
	color: #666;
	padding-bottom: 15px;
}

/* Form */

fieldset {
	border-style: none;
	padding: 0;
	margin: 0;
}

form table {
	border-collapse: collapse;
}

form td {
	padding: 2px 8px 2px 0px;
	vertical-align: top;
}

form label {
	font-weight: bold;
}

form label em {
	color: red;
}

.error {
	padding: 10px 0;
	color: red;
	font-weight: bold;
}

form .errorInput {
	background-color: #FDD;
}

.notification {
	font-weight: bold;
	padding: 4px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-bottom: 10px 0;
}

/* List */
.column {
	width: 220px;
	float: left;
	padding: 20px 10px;
}

.column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.column ul li {
	font-weight: bold;
}

.column ul ul {
	list-style: disc url(images/bullet_in.gif) inside;
	margin: 4px 20px;
	padding: 0;
	border: none;
}

.column ul ul li {
	font-weight: normal;
}

a.special
{
	font-size: 1.2em !important;
	color: #c33 !important;
	font-weight: bold;
}

.warning {
	color: red;
	font-weight: bold;
}

.warning em {
	font-weight: bold;
	font-size: 16px;
}