html, body {
	margin:			0px;
	padding:		0px;
}

body {
	background-color:	#fff;
	background-image:	url(images/mil_background.jpg);
	background-position:	top center;
	background-repeat:	no-repeat;
	font-family:		Verdana, Geneva, Ariel, sans-serif;
	font-size:		small;
}

h1, h2, h3 {
	font-family:		"Trebuchet MS", Verdana, Geneva, Ariel, sans-serif;
}

h1 {
	font-size:		150%;
	font-weight:		lighter;
}

h2 {
	font-size:		130%;
	font-weight:		lighter;
}


#text_body {
	background-color:	white;
	width:			700px;
	height:			600px;
	padding:		15px;
	margin-top:		0px;
	margin-bottom:		0px;
	margin-left:		auto;
	margin-right:		auto;
	overflow:		auto;
}

.bodypic {
	width:			150px;
	height:			500px;
	border:			1px solid #00006f;
	float:			right;
	padding:		0px;
	margin-top:		25px;
	margin-left:		15px;
	margin-right:		15px;
}

.bodypic2 {
	width:			600px;
	height:			100px;
	border:			1px solid #00006f;
	margin-top:		10px;
}

#topbanner {
	background-color:	#00006f;
	background-image:	url(images/miliwebbanner.png);
	background-position:	top center;
	background-repeat:	no-repeat;
	margin-left:		auto;
	margin-right:		auto;
	height:			100px;
	width:			100%;
}

#shadow {
	background-image:	url(images/back_1.gif);
	background-color:	white;
	height:			15px;
	width:			730px;
	margin:			0px;
	margin-left:		auto;
	margin-right:		auto;
	padding:		0px;
	z-index:		10;
}

#menu_back {
	background-color:	#00006f;
	background-image:	url(images/miliwebbanner_2.png);
	background-position:	top center;
	background-repeat:	no-repeat;
	height:			35px;
	width:			100%;
	padding:		0px;
	margin-left:		auto;
	margin-right:		auto;
}	

#menu_cont {
	height:			30px;
	width:			500px;
	margin-left:		auto;
	margin-right:		auto;
}

#menu_cont2 {
	width:			100%;
	height:			30px;
	padding:		0px;
	margin-left:		16px;
	margin-right:		auto;
}

#botmenu {
	background-color:	#00006f;
	background-image:	url(images/menu_back.png);
	padding:		10px;
}

#botmenutext {
	width:			700px;
	margin-top:		15px;
	height:			100px;
	margin-left:		auto;
	margin-right:		auto;
	text-align:		center;
	color:			#fff;
}

#botmenutext a:link {
	text-decoration:	none;
	color:			#fff;
}

#botmenutext a:visited {
	text-decoration:	none;
	color:			#fff;
}

#botmenutext a:hover {
	text-decoration:	underline;
	color:			#d71010;
}

#botmenutext a:active {
	text-decoration:	underline;
	color:			#d71010;
}

.endorser {
	font-style:		italic;
}

.copyright {
	font-size:		70%;
	color:			#fff;
}

.profile {
	float:			left;
	margin-right:		5px;
}

.frontpic {
	margin:			5px;
	border:			none;
}