/*Element Rules-------------------------------------------*/
a:link {
	color: #CC0000;
}
a:visited {
	color: #515151;
}
a:hover {
	color: #CC0000;
	background-color: #E5E5E5;
}
body {
	font-family: Calibri, Arial, "Trebuchet MS";
	font-size: 100%;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../assets/images/grayback2.gif);
}
/*header rules-------------------------------------------*/
#header h1 {
	font-size: x-large;
	background-color: #990000;
	color: #FFFFFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#content #header #topmenu a:link {
	color:#FFFFFF;
	}
#content #header #topmenu a:visited {
	color:#FFFFFF;
	}
#content #header #topmenu a:hover {
	color:#000000;
	background-color: #FFFFFF;
	}	
/*topmenu rules----------------------------------------------*/
#content #header #topmenu {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
/*menu rules---------------------------------------------*/
#menu h3 {
	font-size: medium;
	padding-left: 5px;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style:none;
	}
#menu h3 {
	font-size: medium;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style:none;
	}
#menu a {
	display: block;
	}
#menu h3 {
	font-size: medium;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #CCCCCC;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style:none;
	}
#menu a {
	display: block;
	padding-left: 5px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
	}
#menu a:link {
	text-decoration: none;
	
	}
#menu a:visited {
	text-decoration: none;
	
	}
#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	}
/*content rules----------------------------------------------*/
#content {
	background-color: #FFFFFF;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #999999;
}
#content h2 {
	font-size: large;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#innercontent li {
	margin-bottom: 10px;
	margin-top: 5px;
}
#content table {
	font-size: 70%;
	text-align: center;
}
#content caption {
	font-size: large;
	font-weight: bold;
	text-align: left;
}
#content table img {
	border: 0;
}

#content #innercontent {
	margin-left: 220px;
	margin-right: 20px;
}

#content #menu {
	float: left;
	width: 200px;
}
#footer {
	clear: both;
	padding: 5px;
}
/*classes------------------------------------*/
.floatleft {
	float: left;
}
.alert {
	font-weight: bold;
	color: #CC0000;
}
.tip {
	background-color: #FFFFCC;
	padding: 5px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
.browserlinks {
	text-decoration: none;
	background-color: #FFFFFF;
}
