html {
height: 101%;
}

body {
	margin-top:0px;
	font-family: Verdana, Helvetica, Arial, Tahoma, Trebuchet MS, sans-serif;
	font-size: 8pt;
	background:transparent url('../images/pattern.gif') repeat;
	   
}

form {
	margin-top:0px;
	font-family: Verdana, Helvetica, Arial, Tahoma, Trebuchet MS, sans-serif;
	font-size: 8pt;
}

sup {
	font-size: .7em;
}

p,li {text-align:justify;}

#main {
	width:777px;
	color:#666666;
	text-align:left;
	margin:0 auto;
	line-height:130%;
	background-color:#FFFFFF;
}

#header_wrapper, #nav_wrapper, #content_wrapper {
	width:777px;
}

/* right breadcrumbs */
.breadcrumbs {
	float:right;
	font-size:100%;
	color:#000000;
}

.breadcrumbs a{
	color:#000000!important;
	font-weight:bold;
}

/* top right breadcrumbs */
#breadcrumbs_top {	margin:4px 10px -21px 0;}
#breadcrumbs_top a{	color: #ffffff!important;}
/* bootom right breadcrumbs */
#breadcrumbs_bottom {	margin:0 10px 12px 0;}

#logo_text { 
        padding-left:5px;
        padding-bottom:10px;
        font-weight:lighter;
        font-size:120%;
        }

/* header image */
#header {
	clear:right;
	background-repeat:no-repeat;
	text-align:left;
}
/*#header h1 { color:#2a56d6; height:115px; margin:0 15px; padding:0; line-height:2em; font-size:180% }*/
#header h1 { color:#2a56d6; height:136px; padding:0; line-height:2em; font-size:180% }


/* header tags */
h1 {
	color:#2a56d6;
	font-size:130%;
	display:block;
	width:100%;
}
h2 {
	font-size:120%;
	display:block;
	width:100%;
	border-bottom:2px solid #F0F0F0;
	margin:0;
	padding:0;
	margin-top:20px;
	color:#557ef5;
	font-stretch: narrower;
	font-size: 100%;
}

/* anchor links */
a, a:visited {
	text-decoration:none;
	color:#2a56d6;
}
a:hover, a:visited:hover {
	color:#2a56d6;
	text-decoration:underline;
}

/* footer */
#footer_wrapper {
	margin:0 auto;
	padding:0;
	width:765px;
	border-top:6px double #CCCCCC;
	font-size:70%;
	text-align:center;
	clear:both;
}
#footer {
	padding-right:5px;
	margin:0;
	line-height:190%;
	text-align:right;
	clear:both;
	vertical-align:middle;
}

.legalCopyright
        {
        font-family: arial,helvetica,sans-serif, verdana; 
        text-align: center; 
        /*font-size: 0.8em;*/
        font-size:70%;
        }


/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		/*float:left;*/
		width:100%;			/* width of page */
		position:relative;
		/*position:absolute;*/
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0.5em 0;	
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
/*		background:#ffffff;*/		/* right column background colour */  
	}
	.threecol .colmid {
		right:22%;			/* width of the right column */
	}
	.threecol .colleft {
		/*right:50%;			/* width of the middle column */
		right:56%;
	}
	.threecol .col1 {
		width:47%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:23%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:23%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

body
{min-width:600px;		/* Minimum width of layout - remove line if not required */
}
						/* The min-width property does not work in old versions of Internet Explorer */


.sites img {
padding: 6px 16px 6px 0px;
float:left;
/*border-top:1px solid #BFBFBF;*/
}

.sites {
padding: 6px;
/*float:right;*/
}
.sites a img{
border:none;
}


.sites p {
padding: 10px 0px 0px 0px;
clear:both;
}

.clearBoth {
clear: both;
}