/* CSS Document */

/*
light brown #c6b696
	@ 25% on a white background #f1ede5
med brown #887c54
dark green #474133
*/

/*_______________GLOBAL_______________*/

html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(../images/layout/background.jpg);
	height:100%;
	margin:0;
	padding:0;
}
	
body {
	background-image: url(../images/layout/medsoldiers.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:610px;
	margin:0 auto;
	}
	
	
.spacer { /* transparent image used to keep height on topnav and footer */
	float:left;
	display:inline; /* fixes IE double float */
	}
	
a {
	color:#887c54;
	text-decoration:underline;
}
a:visited {
	color:#887c54;
	text-decoration:underline;
}
a:hover {
	color:#474133;
	text-decoration:underline;
}

address {
	font-size:10px;
	font-weight:bold;
	padding:10px;
	}
	
/*_______________TOPNAV_______________*/
	
#topnav {
	background-image:  url(../images/layout/nav_back.gif);
	behavior: url(../iepngfix.htc);
	}
	
.topnav {
	color:#c6b696;
	font-weight:bold;
	font-variant:small-caps;
	line-height:23px;
	}	
	
.topnav a {
	color:#c6b696;
	text-decoration:none;
}
.topnav a:visited {
	color:#c6b696;
	text-decoration:none;
}
.topnav a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/*_______________LAYOUT_______________*/

#left {
	width:140px;
	border-left:3px solid #000000;
	border-right:1px solid #000000;
	background-color:#887c54;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	}
	
#right {
	width:126px;
	border-right:3px solid #000000;
	border-left:1px solid #000000;
	background-color:#887c54;
	padding-top:5px;
	padding-bottom:5px;
	}
	
#main {
	margin:5px 20px;
	font-size:14px;
	color:#333333;
	width: 445px;
	clear: both;
	}
	
#header_pop {
	background-image:  url(../images/layout/header_pop.gif);
	background-position:top center;
	width:580px;
	line-height:25px;
	}
	
#footer {
	background-image:  url(../images/layout/footer.gif);
	background-position:bottom center;
	behavior: url(../iepngfix.htc); /* in case java is disabled IE6 and below png display */
}
.footer, .footer_pop{
	line-height:25px;
	color:#c6b696;
	font-size:12px;
	}
#footer_pop {
	background-image:  url(../images/layout/footer_pop.gif);
	background-position:bottom center;
}

.footer a, .footer_pop a {
	color:#c6b696;
	text-decoration:none;
	}
	
.box {
	/*background-color:#c6b696;*/
	color:#FFFFFF;
	width:114px;
	border:1px solid #474133;
	border-bottom:5px solid #474133;
	margin-bottom:5px;
	}

/*_______________POPUP_______________*/

.popup {
	background-color:#f1ede5;
	width:580px;
	border-left:3px solid #000000;
	border-right:3px solid #000000; 
	}
.popup .sponsors {
	float:left;
	display:inline; /* fixes IE double float */
	width: 187px;
	padding:2px;
	}
.popup .sponsors img {
	width: 100%;
	}

/*_______________CONTENT_______________*/
	
#title {
	text-align:center;
	margin-top:5px;
	}
	
#title h1 {
	color:#474133;
	font-size:20px;
	font-weight:bold;
	margin-bottom:0px;
	font-variant:small-caps;
	}

#title hr {
	border:0px;/* so firefox won't add a border */
	height:1px;
	margin-top:0px;
	margin-bottom:15px;
	width:250px;
	background:#c6b696;/* so firefox displays the color */
	color:#c6b696;
	}
	
.subtitle {
	margin:5px 0px;
	color:#474133;
	font-weight:bold;
	font-size:14px;
	}
	
.article {
	background-color:#f1ede5;
	border:1px solid #c6b696;
	padding:10px;
	overflow:auto;
	}
	
.article .subtitle {
	text-align:center;
	}
	
.article .image_caption {
	float:left;
	display:inline; /* fixes IE double float */
	margin:5px;
	border:1px solid #c6b696;
	background-color:#FFFFFF;
	margin-right:10px;
	}

.article .image_caption img {
	border:1px solid #474133;
	margin:5px;
	}
	
.article .image_caption p {
	margin-top:3px;
	margin-bottom:5px;
	text-align:center;
	color:#887c54;
	font-size:12px;
	}
	
.article .subcontent {
	text-align:right;
	font-size:10px;
	margin:0px;
	padding:0px;
	}
	
.article .top, .top {
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:10px;
	}
	
ul.star {
	list-style-image: url(../images/layout/star.png);
	list-style-position: inside;
	color:#333333;
	margin-top:5px;
	padding-left:0px;
	margin-left:0px;
	}
#left ul.star a {
	color:#c6b696;
}
#left ul.star a:visited {
	color:#474133;
}
#left ul.star a:hover {
	color:#000000;
}

.box p {
	margin-right:5px;
	color:#474133;
	font-weight:bold;
	font-size:12px;
	}

.box h3 {
	color:#FFFFFF;
	font-variant:small-caps;
	font-size:14px;
	font-weight:bolder;
	margin:0 0 0 0;
	text-align:center;
	}
	
.box a {
	color:#c6b696;
}
.box a:visited {
	color:#474133;
}
.box a:hover {
	color:#000000;
}

.table_list {}
.table_list tr {
	padding-bottom:3px;
	}

.font10 {font-size:10px;}
.font12 {font-size:12px;}

.clearAll {
	clear: both;
	}
	
.clearLeft {
	clear: left;
	}
	
.clearRight {
	clear: right;
	}
	
.floatLeft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	}

.floatRight {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	}
