/* CSS Document */
		
#container
{
margin: 1em 5%;
width: 923px;
margin: 0 auto;
text-align: left;
background-color:#FFFFFF;
}

#non_container
{
margin: 1em 5%;
width: 923px;
margin: 0 auto;
text-align: left;
background-color:#FFFFFF;
}


#home_container
{
margin: 1em 5%;
width: 923px;
margin: 0 auto;
text-align: left;
}


/************styles*************/


.body_text{
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}

.white_text{
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}

.heading{
color:#003055;
letter-spacing: 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
}

.small_grey{
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
}

.interior_links{
color:#003055;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:right;
font-weight:bold;
}

.subhead{
color:#003055;
letter-spacing: 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

.body_text2{
color:#000066;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}

/* ---=== Create bulleted list, then change the bullet style to arrows ===--- */
.bulletArrow {list-style-image: url(../images/arrows.gif);}

/* ---=== Fixes Firefox table cell borders bug ===--- */
#mytable1, #mytable1 td {border: 1px solid #FFFFFF;}

.box_links A:link {color:#333333; text-decoration:none;}
.box_links A:visited {
	color:#333333;
	text-decoration: none;
}
.box_links A:active {
	color:#333333;
	text-decoration: none;
}
.box_links A:hover {text-decoration: underline; color:#333333;}

element.class {vertical-align:top}


/* ---=== Code added below for boxes ===--- */

#box
	{
	position: relative;
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 4px;
	padding: 2;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 230px;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
 	
#content
	{
	padding:3em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(../images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	

/* Additional Box code - Thrash box */

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 230px; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 1px 30px 31px;
}
