*
{
	margin: 0;
	padding: 0;
}

a
{
	color: rgb(96, 97, 76);
	text-decoration: none;
}

	a:hover
	{
		text-decoration: underline;
	}

img
{
	border: 0;
}

body
{
	background: url("/images/bodybg.png") repeat-x rgb(255, 255, 255);
	font: 100% Verdana, sans-serif;
	line-height: 1;
	color: black;
	padding: 20px 0px;
}

th
{
	font-family: Trebuchet MS, Verdana;
}

#main
{
	width: 61.5em; /* 985px */
	background-color: rgb(246, 247, 242);
	margin: auto;
}

	#leftmenu
	{
		float:left;
		width: 11em;
		min-height: 200px;
		padding-top: 5px;
	}

		#leftmenu ul.navigation
		{
			list-style: none;
			padding-top: 5px;
			width: 151px;
			overflow: hidden;
			margin-left: 7px;
			margin-bottom: 0;
			background-color: rgb(82, 97, 76);
			color: white;
		}

			#leftmenu ul.navigation li
			{
				padding-left: 10px;
				padding-bottom: 5px;
				margin-left: 0;
			}

				#leftmenu ul.navigation li a
				{
					color: white;
					text-decoration: none;
					font-size: 0.7em;
				}

				#leftmenu ul.navigation li a:hover
				{
					text-decoration: underline;
				}

				#leftmenu ul.navigation li.Active
				{
					background: url("/images/active.gif") no-repeat 0 6px;
				}

			#leftmenu ul.navigation ul
			{
				background: rgb(115, 136, 107);
				left: -17px;
				position: relative;
				margin-top: 6px;
			}

				#leftmenu ul.navigation ul li
				{
					padding-left: 13px;
				}

	#breadcrumb
	{
		 float: left;
		 width: 83em;
		 font-size: 0.6em;
		 margin: 10px 0 10px 0;
	}

		#breadcrumb div
		{
			padding-bottom: 8px;
			border-bottom: 1px solid rgb(82, 97, 76)
		}

		#breadcrumb a
		{
			color: black;
			text-decoration: none;
		}

		#breadcrumb a:hover
		{
			text-decoration: underline;
		}

		#breadcrumb img
		{
			float: right;
			margin-right: 20px;
		}

		#breadcrumb div.reloadinfo
		{
			float: right;
			white-space: nowrap;
			padding: 0;
			border: 0;
			margin-right: 80px;
		}

			#breadcrumb div.reloadinfo img
			{
				float: none;
				margin-right: 5px;
				vertical-align: middle;
			}

				#breadcrumb div.reloadinfo a
				{
					color: rgb(115, 136, 107);
				}

	#bodycontainer
	{
		float: right;
		width: 50.5em;
	}

	#left
	{
		float: left;
		width: 48em;
		min-height: 200px;
		font-size: 0.8em;
		padding-bottom: 20px;
		vertical-align: top;
		margin-right: 2em;
	}

	.frontpageleft
	{
	}

	#right
	{
		float: right;
		width: 11em;
		min-height: 200px;
	}

#header
{
	background: url("/images/logo2.png") no-repeat 42px 10px;
	height: 147px;
	clear: both;
}

	#armylogo
	{
		background: url("/images/armylogo.png") no-repeat 890px 20px;
	}

		#logo
		{
			background: url("/images/logo.png") no-repeat 0 32px;
			height: 103px;
			margin-left: 156px;
		}

	#header #menu
	{
		margin-left: 151px;
		width: 100%;
		background: none;
		line-height: normal;
	}

		#header #menu ul
		{
			list-style: none;
			margin: 0 0 0 6px;
		}

			#header #menu li
			{
				float: left;
				background: url("/images/menutab.png") no-repeat left 24px;
				margin: 0 10px 0 0;
				padding: 0 0 0 3px;
				height: 24px;
			}

				#header #menu li a
				{
					float: left;
					display: block;
					width: .1em;
					background: url("/images/menutab.png") no-repeat right 24px;
					padding: 6px 25px 4px 25px;
					text-decoration: none;
					color: black;
					font-size: 12px;
					white-space: nowrap;
				}

					#header #menu > ul a {width:auto;}
					/* Commented Backslash Hack hides rule from IE5-Mac \*/
					#header #menu li a {float:none;}
					/* End IE5-Mac hack */

					#header #menu li a:hover
					{
						color: white;
					}

				#header #menu li.Active
				{
					background-position: 0 0px;
				}

				#header #menu li.Active a
				{
					background-position: right 0;
					color: white;
				}

				#header #menu li:hover, #header #menu li:hover a
				{
					background: url("/images/menutab.png") no-repeat 0 0px;
				}

				#header #menu li:hover a
				{
					color: white;
					background-position: right 0px;
				}

				#header #menu li div
				{
				}

