﻿/* root.css
	
COLORS
    Main Text:              #3d3d3d
    Army Gold:              #ffd54a
    Army Green:             #7b8738                  
    Light Gray bg:          #f7f7f7
------------------------------------*/

body 
{
	color:#3d3d3d;
    font-family: Verdana, Arial, sans-serif;
    background:#c0c0c0 url(images/bg.jpg) no-repeat center center fixed;
    width: 100%;
    margin: 0px;
}

a {
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
}

a.Second {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

a.Third {
    color: #3d3d3d;
    font-weight: normal;
    text-decoration: none;
}

a.Fourth {
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
    font-size:xx-small;
}

a.Fifth {
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
}

a.warningLink {
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
    font-size:xx-small;
}

a.warningLinkLarge {
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #7b8738;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color:#3d3d3d;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.15em;
}
h3 {
    font-size: 1.0em;
}

image 
{
	border: 0;	
}

p.second {
	color:#3d3d3d;		
}

strong{
    color: #3d3d3d;
}

table {
  border-collapse: collapse;
}

table.fontStyle{
    color: #3d3d3d;
}

td.fontStyle{
    color: #3d3d3d;
}

td.styleOne{
	font-size:x-small;
}

td.styleTwo{
	font-size:xx-small;
}

td.styleThree{
    border-color: #C2C2C2;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}

td.styleFour{
    width:50%; 
    padding-left:200px;
}

#bottomNews{
    color: #3d3d3d;
}
#az{
	color:#3d3d3d;
}


.MainContentDiv
{
    border-color:#3d3d3d;
    border-right-width:1px;
    border-bottom-width:1px;
    border-left-width:1px;
    border-top-width:0px;
    border-style: solid;
    background-color:White;
    width:998px;
}

.PaddedContentDiv
{
    padding-left:10px;
    padding-right:10px;
}

.SingleIndent
{
    text-indent:50px;
}

.StandardContentParagraph
{
    color:#3d3d3d;
    text-align:left;
}

.SloganParagraph
{
    font-size:small;
    font-weight:bold;
    font-style:italic;
    text-indent:25px;
}
.postalAddress
{
    font-size:small;
    font-weight:bold;
    font-style:italic;
    padding-left:25px;
}

.missionHeading
{
    font-weight:bold;
}

.functionHeading
{
    font-weight:bold;
}

.divisionsHeading
{
    font-weight:bold;
}

.mainPageText
{
    color: #3d3d3d;
    font-size:smaller;
}