/* Page Styles
----------------------------------------------- */

body {
	font: 10pt/16pt Arial, Helvetica, sans-serif; 
    margin:0px 0px 0px 0px; 
    padding:0;
	background-color: #EEF3F5;
	/* Used to centre the whole layout as some browsers ignore the auto property */
	text-align: left;	
	height: 100%;
	}

H1 { 
	font-size: 16px; 
	color: #6666CC;d 
}
H4 { 
	font-size:14px;
	font-weight:bold;
	color: #7a8dd4; 
	margin: 0px;
	padding-bottom: 3px;
}
IMG {
	border:0px;
}
.page-heading {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:30px;
	color: #cccccc;
}
.rightjustify {
	float:right;
}
	
.leftjustify {
	float:left;
}

.righttext {
	text-align:right;
}
.lefttext {
	text-align:left;
}
.centertext {
	text-align:center;
}
.hidecontent {
	display:none;
}

.stylSpecial {
	font-size: 9px;
	font-style: italic;
}
	
/* Centers an image by making it a block level element then uses auto margins */
IMG.centreimage {
    display: block;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	text-decoration:none;
	border-bottom:1px dotted #000000;
	color:#000000;
} 
a:visited {
	text-decoration:none;
	border-bottom:1px dotted #888;
	color:#000000;
}
a:hover {
	text-decoration:none;
	border-bottom:1px dotted #000000;
	color:#f00;
}
a:active {
	text-decoration:none;
	border-bottom:1px solid #000000;
	color:#000000;
}

#navlist li.skip-to-content {
	display:none;
}


/* Container
----------------------------------------------- */
/*div#container {
	width: 760px;
}*/
#container {
	text-align:justify;
	width: 760px;
	position:relative;
	margin: 0px auto;
	margin-top: 0px;
	border: 1px solid #999;
	background-color:#FFFFFF;
}

#siteParent{
	margin: 0px auto;
	background-color:#EEF3F5;
	height: 100%;
}

/* Header
----------------------------------------------- */
#banner {
 	width:760px;
  	height:101px;
}
#menu {
  	background:#F0F0F0;
  	width:760px;
  	float:left;
}


/* Menu
----------------------------------------------- */
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top: 3px;
background-color: #adc4ce;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.0em 1em;
background-color: #adc4ce;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}


/* Main Content 
----------------------------------------------- */
div#keywords{
	width: 760px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #999999;
}
#page-body {
	border-top:1px solid #FFFFFF;
	float:left;
}
#content-main {
  	float:none;
  	width:395;
	height: 600px;
	padding-left:0px;
	text-align:justify;
	font-size:11px;
}
#content-left {
  	float:left;
  	width:360px;
	height:600px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	clear:both;
}
#content-leftlong {
  	float:left;
  	width:360px;
	height:1200px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	clear:both;
}
#content-right {
	float:right;
	width:300px;
	height:300;
	padding-right:20px;
	padding-top:20px;
	clear:both;

}
#content-rightNew {
	float:right;
	width:278px;
	height:800px;
	clear:none;

}

#content-bottom {
	clear:both;
	width: 100%;
	height: 50;
	margin:auto;
	text-align:center;
}
#content-copyright{
	text-align:center;
	background-color: #EEF3F5;
	margin-bottom: 15px;
}


.style1 {
	font-size: 9pt;
	font-style: italic;
}
.control {    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #333333;
    border: 1px solid #666666;
}
.style2 {	color: #6666CC;
	font-weight: bold;
}
