/*
Two Column Fixed Layout with header and footer
For Security Research Associates
by jim coe		02/10/2005	Last edit 02/20/2005
Remove width property of body element to allow columnRight to go liquid
Validated in TopStyle 3.0 2/20/2005
*/

/* Text Styles */
/*********************/
/* Scrollbar Colors Not supported MSIE 5.0, NN 6, 7 */
body, html {
	scrollbar-face-color: #1E3C6E;
	scrollbar-shadow-color: #333366;
	scrollbar-highlight-color: #eeeeff;
	scrollbar-3dlight-color: #eeeeff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #DCDCDC;
	scrollbar-arrow-color: #ffffff;
}

/* not used
#FullPage{
	color: #333333;
	background-color: #ffffff;
}
*/

body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166em;
	color: #333333;
	width: 998px;
	/* border-right: 1px solid #333333; */
	background-color: #ffffff;
}

/* Bkg image is inside top of contents section, just over text */
/* Background Image is per page - in the head. Like this: */
/*body{ */
/* background-image: url(images/slices/SRA-Mh6_03.gif); */ 
/* background-repeat: no-repeat; */
/* background-position: 180px 85px; */
/* {																*/

/* For NN4, which ignores body code, inside tables */
/* body td{ */
	/* margin: 0px; */
	/* padding: 0px; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	/* line-height: 1.166em; */
	/* color: #333333; */
	/* background-color: #ffffff; */
	/* width: 1002px; */
	/* border-right: 1px solid #333; */
/* } */

p{ margin:0px;
	line-height: 1.13em;
}

br{
	line-height: 0.5em;
}

/* No font size here - breaks P7 */
a:link, a:visited, a:hover {
	color: #666666;
	/*background-color: White;*/
	text-decoration: none;
}

/* overrides for hover, when link underline set to none above. */
/* No font size here - breaks P7 */
a:hover {
	text-decoration: underline;
	color: #5C5CFF;
}
		
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	/* color: #006699; */
	/* background-color: #ffffff; */
	}

h2{
	font-size: 110%;
 	padding: 0px 0px 10px 0px;
 	text-align: center;
	font-weight: bold;
	color: #ECAF3C;
 /* background-color: #ffffff; */
}

h3{
 font-size: 90%;
 color: #666666;
 background-color: #ffffff;
}

h4{
 font-size: 85%;
 font-weight: normal;
 color: #333333;
 background-color: #ffffff;
}

h5{
 font-size: 80%;
 color: #334d55;
 background-color: #ffffff;
}

ul { 
	margin-top: 0; 
	margin-bottom: 5px; 
}

ul li{
	margin-top: 2px;
	list-style-type: disc;
}

ul ul li{
	margin-left: 0px;
	list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

/* More space between paragraphs. Use instead of <br /> */
ol li{
	margin-top: 0.2em;
}

.negspace {
margin-top: -15px;
}

/* Less vertical space */
.minLine10{
	font-family: Verdana,Arial,sans-serif;
	line-height: 10px;
}

.minLine8{
	font-family: Verdana,Arial,sans-serif;
	line-height: 8px;
}

.minLine4{
	font-family: Verdana,Arial,sans-serif;
	line-height: 4px;
}
/* ========================== */
/*          Text Styles       */
/* ========================== */

.HeadingCtr{
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	color: #666666;
	}
	
.BigHeadCenter{
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #666666;
}

.BigHeadCenterBlu{
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #44618C;
}

.BigestHeadLftBlu{
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #44618C;
}

.BigHeadLeftBlu{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	color: #44618C;
}


.LeftHead{
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	color: #666666;
	}
	
.LeftDarker{
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	color: #333333;
	}	
	
.MidBold{
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	color: #888888;
}	
	
.MidBoldBlu{
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	color: #44618C;
}	
	
.MidBoldBluCenter{
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #44618C;
}		
	
	
.SmallBold{
	text-align: left;
	font-weight: bold;
	font-size: 75%;
	color: #888888;
}
	
.FirmName{
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	color: #666666;
	padding: 5px 0px 0px 0px;
}

.ColLeftWht{
	text-align: left;
	font-weight: bold;
	font-size: 65%;
	/* same as default link text */
	color: #666666;
	background-color: #eeeeee;
	padding: 5px 0px 0px 10px;
}

.address{
	text-align: center;
	font-size: 70%;
	color: #777777;
	background-color: #eeeeee;
	padding: 5px 0px 0px 0px;
}

.copyright{
	text-align: center;
	font-size: 65%;
	color: #999999;
	background-color: #eeeeee;
	padding: 5px 0px 0px 0px;
}

.SmallCentered{
	text-align: center;
	font-size: 75%;
	color: #999999;
	background-color: #ffffff;
	padding: 5px 0px 0px 0px;
}

/* ============================================= */
/*               Layout code                     */
/* ============================================= */

#Masthead{
/* must be height of masthead image(s) */
	height: 81px;
	/* border-left: 4px solid #87598C; */
}

