@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background-color:#fff;
	background-image:url(../images/bg1.png);
	background-repeat:repeat-x;
	}
/* Text Styles */

.menutext { font-size:13px; font-weight:bold; color:#FFFFFF; font-family:Arial;}
.footertext { font-size:10px; font-weight:bold; color:#999999; font-family:Arial;}
.h1 { font-size:18px; font-weight:bold; color:#003300; font-family:Arial;}
.h1a { font-size:18px; font-weight:bold; color:#009900; font-family:Arial;}
.content1 { font-size:11px; color:#333333; font-family:Arial;}

/* Header General Divs */

#contentbg {


width:960px;
height:auto;
margin:auto;
background-color:#FFFFFF;

}


/* Top Divs */

#topcontainer{


width:931px;
height:100px;
margin:auto;
padding-top:5px;


}

#logocontainer{
width:400px;
height:auto;
padding-left:10px;
padding-top:20px;
float:left;
}

#toprightcontainer{
width:auto;
height:auto;
padding-right:5px;
margin-top:-5px;
float:right;
}

/* Menu Divs */

#menucontainer{
width:931px;

margin:auto;
background-position:top;
background-image:url(../images/spacer1.png);
background-repeat:repeat-x;

}

#menubgcontainer{

width:932px;
margin:auto;
padding-top:5px;

}

#menubg{

width:932px;
height:31px;
margin:auto;
background-image:url(../images/menubar.png)
}

#iconcontainer{

width:932px;
height:auto;
margin:auto;
padding-top:5px;


}

/* General middle Divs */

#middlecontainer{

width:932px;
height:550px;
margin:auto;
}

#middlecontainerinfo{

width:932px;
height:620px;
margin:auto;
}

#leftcontainer{

width:253px;
height:500px;
float:left;

}

.leftbutton {

width:253px;
hight:20px;
padding-top:5px;

}

#rightcontainer{

width:675px;
height:500px;
float:right;

}

#slide{

width:675px;
height:auto;
float:right;

overflow:hidden;

}

#slidecontainer{

width:675px;
height:auto;
float:right;
margin-top:4px;
overflow:hidden;


}

.middlebuttons{

width:675px;
height:auto;
float:right;
padding-top:5px;

}

#contentmiddlecontainer{

width:675px;
height:auto;
float:right;
margin-top:4px;
overflow:hidden;


}

/* footer Divs */

#footercontainer{

width:932px;
height:100px;
margin:auto;
background-position:top;
background-image:url(../images/spacer1.png);
background-repeat:repeat-x;
margin-top:10px;
}

#leftfootercontainer {

width:695px;
hight:20px;
padding-top:17px;
float:left;

}

#rightfootercontainer{

width:223px;
height:auto;
float:right;
padding-top:5px;

}

.pagetitle{
width:660px;
height:20px;
background-position:bottom;
background-image:url(../images/spacer1.png);
background-repeat:repeat-x;

}



/* link Divs */


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #003300;
}
a:active {
	color: #FFFFFF;
}


a.linkset2:link {
	color: #999999}
a.linkset2:visited {
	color: #999999
}
a.linkset2:hover {
	color: #333333}
a.linkset2:active {
	color: #999999}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
