@charset "utf-8";



body

{
	font-family: "Myriad Pro", "Arial", sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 0px;
	text-align: center;
	vertical-align: top;
	color: #2d1c01;
	background-color: #e4f2fd;
}

td
{
	font-family:"Arial", sans-serif;
	vertical-align:top;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	color: #2d1c01;
}
ul
{
	margin-left: 10px;
	padding-left: 0px;
}
li 
{
	list-style-image: url(images/logo_li.jpg);
	margin-left: 0px;
	padding-left: 0px;
}
a
{
	color: #000000;
	font-weight: bold;
}

a:hover
{
	color: #49667d;
}

h1
{
	color: #49667d;
	font-weight: bold;
	font-size: 25px;
	display: inline;
	line-height: 1.2em;
}

h2
{
	color: #49667d;
	font-weight: normal;
	font-size: 25px;
	display: inline;
	line-height: 1.2em;
}

h3
{
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	display: inline;
	line-height: 1.2em;
}
h4
{
	color: #000000;
	font-weight: normal;
	font-size: 30px;
	display: inline;
	line-height: 1.2em;
}
#main
{
	width: 836px;
	height: 100%;
	padding-top: 9px;
	margin-top: 10px;
	margin-bottom: 20px;
}



/* header */
#header
{
	background-image: url(images/header_building.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 133px;
	width: 836px;
	position: absolute;
	top: 20px;
	text-align: right;
}

.dateright
{
	margin: 30px;	
}

#mainimage
{
	height: 286px;
	width: 836px;
	position: absolute;
	top: 153px;
}
#subtop .copy
{
	margin: 15px 20px 0 20px;
}
		

#submain
{
	background-image:url(images/main_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

/* text area */
#textarea
{
	background-image: url(images/main_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 836px;
	text-align: left;
}

#leftside
{
	background-image: url(images/home/leftside_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;	
	width: 290px;
	color: #4a4949;
}

.lefttext
{
	margin: 5px 25px 5px 40px;
}

.bluearea
{
	background-image: url(images/home/blue_section_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;	
	width: 222px;
	color: #4a4949;
}

.bluearea .text
{
	margin: 0 5px 0 7px;
	font-size: 10px;
	line-height: 1.2em;
}

#rightside
{
	width: 646px;
}

.righttext
{
	margin: 30px 60px 20px 40px;	
}

/* font options */

.emph
{
	color: #49667e;
	font-size: 1em;
	font-weight: bold;
}

.emphlg
{
	color: #49667e;
	font-size: 1.2em;
	font-weight: bold;
}

a.boldcap
{
	color: #49667e;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

a.boldcap:hover
{
	color: #4a4949;
}

a.boldcapu
{
	color: #49667e;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}

a.boldcapu:hover
{
	color: #4a4949;
}


/* pictures */
.pixsm
{
	border: 1px solid #1b619f; 
	margin: 15px 25px; 
	padding: 3px;
}
.pix
{
	border-left: 2px solid  #273621;
	border-top: 2px solid  #273621;
	border-right: 2px solid  #576a50;
	border-bottom: 2px solid  #576a50;
	margin-left: 20px;
	margin-bottom: 10px;
}

.pixlt
{
	border-left: 2px solid  #273621;
	border-top: 2px solid  #273621;
	border-right: 2px solid  #576a50;
	border-bottom: 2px solid  #576a50;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* footer */
#footer
{
	color: #0b10a2;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	height: 48px;
	position: relative;
}

#footer .text
{
	margin: 0 0 0 10px;
	position: relative;
}

#footer a
{
	color: #0b10a2;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}


