/* G.A.I.T. Online Newsletter STYLE SHEET */

/*  COMMENTS 
background: url(../image/backgroundImages/menu_background_hover.jpg);  THIS METHOD DOES NOT WORK IN FIREFOX

MAIN COLORS USED
	Main Blue: #005EB2
	Grayish Blue: #8FA2B3
	Main Red: #B20800
	Main Green: #006633
	Lt Beige/whitish-yellow: #e8dcc9  
	white & black  
	            
*/

body {
	background-color: #ffffff;
	margin: 0px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
/*	background-image: url(../image/backgroundImages/backgroundPattern.jpg);
	background-repeat: repeat-y; */

}  

h1 {
	letter-spacing: .7em;
	font-size: 1.1em;
	line-height: 1.2em;
	font-variant: small-caps;

}

h2, h3 {
	letter-spacing: .9em;
	font-size: 1em;
	line-height: 1em;
}


hr {
  width:90%;
  color:#005EB2;  /* main blue*/
}

tr {
	vertical-align: top;
}
ul li {
	list-style-image:   url("../newsletters/backgroundImages/bullet.gif");
	line-height: 18px;
}

ul li ul li {
list-style-image:   url("../newsletters/backgroundImages/bulletGray.gif");
line-height: 18px;

}

.blackEmphasis1 {
	color: #000000;
	letter-spacing: .2em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

.blackEmphasis1_Left{
	color: #000000;
	letter-spacing: .2em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
}

.blackEmphasis1_Right{
	color: #000000;
	letter-spacing: .2em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
}

.blackEmphasis2 {
	color: #000000;
	letter-spacing: .2em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

.blackEmphasis2_Left {
	color: #000000;
	letter-spacing: .2em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
	
}
.blackEmphasis2_Right{
	color: #000000;
	letter-spacing: .2em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}


.blackEmphasis3 {
	color: #000000;
	letter-spacing: .2em;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

.blackEmphasis3_Left {
	color: #000000;
	letter-spacing: .2em;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
}

.blackEmphasis3_Right {
	color: #000000;
	letter-spacing: .2em;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}

.blueEmphasis {
	color: #005eB2;
	letter-spacing: .3em;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-transform: capitalize;
}

.first-letter {
	color: #006633;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: .1em;
	margin-right: .1em;
	border: 1px solid #006633;
	text-transform: capitalize;
	float: left;
}


.redEmphasis {
	color: #FF0000;
	letter-spacing: .3em;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-transform: capitalize;
}

.whiteEmphasis {
	color: #e8dcc9;
	color: #ffffff;
	letter-spacing: .5em;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}

.greenEmphasis {
	color: #006633;
}

.smallText {
	font-size: 9px;
	text-align: center;
}



/** PAGE LAYOUT  **/

/* Header Table - For Logo and Address Info - Is its own table */
#headerTable {
 	margin: 0 auto;
  	width: 800px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #ffffff; /* white */
	color: #000000; /* font color black */
	border: 1px solid #005EB2; /* dark blue */
	background-image:   url("../image/headerImages/headerIndex.jpg");
	background-repeat: no-repeat;
	background-position: left center;
}

#headerTableLogoCell {
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.2em;
	font-size: 1.2em;
	text-transform: none;
	padding: 0;
	font-weight: bold;
	font-variant: normal;
	line-height: 1.2em;
}

/* headerTableAddressCell Links - Dark Blue*/
#headerTableLogoCell a:link { color: #005EB2; text-decoration:none; }           /* Unvisited links */
#headerTableLogoCell a:visited { color: #005EB2; text-decoration:none; }        /* Visited links */
#headerTableLogoCell a:hover { color: #005EB2; text-decoration:underline; }     /* Hover link color */
#headerTableLogoCell a:active { color: #005EB2; text-decoration:none; }         /* Active link */

#addressTable {
	font-weight: bold;
	letter-spacing: 0.4em;
	font-size: 11px;

}

