/* CSS Document */

/*------------------------------------------------*/
/*        Styles for the global area		      */
/*------------------------------------------------*/
body{
	margin:1px 0px; 
	height:600px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
        background-color: #EEEEEE;
}
	
#content {
	width:768px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	background-color:#EEEEEE;
}

#content a{
    text-decoration: none;
    color:#666666;
}

#content a:visited {
    text-decoration: none;
    color:#666666;
}

#content a:hover {
    text-decoration:underline;
    color:#666666;
}

/*------------------------------------------------*/
/*        Styles for the top area		          */
/*------------------------------------------------*/
div.top{
	position: relative;
	width:800px;
	height:150px;
	left:0px;
	top:0px;
	font-size: 25pt;
	cursor: default;
	border-bottom: 1px solid #CCCCCC;
}

div.topContent{
	width:800px;
	height:150px;
}

div.topImage{
	float:left;
}

/*------------------------------------------------*/
/*        Styles for global area		          */
/*------------------------------------------------*/
div.globalBody{
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

.globalBody a{
    text-decoration: none;
    color:#666666;
}

.globalBody a:visited {
    text-decoration: none;
    color:#666666;
}

.globalBody a:hover {
    width:450px;
    height:25px;
    text-decoration:underline;
}

div.left{
	width:110px;
	height:580px;
	float:left;
	border-left: 1px solid #BBBBBB;
	/*padding-right:20px;*/
}

div.right{
	width:665px;
	height:580px;
	float:right;
	border-left: 1px dotted #BBBBBB;
	border-right: 1px solid #BBBBBB;
	color:#666666;
}


/*------------------------------------------------*/
/*        Styles for under top area		          */
/*------------------------------------------------*/
div.way{
	width:800px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	border-bottom: 1px solid #CCCCCC;
}

div.simpleWay{
	width:450px;
	height:25px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
	padding-left:5px;
	font-size:13px;
}

.simpleWay a{
	text-decoration: none;
	color:#666666;
}

.simpleWay a:visited {
	text-decoration: none;
	color:#666666;
}

.simpleWay a:hover {
	width:450px;
	height:25px;
	text-decoration:underline;
}


div.links{
	width:300px;
	height:15px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;
	margin-right:5px;
}

div.bottom{
	width:800px;
	height:30px;
	font-size: 8pt;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

div.bottomLeft{
	height:22px;
	padding-top:8px;
}

div.bottomRight{
	height:22px;
	padding-top:8px;
}

/*------------------------------------------------*/
/*        Styles for the menu area		          */
/*------------------------------------------------*/
div.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:60px;
	
}

div.buttonMenu{
	width:90px;
	height:20px;
	vertical-align:baseline;
	color:#7482B3;
	
}

.buttonMenu a{
	text-decoration: none;
	color:#666666;
}

.buttonMenu a:visited {
	text-decoration: none;
	color:#666666;
}

.buttonMenu a:hover {
	display:block;
	color:#FF9900;
	width:100px;
	height:20px;
}

/*------------------------------------------------*/
/*        Styles for the new area		          */
/*------------------------------------------------*/
 
div.flash{
	width:660px;
	height:280px;	
}

div.newGlobal {
	width:660px;
	height:260px;
	background-image:url(Images/tree.png);
}

div.newright {
	width:290px;
	height:100px;
	margin-left:20px;	
}

div.newText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:20px;
}

div.imageRight{
	float:right;
	width:150px;
	margin-right:-50px;
}

/*------------------------------------------------*/
/*        Styles for the central area		      */
/*------------------------------------------------*/

div.centralContent{
	width:660px;
	height:500px;	
}

div.lineMenu{
	font-size:13px;
	padding-left:20px;
}

.lineMenu a{
	width:100px;
	text-decoration: none;
	color:#666666;
}

div.lineLink{
	font-size:12px;
	padding-left:20px;
}

div.labels{
	width:140px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:3px;
}

div.form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

div.line{
	height:34px;
}

div.lineButton{
	margin-right:155px;
}
