@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background-color:#fff;
	}
/* Text Styles */
.h1 {font-size:16px; font-family:Arial; color:#FFFFFF;}

.normaltextorange {font-size:12px; font-family:Arial; color:#FF6600;}
.menutext {font-size:13px; font-family:Arial; color:#000099; font-weight:bold;}
.smalltext { font-size:10px; font-family:Arial; color:#999999; font-weight:bold;}
.boldtext {
	font-size:12px;
	font-family:Arial;
	color:#333333;
	font-weight:bold;
}

/* General Divs */

#contentbg {

background-image:url(../images/bgcontentmiddle.png);
background-repeat:no-repeat;
width:936px;
height:1270px;
margin-left:auto;
margin-right:auto;

}

#contentbgabout {

background-image:url(../images/bgcontentmiddle.png);
background-repeat:no-repeat;
width:936px;
height:1320px;
margin-left:auto;
margin-right:auto;

}

#contentbgwebsites {

background-image:url(../images/bgcontentmiddle.png);
background-repeat:no-repeat;
width:936px;
height:2480px;
margin-left:auto;
margin-right:auto;

}




/* Top Divs */

input
{
	font-family:Arial;
	color:#999999;
	font-size:14px;
	width:304px;

}



#topcontainer {
	width:937px;
	height:115px;
	margin:auto;
	
}

#toplogoconatainer{

width:300px;
height:auto;
margin-top:30px;
position:absolute;

}

#toprightconatainer{
	width:300px;
	height:auto;
	margin-top:30px;
	margin-left:700px;
	position:absolute;

}


#menucontainer {

width:936px;
height:48px;
background-image:url(../images/menubg.png);
background-repeat:no-repeat;

}

#menu{

width:930px;
height:20px;
margin-top:10px;
margin-left:auto;
margin-right:auto;


}

.menucell{

width:auto;
height:30px;
background-position:right;
background-image:url(../images/menuspacer.png);
background-repeat:no-repeat;
padding-left:12px;
padding-right:12px;
float:left;



}

.menucellinner{

width:auto;
text-align:center;font-size:13px; font-family:Arial; color:#000099; font-weight:bold;
padding-top:5px;


}


/* content Divs */

#topcontentleft

{

width:575px;
height:auto;
margin-top:2px;
}

#middlecontentleft

{
width:574px;
height:auto;
background-image:url(../images/bgmiddle.png);

}

.contentleftcontainer

{
width:520px;
height:auto;
margin:auto;
font-size:12px;
font-family:Arial;
color:#333333;
padding-top:10px;

}

#bottomcontentleft

{
width:575px;
height:auto;

}

.button {
    
	width:80px;
	color:#333333;
	font-size:14px;
	float:right;
	margin-top:10px;
	
	
	}
	
.button:hover {
	
}





#contentleft {

width:575px;
height:auto;
float:left;
padding-top:2px;
}

.leftcontainer {

width:575px;
height:auto;
float:left;
padding-top:2px;

}

#contentright {
	width:355px;
	height:600px;
	float:left;
	padding-top:4px;
	padding-left:3px;

}


.rightrequest {
	width:356px;
	height:141px;
	float:left;
	background-image:url(../images/request.png);
	background-repeat: no-repeat;

}

.rightcontainer{
	width:356px;
	height:auto;
	float:left;
	padding-top:2px;

}


/* footer Divs */

#footercontainer {
	width:938px;
	height:115px;
	background-image:url(../images/footerbg.png);
	background-repeat:no-repeat;
	margin:auto;
	margin-top:3px;
	
}

#footertext {
	width:800px;
	height:40px;
	margin:auto;
	margin-top:3px;
	float:left;
	padding-left:5px;
	
}


/* link Divs */


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

a:hover {
	color: #FF0000;
}
a:active {
	color: #000066;
}

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