
* {
    margin:0;
    padding:0;
	border: 0px;
}

body {
	background-color: #05121A;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 10px;
	cursor: default;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color:#D9D3CD;
}

a:visited {
	color:#D9D3CD;
}

a:focus, a:active {
	color:#FFFFFF;
}

a:hover {
	color:#EB8518;
}

a img {
	padding: 3px;
}

a:hover img {
	border: 1px solid #D9D3CD;
	padding: 2px;
}


img {
	vertical-align: middle;
	

}
p {
	font-size: 12px;
}
h1 {
	margin: 7px;
	margin-bottom: 15px;
	font-size: 3.6em;
}

h2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	font-size: 3.2em;
	}

h3 {

	margin-bottom: 6px;
	font-size: 2em;
}

h4 {
	margin: 8px;
	font-size: 2.1em;
	text-align: center;
	}

h5 {
	font-size: 12pt;
	}

h6 {
	font-size: 12px;
}


div.error {
	font-size: 12pt;

}


div.body {
	min-width: 780px;
	width: 950px;
        /*max-width: 74.923em;*/
	margin-left: auto;
	margin-right: auto;
	background-color: #102A3B;
	background-image: url('img/contentback.gif');
	background-repeat: repeat-y;
	background-position: -15px 0px;
}

div.msgbox {
	background-color: #102A3B;
	border: 1px solid #6A645D;
	padding: 5px;
	font-size: 12px;
	color: #EEEEEE;
	white-space: normal;
	text-align: left;
	font-variant: normal;
}



/*===================================*/
/*===================================*/
/*===================================*/

div.header {
	width: auto;
	height: 122px;
	background-color: #184460;
	background-image: url('img/darkheaderbit.gif');
	background-position: right;
	background-repeat: repeat-y;
	white-space: nowrap;
	padding-left: 6px;
}

#headerbox {
	width: 150px;
	position: relative;
	float: right;
	vertical-align: top;
	top: 25px;
	right: 10px;
	font-size: 8pt;
	z-index: 1;
}

div.separator {
	background-image: url('img/separatorback.gif');
	background-repeat: repeat-x;
	padding-left: 6px;

}


div.main {
	vertical-align: top;

	height: auto;
	border-bottom: 2px solid #111111;
		
}

/*===================================*/
/*===================================*/
/*===================================*/


div.menu {
	clear: none;
	float: left;
	/*background-color: #184460;*/
	font-size: 1.4em;
	font-variant: small-caps;
	font-family: trebuchet ms, helvetica, sans-serif;
	width: 145px;
	text-align: right;
	padding-top: 30px;
	vertical-align: top;
	height: 100%;
	margin-bottom: 0px;
	

}

	div.menu .cattitle{
		display: block;
		height: 23px;
		width: 130px;
		margin-right: 0px;
		margin-left: auto;
		padding-right: 3px;
		background-image: url('img/menutitleback.gif');
		background-position: top right;
		background-repeat: repeat-y;
		font-size: 11pt;
		font-weight: bold;
		text-align: right;
		vertical-align: middle;
		line-height: 18px;
	}


	* html div.menu .cattitle {
		height: 21px;
		padding-top: 2px;
	}

	div.menu .menucat{
		background-color: #102A3B;
		margin-right: 0px;
		margin-left: auto;
		margin-bottom: 4px;	
		padding-top: 6px;
		padding-bottom: 15px;
		width: 120px;
		text-align: left;
		border-left: 1px solid #111111;
		border-bottom: 1px solid #111111;
	}

	div.menu .catsubtitle {
		display: block;
		margin: 4px;
		margin-top: 10px;
		margin-bottom: 4px;
		font-weight: bold;
		color: #888888;
		border-bottom: 1px solid #444444;
	}
	
	div.menu .menuitem {
		display: block;
		padding-left: 16px;
		letter-spacing: .00em;
		font-weight: bold;
		font-size: 9pt;
		font-family: verdana, sans-serif;
	}



	div.menu #menubox {	
		width: 110px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		font-size: 11px;
	}

	div.menu #menubox h6 {
		padding: 2px;
		font-size: 8pt;
		font-variant: small-caps;
		font-weight: bold;
		font-family: verdana, sans-serif;
		background-color: #6A645D;
		margin-bottom: 6px;
		text-align: center;

		}