/* Second Table Down - For Main Content */
#mainTable {
  	margin: 0 auto;
  	width: 800px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border-right: 1px solid #005EB2; /* dark blue */
	border-left: 1px solid #005EB2; /* dark blue */
	border-top: 1px solid #005EB2; /* dark blue */
	background-color: #ffffff; /* white */
}

#tagLineArea {
	background-color: #8fa2b3; /* blueGray */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: .2em;
	text-align:center;
	color: #ffffff;
	text-align: center;
	padding-top: 3px;
	
}

#pageHeadingArea {
	background-color: #ffffff; /* white */
	border-top: 2px solid #005EB2; /* dark blue */
	color: #000000;
	font-size: 1em;
	letter-spacing: .9em;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 10%;
}

/* Menu on Left Table Cell    **/
#navbar {
	background-color: #005EB2; /* dark blue */
	text-align: left;
	vertical-align: top;
	width: 130px;
}

#navbar a{
   width: 130px;
   height:23px;
   text-align:left;
   padding:5px 5px 5px 5px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration:none;
   color:#e8dcc9; /* Lt Beige */
   font-size: 10px;
   border:1px solid #e8dcc9;
   display:block;
}

#navbar a:hover {
	width: 130px;
	height:23px;
	text-align:left;
	padding:5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#005EB2; /* dark blue font */
	color:#000000; /* black */
	font-size: 10px;
	border:1px solid #e8dcc9;
	display:block;
	background-image:   url("../newsletters/backgroundImages/navBackground-hover.jpg");
	background-repeat: no-repeat;
}


/* Content Table Cell In Middle  */
#content {
	vertical-align: top;
	width: 540px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 2em 2em 0 2em;
	background-image: url(../image/backgroundImages/dcExpressBackgroundImage.gif);
	background-repeat: no-repeat;
	background-position: center center;
 }

/* Content Link Colors - Dark Blue*/
#content a:link { color: #005EB2; text-decoration:none; }           /* Unvisited links */
#content a:visited { color: #005EB2; text-decoration:none; }        /* Visited links */
#content a:hover { color: #005EB2; text-decoration:underline; }     /* Hover link color */
#content a:active { color: #005EB2; text-decoration:none; }         /* Active link */



#rightArea {
	width:130px;
	vertical-align: top;
	background-color: #8FA2B3; /* gray blue */
	border-left: 1px solid #005EB2; /* Dark Blue */
	margin: 0;
	padding: 2em 2em 0 2em;
	padding: 0;
	
}
	
/* rightArea Link Colors - Lt. Beige */
#rightArea a:link { color: #e8dcc9; text-decoration:none;}          /* Unvisited links */
#rightArea a:visited { color: #e8dcc9; text-decoration:none;}        /* Visited links */
#rightArea a:hover { color: #e8dcc9; text-decoration:underline;}     /* Hover link color */
#rightArea a:active { color: #e8dcc9;; text-decoration:none;}         /* Active link */



#mainTableBottom1 {
	background-color: #8fa2b3; /* grayish blue */
	line-height: 6%;

}

#mainTableBottom2 {
	background-color: #005EB2; /* dark blue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	letter-spacing: .2em;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Third Table Down - Footer Information  */
#footerTable {
 	margin: 0 auto;
  	width: 800px;
	border-right: 1px solid #005EB2; /* Dark Blue */
	border-bottom: 1px solid #005EB2; /* Dark Blue */
	border-left: 1px solid #005EB2; /* Dark Blue */
	padding: 4px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #ffffff; /* white */
	color: #000000; /* very dark gray */
	text-align:center;

	
}

/* Footer Table Link Colors - Dark Blue*/
#footerTable a:link { color: #005EB2; text-decoration:none; }           /* Unvisited links */
#footerTable a:visited { color: #005EB2; text-decoration:none; }        /* Visited links */
#footerTable a:hover { color: #005EB2; text-decoration:underline; }     /* Hover link color */
#footerTable a:active { color: #005EB2; text-decoration:none; }         /* Active link */

/** END PAGE LAYOUT */ 