#columnLeft{
	/* clear: both; */
	float: left;
	/*was 160, then 170 */
	width: 180px;
	/* padding-left: 0px;*/
	/* padding-top: 0px;*/
	/* padding-bottom: 0px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* padding-top: 1em; */
	background-color: #eeeeee;
	/* Dk grayed red-violet to match graphic borders */
	/* border-left: 4px solid #87598C; */
	border-right: 1px solid #666666;
}

/*
Div for Atomz search HTML formatting.
	A form is a block level element. To control space after form,
	..see note at page top on style inline inside form method tag.
*/
#SearchLeft{
	/*text-align: right;*/
	background-color: #44618C;
	height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	/*padding: 62px 10px 0px 0px;*/
	font-size: 90%;
	color: #999999;
}

#NavLeft{
	width: 180px;
	/* Set the font for Pop Memu Magic here */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* same color as pix above and close to nav sys to hide gap */
	background-color: #44618C;
}

#LeftColImage{
	background-color: #415485;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/* height: inherit; */
}
#LeftColRule{
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #aaaaaa;
}	
	
/* Not used now */	
#LeftColText{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#leftPolicyBox1 {
	margin: 10px 10px 10px 10px;
	border: 1px solid #000000;
	background-color: #44618c;
	color: DDDDDD;
	font-size: 10px;
}

#leftPolicyBox1 a:link { 
  color: #DDDDDD;
  text-decoration: none;
}

#leftPolicyBox1 a:visited {
	color: #DDDDDD;
	text-decoration: none;
  }
#leftPolicyBox1 a:hover {
	color: #FFFFFF;
	font-weight: bold;
	/*margin: 10px 10px 10px 10px;*/
	/*background-color: #ccccFF;*/
	text-decoration: underline;
}	
  
#leftPolicyBox2 {
	margin: 10px 10px 10px 10px;
	border: 1px solid #000000;
	background-color: #44618c;
	color: DDDDDD;
	font-size: 10px;
}

#leftPolicyBox2 a:link { 
  color: #DDDDDD;
  text-decoration: none;
}

#leftPolicyBox2 a:visited {
	color: #DDDDDD;
	text-decoration: none;
  }
#leftPolicyBox2 a:hover {
	color: #FFFFFF;
	font-weight: bold;
	/*margin: 10px 10px 10px 10px;*/
	/*background-color: #ccccFF;*/
	text-decoration: underline;
}	

/*
#LeftStripes{
	width: 170px;
	background-image: url(images/slices/SRA-MhStripes_05.gif); 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
*/	
/* ColumnRight is full 2nd column */
#columnRight{
	/* modified to make room for image at top of content */
	/* padding-top: 1em; */
	/* margin: 0px 2em 0px 200px; */
	/* margin: 0px 0px 0px 175px; */
	/* Right margin just clears left column */
	margin: 0px 0px 0px 180px;
}

/*
Home page table is used to allow "3 columns", without a 3 column layout. 
This pushed down the contents of the left table col to clear the
background pix, allowing the right table column to start higher on the page.
*/
#MainContent{
/*
MainContent is left column of 2 column table.
Top padding controls content distance below bkgd image.
*/
	padding: 225px 15px 0px 15px;
	margin: 10px 0px 0px 20px;
	width: 450px;
	border-right: 1px solid #999999;
}

/*
#ClearThePix{
	Height: 180px;
	margin: 0px 0px 0px 0px;
}
*/

#Portraits{
	margin: 10px 0px 10px 40px;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	color: #333333;
}

#footer{
	clear: both;
	background-color: #eeeeee;
	/* padding-bottom: 1em; */
	padding-bottom: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: center;
	line-height: 1.0em;
	/* border-left: 4px solid #87598C; */
}