/*===================================*/
/*===================================*/
/*===================================*/



div.released {
	clear: none;
	float: right;
	height: 60px;
	width: 70%;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: 20px;
	text-align: justify;
	background-image: url('img/releasedback.gif');
	background-position: top left;
	background-repeat: repeat-x;
	
}

div.released img {
		padding-top: 5px;
		margin-left: 20px;
		margin-right: 20px;
		vertical-align: top;
}

div.released a:hover img {
	border: 0px;
	padding: 3px;
	padding-top: 2px;
	}


div.released .soldier {
	float: left;
	position: relative;
	top: -3px;
	left: -5px;
	background-image: url('img/soldier1.gif');
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;

}

div.content {
	clear: none;
	float: right;
	background-color: #102A3B;
	padding: 15px;
	padding-left: 4px;
	padding-top: 15px;
	padding-bottom: 10px;
	height: auto;
	/*width: 600px;*/
	width: 78%;
	min-width: 60%;
	margin-top: 0px;
	margin-bottom: auto;
	
}

/*===================================*/
/*===================================*/
/*===================================*/

div.projects {
	margin-left:auto;
	margin-right: auto;
	width: 96%;
	text-align: center;
	
	}

div.projects img {
	margin-left: auto;
	margin-right: auto;
	border: 3px ridge #6A645D;
	}

div.projects img#projectlogo {
	border: 0px;
	}

div.projects p {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10pt;
	}

div.projects a#download {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 22px;
	vertical-align: top;
	}

div.projects#links p {
	margin-bottom: 60px;
	}

div.projects#links h3 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom: 1px solid #BBBBBB;
	width: 70%;
	}

div.projects#links a {
	font-size: 12pt;
	font-weight: bold;
	width: auto;
	padding-left: 85px;
	padding-right: auto;

	}

div.projects#links a .desc {
	font-weight: normal;
}


div.media {
	font-size: 14px;
	margin-top: 40px;
	}

div.media h4 {
	font-size: 14pt;
	}


img.media_desktop {
	float: left;
	margin: 15px;
	}

/*===================================*/
/*===================================*/
/*===================================*/

.gentable {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background-color: #585858;
	font-size: 9pt;
	border-collapse: collapse;
	}

.gentable th {
	font-size: 11pt;
	background-color: #184460;
	margin: 0px;
	border: 1px solid #BBBBBB;
	padding: 3px;
}

.gentable tr.even {
	background-color: #474747;

}

.gentable td {
	border: 1px solid #BBBBBB;
	padding: 3px;
	text-align: center;
}

/*-----------------------------------------------------------*/
/*															 */
/*				   FORUM RSS NEWS CONFIGURATION    			 */
/*															 */
/*-----------------------------------------------------------*/

div.content .news_byline {
	padding-left: 8px;
	padding: 5px;
	}

div.content .news_postbody {
	font-size: 10pt;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 6px;
	font-family: arial, sans-serif;
	}

.postimage {
	width: 100%;
	margin-bottom: 16px;
	margin-left: 8px;
	}

div.content .news_comments {
	text-align: right;
	padding-right: 5px;
	margin-bottom: 15px;
	font-size: 9pt;
	}

div.content .news_title {
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 6px;
	padding: 6px;
	border-bottom: 1px solid #171C1E;
	background-color: #171C1E;
	color: #FFFFFF;
	cursor: default;
	letter-spacing: 2px;
	}

div.content .news_title a {
	color: #FFFFFF;
	}

div.content .news_title a:hover {
	color: #888888;
	}

div.content hr {
	width: 100%;
	height: 3px;
	}



/*===================================*/
/*===================================*/
/*===================================*/

div.footer {
	clear: both;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 145px;
	padding-right: 10px;
	border-top: 2px solid #111111;
	background-color: #184460;
	background-image: url('img/darkheaderbit.gif');
	background-position: 158px -60px;
	background-repeat: repeat-y;
	text-align: right;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
}

div.footer #imgbox {
	text-align: left;
	float: left;
}

* html div.footer {
	padding-top: 2px;
	padding-bottom: 4px;
	}

