@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family: arial, "Comic Sans MS", sans-serif;
	font-size: 11px;
	color: #330000;
	background-color: #D9D7DC;
}

a:link,
a:active,
a:visited {
	color:#532E63;
	}
	
a:hover {
	color:#532E63;
}

h1 {
	font-size: 20px;
	color:#993333;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h3.contact {
	font-size:14px;
	text-decoration:underline;
	}

h3 {
	color:#532E63;
	font-size:14px;
	padding:0px;
	margin-top:4px;
	margin-bottom:4px;
	margin-right:0px;
	margin-left:0px;
	}

h2 {
	color:#532E63;
	font-size:17px;
	}
	
h4 {
	color:#532E63;
}
h1.news {
	font-weight:bold;
	margin-bottom:2px;
	padding:0px;
}
p {
	font-size:12px;
	text-align:justify;
}
p.news {
	margin:0px;
	padding:0px;
	text-align:left;
}
a.news:link, a.news:active, a.news:visited {
	color:#532E63;
}
a.news:hover {
	color:#2e0041;
}
a.menu:link, a.menu:active, a.menu:visited, a.menu:hover {
	color:#ffffff;
	text-decoration:none;
}
a.menuColor:link, a.menuColor:active, a.menuColor:visited, a.menuColor:hover {
	color:#FFF;
	text-decoration:none;
}

input.inputBox {
	border:1px solid #e0dacc;
	background-color: #f7f6f2;
	font-size:10px;
	padding:2px;
	float:right;
	color:#532E63;
	display:inline;
	}
	
div.newsColumn {
	border-left: 15px solid white;
	width:220px;
	height:100%;
	float:right;
}

div.news {
	padding:13.5px;
	min-height:398px;
	background:url(images/right_column_bg.jpg);
}

div.newsBottom {
	width:220px;
	background:url(images/newsFade.png);
	background-repeat:repeat-x;
	height:112px;
	float:right;
}


#footer {
	bottom:0px;
	text-align: center;
	background-color: #fff;
	}
