html
{
	height: 100%;
}

body
{
	height				: 100%;
	background		 	: #D1D1D1;
	font-size			: 100%;
	font-family			: verdana, arial, helvetica, sans-serif;
	margin				: 0em;
	padding				: 0em;
	/*text-align		: center;*/

}
	

#body
{
	width				: 770px;
	background-color	: #fff;
	/*margin			: 0 auto;*/
	margin				: 0;
	z-index				: 250;
	text-align			: left;
	border-top			: 14px solid #36598F;
}

#overview-container
{
	width				: 680px !important;
	width /**/			: 683px;
	background-color	: #E6E9EE;
	padding				: 0px;
	margin				: 0px;
	z-index				: 250;
	text-align			: left;
	border-right		: 3px solid #36598F;
	border-bottom		: 3px solid #36598F;
}

#overview
{
	width				: 660px;
	background-color	: #E6E9EE;
	padding				: 0px;
	margin				: 0px;
	z-index				: 250;
	text-align			: left;
}

#content-container
{
	width				: 680px;
	background-color	: #fff;
	padding				: 0px;
	margin				: 0px;
	z-index				: 250;
	text-align			: left;
	border-right		: 3px solid #36598F;
}

#content
{
	width               : 500px !important;
	width /**/          : 550px;
	background-color	: #fff;
	padding-bottom		: 40px !important;
	padding-bottom /**/	: 40px;
	padding-left		: 40px !important;
	padding-left /**/	: 40px;
	padding-top			: 20px !important;
	padding-top /**/	: 30px;
	margin				: 0px;
	z-index				: 250;
	text-align			: left;
}

#footer_copy
{
	width				: 680px;
	background-color	: #fff;
	padding-bottom		: 10px !important;
	padding-bottom /**/	: 20px;
	padding-top			: 10px !important;
	padding-top /**/	: 20px;
	margin				: 0px;
	z-index				: 250;
	text-align			: center;
	font-size			: 0.7em;
	border-top			: 3px solid #36598F;
	color				: #36598F;
}

#footer_copy p, #footer_copy strong
{
color				: #36598F;
}

#content p
{
	color				: #848683;
	font-size			: 0.8em;
	font-family			: arial, helvetica, sans-serif;
}

#content strong, #content b
{
	color				: #848683;
	font-size			: 0.8em;
	font-family			: arial, helvetica, sans-serif;
}

#content td strong, #content td b
{
font-size			: 1.1em;
color				: #000000;
}

#content p strong, #content p b
{
	color				: #848683;
	font-size			: 1em;
	font-family			: arial, helvetica, sans-serif;
}

#content em, #content i, em, i
{
	color				: #848683;
	font-size			: 0.8em;
	font-family			: arial, helvetica, sans-serif;
}

#content p em, #content p i
{
	color				: #848683;
	font-size			: 1em;
	font-family			: arial, helvetica, sans-serif;
}

#content p a
{
	color				: #848683;
	font-size			: 1em;
	font-family			: arial, helvetica, sans-serif;
}

#content p a:hover
{
	color				: #3D3D3D;
	font-size			: 1em;
	font-family			: arial, helvetica, sans-serif;
}

#content h1
{
	font-family			: times;
	color				: #848683;
	font-size			: 1.5em;
}

#content h2
{
	font-family			: times;
	color				: #848683;
	font-size			: 1.5em;
}

#content h3
{
	font-family			: times;
	color				: #848683;
	font-size			: 1.1em;
}

#content h4
{
	font-family			: times;
	color				: #848683;
	font-size			: 0.9em;	
}

#content ul.article_list li
{
	padding-bottom		: 20px;
}

#content ul.article_list li a
{
	font-size: 1em;
}

#content .boxout {
        border                          : 3px solid #36598F;
        padding                         : 5px;
        background-color        : #E6E9EE;
        color:                          : #36598F;
}

#content .boxout a {
        padding                         : 0px;
        background-color        : #E6E9EE;
        color:                          : #36598F;
        font-weight                     : bold;
        font-size                       : 0.8em;
        text-decoration         : none;
}


hr
{
        height: 3px;
        color:  #36598F;
}

#content ol
{
        margin                          : 20px;
        padding-left            : 15px;
        padding-bottom          : 3px;
        color                           : #848683;
        font-size                       : 0.8em;
        font-family                     : arial, helvetica, sans-serif;
}

#content ol li
{
        padding-bottom: 20px;
}

#content ul
{
	list-style-image:url(/images/bularrow.gif);	
	margin				: 20px;
	padding-left		: 15px;
	padding-bottom		: 3px;
	color				: #848683;
	font-size			: 0.8em;
	font-family			: arial, helvetica, sans-serif;
}

#overview ul
{
	list-style-image:url(/images/new_arrow.gif);	
	margin:0px;
	padding-left:18px;
	padding-bottom:4px;
}

#overview ul li
{
	padding-bottom:8px;
}

#overview td h2
{
	font-family			: times;
	color				: #2E5C98;
	font-size			: 1.2em;
	padding-top			: 20px;
	padding-left		: 5px;
	padding-bottom		: 10px;
}

#overview td p
{
	font-size			: 0.7em;
	color				: #797A7B;
	padding				: 0px;
	margin				: 0px;
}

#overview td a
{
	color				: #444547;
	font-size			: 0.9em;
	font-weight			: bold;
	text-decoration		: none;
}

#overview td a:hover
{
	text-decoration		: underline;
}

#overview td p a
{
	color				: #375C93;
	font-size			: 1em;
	font-weight			: normal;
	text-decoration		: none;
}

#overview td p a:hover
{
	text-decoration		: underline;
}

#overview td ul li a
{
	color				: #375C93;
	font-size			: 0.9em;
	font-weight			: normal;
	text-decoration		: none;
}

#overview td ul li a:hover
{
	text-decoration		: underline;
}

#overview td span.date
{
	color				: #797A7B;
	font-size			: 0.6em;
	font-weight			: bold;
	text-decoration		: none;
}

#banner
{
	border-right		: 20px solid #36598F;
	border-bottom		: 3px solid #36598F;
}

#banner #strapline
{
	width: 530px;
	text-align: right;
	padding-top: 22px;
	font-size: 1em;
	font-weight: bold;
	height				: 87px !important;
	height /**/			: 106px;
	-moz-height		: 80px;
}
	
#menu
{
	position: absolute;
	/*
	top: 60px;
  	left: 800px;
  	*/
  	top: 60px;
  	left: 555px;
  	width				: 196px !important;
	width /**/			: 199px;
  	/*border-radius		: 18px; -moz-border-radius		: 18px;*/
  	border: 3px solid #36598F;
  	background: #E6E9EE;
  	z-index				: 350;
}

#menu h1
{
	font-family: times;
	background: #36598F;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	margin:0px;
}