@media print
{
	.noprint
	{
		display: none;
	}
	div.Topbar
	{
		display: none;
	}
	div.MenuContainer
	{
		display: none;
	}
	div.PanelContainer
	{
		margin: 0px;
		width: 100%;
	}
	div.Body
	{
		width: 100%;
		margin: 0px;
	}
	div.Footer
	{
		display: none;
	}
}

body
{
	background-color: #293f4d;
	color: #082a55;
	font-size: small;
	font-family: sans-serif;
}
div.Topbar
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 960px;
	height: 130px;
	background-image: url(graphics/topbar_emblem.jpg);
}
div.Body
{
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 960px;
	background-image: url(graphics/grass_tile.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #9cdbed;
}
div.Footer
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 10px;
	width: 960px;
	font-size: small;
	background-image: url(graphics/footer.jpg);
	background-repeat: repeat-x;
	color: white;
}
div.Footer img
{
	margin: 0px;
}
div.MenuContainer
{
	float: left;
}
div.Menu
{
	width: 120px;
	min-height: 140px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-image: url(graphics/scroll_middle.png);
	background-position: left;
	background-repeat: repeat-y;
}
div.MenuTop
{
	background-image: url(graphics/scroll_top.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 170px;
	height: 44px;
	padding: 0px;
}
div.MenuBottom
{
	background-image: url(graphics/scroll_bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 170px;
	height: 57px;
	padding: 0px;
}
div.Menu a
{
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
div.Menu a:link
{
	
}
div.Menu a:visited
{
	
}
div.Menu a:active
{
	
}
div.Menu a:hover
{
}
img
{
	display: block;
	border: 2px solid #293f4d;
	margin: 10px;
}
@media screen
{
	div.PanelContainer
	{
		margin-left: 180px;
	}
}
div.Panel
{
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fcfdff;
	border: 2px solid #070e83;
}
div.Panel div.Panel
{
	background-color: #fffbac;
	border: 0px;
	padding: 10px;
}
div.Sidebar
{
	float: right;
	background-color: #fffbac;
	border: 1px dashed #070e83;
	margin: 10px;
	width: 204px;
}
div.Sidebar img
{
	margin-left: 0px;
	margin-right: 0px;
}
div.SideContainer
{
	float: right;
	margin: 10px;
	width: 204px;
}
div.SideContainer img
{
	margin-left: 0px;
	margin-right: 0px;
}
div.SimpleTextBox
{
	padding: 10px;
	margin-bottom: 10px;
	border: none;
	background-color: #fffbac;
}
div.TextBox
{
	padding: 10px;
	margin-bottom: 10px;
	border: none;
	background-color: #fffbac;
}
h1
{
	margin: 0px;
	font-size: x-large;
	font-weight: bold;
	color: #530e0e;
}
h2
{
	font-size: medium;
	font-weight: bold;
	margin: 0px;
	color: #348304;
}
h3
{
	font-size: large;
	font-weight: bold;
	color: #0A4D77;
	margin: 0px;
}
b
{
	color: #4B185D;
}
hr
{
	border: 1px solid #530e0e;
}
a:link
{
	color: #0a4288;
	text-decoration: none;
	border-bottom: 1px dotted #0a4288;
	font-weight: bold;
}
a:visited
{
	color: #0a4288;
	text-decoration: none;
	border-bottom: 1px dotted #0a4288;
	font-weight: bold;
}
a:hover
{
	color: #530e0e;
	text-decoration: none;
	font-weight: bold;
}
a:active
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
p
{
}
li
{
	clear: right;
}
table
{
	vertical-align: center;
	margin-left: auto;
	margin-right: auto;
}
td
{
	padding: 4px;
}
tr.Shaded
{
	background-color: #fffbac;
}
input[type=text]
{
	width: 100%;
}
input[type=password]
{
	width: 100%;
}
ul
{
	padding-left: 20px;
	display: inline-block;
}
li
{
	list-style-image: url(graphics/bullet.gif);
}
