@charset "utf-8";

/*********************************************
 **  Page Name: MAS.css                     **
 **  Date Created: 21st May 2009            **
 **  Written By: Adrian Rose                **
 **  Copyright 2001-2010 Rose IT Solutions  **
 *********************************************/

html, body {
	margin: 0px;
	padding: 0px;
	font-family : Arial;
	font-size: small;
	text-align : center;
	background-color : #7ad3f7;
}

#header {
	background-color: #9999cd;
	width: 100%;
	height: 90px;
}

#menu {
	text-align: center;
	float: left;
	width: 190px;
	padding: 2px;
}

#menu a, #menu a:hover {
	padding: 2px;
	margin: 2px;
	background-color: #343493;
	text-decoration: none;
}

#menu a {
	display: block;
	border: 1px solid;
	border-color: #8282C9 #111160 #111160 #8282C9;
	color: #00aeef;
}

#menu a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	border-color: #111160 #8282C9 #8282C9 #111160;
	background-color: #ff0;
	color: #000;
}

#content {
	margin-left: 196px;
	padding: 2px;
}

#contenthomepage {
	margin-left: 196px;
	margin-right: 214px;
	padding: 2px;
}

#content table{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse: collapse;
}

#content th, #content td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#rss {
	float: right;
	width: 190px;
	padding: 2px 10px;
	text-align: center;
}

#footer {
	margin-left: 195px;
	height: 20px;
	text-align: center;
	font-size: 10px;
}

#footerhomepage {
	margin-left: 195px;
	margin-right: 195px;
	height: 20px;
	text-align: center;
	font-size: 10px;
}

td, h1, h2, h3 { text-align : center; }


h1 { font-weight : normal; font-size: 16px; }
h2 { font-weight : normal; }
h3 { font-weight : normal; }
h4 { font-weight : normal; }
th { font-style : italic; }

a { text-decoration : none; }

a:link { color: #343493; font-weight: bold; }
a:visited { color: #343493; font-weight: bold; }