#header #menubottom
{
	clear: both;
	height: 20px;
	background: rgb(50, 50, 50);
}

#footer
{
	background-color: rgb(115, 136, 107);
	font-size: 0.6em;
	color: white;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 2px;
}

	#footer a
	{
		color: white;
	}

.clear
{
	border: 0 none;
	clear: both;
	font-size: 0;
	height: 0pt;
	line-height: 0pt;
	margin: 0pt;
	padding: 0pt;
	position: relative;
}

.box
{
	width: 151px;
	overflow: hidden;
	margin-left: 7px;
	background-color: rgb(82, 97, 76);
	color: white;
}

	.box b.top, .box b.top b, .box b.bottom, .box b.bottom b
	{
		display: block;
		height: 4px;
		font-size: 1px;
		background-repeat: no-repeat;
		background-image: url("/images/box.png");
	}

	.box b.top b
	{
		background-position: 100% -4px
	}

	.box b.bottom
	{
		background-position: 0 -8px
	}

	.box b.bottom b
	{
		background-position: 100% -12px
	}

	.box a
	{
		color: white;
		text-decoration: none;
	}

	.box a:hover
	{
		text-decoration: underline;
	}

	.box div.content
	{
		padding: 6px 11px;
		font-size: 0.7em;
	}

		.box div.content h2
		{
			text-align: center;
		}
		
.boxspace
{
	height: 6px;
}

.boxlight
{
	background-color: rgb(115, 136, 107);
}

	.boxlight b.top, .boxlight b.top b, .boxlight b.bottom, .boxlight b.bottom b
	{
		background-image: url("/images/boxlight.png");
	}

.boxalt
{
	background-color: rgb(96, 97, 76);
}

	.boxalt b.top, .boxalt b.top b, .boxalt b.bottom, .boxalt b.bottom b
	{
		background-image: url("/images/boxalt.png");
	}

.boxaltlight
{
	background-color: rgb(171, 173, 135);
}

	.boxaltlight b.top, .boxaltlight b.top b, .boxaltlight b.bottom, .boxaltlight b.bottom b
	{
		background-image: url("/images/boxaltlight.png");
	}

.listtop
{
	width: 48em;
	margin-left: 0;
	overflow: hidden;
	background-color: rgb(50, 50, 50);
	color: white;
}

	.listtop b.top, .listtop b.top b, .listtop b.bottom, .listtop b.bottom b
	{
		background-image: url("/images/boxdark.png");
	}

.frontpageleft .listtop
{
	width: 62em;
}

/* Text */
h1
{
	font-family: Trebuchet MS, Verdana;
	font-size: 1.8em;
	font-weight: normal;
	margin: 4px 0 14px 0;
}

h2
{
	font-family: Trebuchet MS, Verdana;
	font-size: 1.5em;
	margin: 4px 0;
	font-weight: normal;
}

h3
{
	font-family: Verdana;
	font-size: 1.1em;
	margin: 4px 0;
}

h4
{
	font-family: Trebuchet MS, Verdana;
	font-size: 1.3em;
	margin: 4px 0;
	font-weight: normal;
}

ul
{
	margin-left: 4px;
}

	ul li
	{
		margin-left: 14px;
		padding-bottom: 8px;
	}

/* Forms */
form th, table.info th
{
	text-align: left;
	font-family: Trebuchet MS, Verdana;
	padding-right: 10px;
}

form th, form td, table.info th
{
	padding-bottom: 5px;
	vertical-align: top;
}

form th, table.info th
{
	padding-top: 5px;
}

input
{
	font-family: Verdana, sans-serif;
}

.textbox, textarea
{
	width: 25em;
	font: 100% Verdana, sans-serif;
}

textarea
{
	height: 7em;
	overflow: auto;
}

.button
{
	font-family: Trebuchet MS, Verdana;
	padding: 0 5px;
}

.validationerror
{
	color: rgb(160, 0, 0);
	border: 2px dashed rgb(190, 0, 0);
	padding: 6px;
	width: 300px;
	margin: 6px 0;
}

/* Lists */
table.List
{
	width: 48em;
	color: white;
}

	table.List th
	{
		background-color: rgb(50, 50, 50);
		padding: 3px;
		text-align: center;
	}

	table.List td
	{
		background-color: rgb(82, 97, 76);
		border-top: 1px solid rgb(246, 247, 242);
		padding: 4px;
		text-align: center;
	}

		table.List td a
		{
			color: rgb(209, 212, 157);
		}

	table.List tr.alt td, table.List td.alt
	{
		background-color: rgb(115, 136, 107);
	}

	table.List td.alt
	{
		border-left: 1px solid rgb(246, 247, 242);
	}

	table.List tr.cancelled td, table.List td.cancelled, table.List tr.cancelled td a
	{
		background-color: rgb(226, 107, 0);
		color: white;
	}

.frontpageleft table.List
{
	width: 62em;
}
