@charset "utf-8";
/* CSS Document */

table {
	border-color: #000000;
}

th {
	background-color: #cccccc;
	color: #000000;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}

td {
	font-size: 90%;
}

td.title {
	width: 35%;
}

td.contents {
	width: 65%;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom:5px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #363636;
	padding-bottom: 2px;
	font-weight: bold;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ff0000;
	padding-bottom: 2px;
	font-weight: bold;
}
#header {
	background-image: url(../fed_mil/images/fedmil_banner2.jpg);
	background-color: #FFFFFF;
	width: 760px;
}


#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 120%;

}

#content p {
	font-size: 14px;
	margin: 5px 3px 3px 5px;
	padding: 0;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.list {
	margin-left:20px;
	margin-bottom:5px;
	line-height: 130%;
	font-size: 100%;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content a:link, #Content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	text-decoration: underline;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #363636;
}

.text_description {
	font-size: 80%;
	margin: 5px 3px 3px 5px;
	padding: 0;
	line-height: 130%;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/************* relatedLinks styles **************/

#sectionLinks{
	margin: 0px 0px 20px;
	padding: 0px;

}

#sectionLinks h2{
	padding: 0px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px 0px 5px;
	color: #000000;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	padding: 3px 0px 3px 10px;
	color: #363636;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #363636;
	background-image: none;
	font-weight: bold;
	color: #FFFFFF;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 5px;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.relatedLinks a{
	display: block;
	font-size: small;
}
/*sets the boxes in the right column, note no width set on the boxes, the width is determined by the margin settings*/
.boxes {
	background-color: #FFFFFF;/*sets the background colour*/
	border: 1px solid #4F4F4F;/*adds a border around the boxes*/
	margin: 0px 5px 10px;/*set the margins, these margins position the boxes within the nvabox container*/
   padding-bottom: 3px;/*add a little clearance below the final paragraph in each of the side boxes*/
}

/*sets the style for the title in each of the boxes in the right coloumn*/
.boxes h3 {
	font-size: 80%;
	background-color: #363636;
	margin: 0;
	padding: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px solid #4F4F4F;
	color: #fff;
}

/*styles the text content in each of the boxes in the right column*/
.boxes p {
	font-size: 80%;
	margin: 5px 3px 3px 5px;
	padding: 0;
	line-height: 130%;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*styles the links in each of the boxes in the right column*/
.boxes a:link, .boxes a:visited {
	color: #0000FF;
	text-decoration: none;
}

/*styles the link hover and focus states in each of the boxes in the right column*/
.boxes a:hover, .boxes a:focus {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #0033CC;
}
.imageleft {
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 175px;
	font-size: 12px;
	border: 0px solid #000000;
	float: left;
	overflow: visible;
}
.imageright {
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 175px;
	font-size: 12px;
	border: 0px solid #000000;
	float: right;
	overflow: visible;
}

