@charset "utf-8";
/* CSS Document */

/*____________________________________________________________
Tag Styles
____________________________________________________________*/
body {
	background:url(../media/misc/vertstrip_decrease.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin-top:10px;
	margin-bottom:0px;
}	
h2 {
	margin:0px;
}
/*____________________________________________________________
Structural Styles
____________________________________________________________*/
#header{
	width:950px;
	margin:auto;
	background-color: #9999FF;
	text-align:left;
	height:inherit;	
}
#header p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
#top_menu {
	margin-left:150px;
	width:auto;
	background-color: #990000;
}
#top_menu a {
	font-variant:small-caps;
	font-size:1.2em;
	color: #FFFFFF;
	text-decoration:none;
}
#top_menu a:hover {
	font-variant:small-caps;
	font-size:1.2em;
	color: #FFFF00;
	background-color: #33C;
}
#wrapper {
	width:950px;
	height:auto;
	margin:auto;
	background-color: #990000;
}
#content {
	border:1px solid #CCCCCC;
	padding:1px;
	margin: 0;
	padding-left: 5px;
	padding-right: 20px;
	overflow:auto;
	color:#000033;
	font-size:1em;
}
#footer{
	width:950px;
	margin:auto;
}

/*____________________________________________________________
Class Styles
____________________________________________________________*/

.bodyright {
	float:right;
	width:80%;
	min-height:400px;
	background-color:#A5C0C5;
	overflow:auto;
	background:url(../media/misc/large/index.jpg);
	background-repeat:repeat;
	background-position:top;
}
.bodyright tr {
	font-size:.9em;	
	border-bottom:thick;
	border-bottom-color:#000;
}
.bodyright img {
	border:none;	
}
.bodyright h1, h2, h3, h3, h4, h5, h6, p {
	padding-left:10px;
	padding-right:10px;
	font-size:1em;
}
.footerleft {
	width:50%;
	float:left;
	text-align:left;
	background-color: #B7BFE3;
	margin:auto;
}
.footerright {
	width:50%;
	float:right;
	text-align:right;
	background-color: #B7BFE3;
}
.clear {
	clear:left;
}
table {
	/*border: none;
	border-style: none;*/
	width:95%;
	margin-left:10px;
}
