/*--------------------------Let's start with text, links and HTML-------------------------*/

html,body{
margin:0;
padding:0;
background:#eeeeee url(images4/onf.gif) repeat-x fixed;
text-align:center;
}

a:link{
color:#111111;
text-decoration:none;
}

a:visited{
color:#000066;
text-decoration:none;
}

a:hover{
color:#ff0000;
text-decoration:none;
}

a:active{
color:#ff0000;
text-decoration:none;
}

h1{
font:bold 16px verdana;
width: 350px;
border-bottom:1px solid #dedede;
margin:0;
padding:0;
color:#ff0000;
margin-bottom:8px;
margin-left:20px;
margin-top:10px;
}

h2{
font:bold 16px verdana;
width: 350px;
border-bottom:1px solid #dedede;
margin:0;
padding:0;
color:#ff0000;
margin-bottom:8px;
margin-left:20px;
margin-top:10px;
}

h3{
font: bold 32px Verdana;
margin:0;
color:#ffffff;
padding:0;
float:right;
margin-top:20px;
margin-left:30px;
}

* html h3{
margin-left:20px;
}

h4{
font: bold 12px Verdana;
margin:0;
color:#ffffff;
padding:0;
float:left;
margin-top:5px;
margin-left:10px;
}

* html h4{
margin-left:10px;
}

.style1{
float:left;
font:11px Verdana;
color:#222222;
margin:0;
padding:0;
margin-left:10px;
}

.style2{
padding:5px;
font:15px Verdana;
margin-top:10px;
}

#footer a{
color:#0000ff;
}

#footer a:hover{
color:#CCCCCC;
}

/*--------------------------End-------------------------*/

/*--------------------------start Image styles-------------------------*/

.img{
float:left;
margin-left:20px;
border:1px solid #CCCCCC;
}

/*--------------------------End-------------------------*/

/*--------------------------Start divs-------------------------*/

#container{
width:940px;
height:100%;
text-align:left;
margin:0 auto;
}

#top{
width:940px;
height:70px;
background:#000066;
border-bottom:2px solid #FFFFFF;
}

#menu{
width:940px;
background:url(images4/menufon.jpg) repeat-x;
height:30px;
border-bottom:2px solid #ffffff;
}

#headertext{
width:340px;
height:140px;
background:url(images4/headertext.jpg) repeat-x;
float:left;
border-bottom:2px solid #ffffff;
}

#banner{
background:url(images4/banner.gif);
float:left;
width:600px;
height:140px;
border-bottom:1px solid #c8e0ff;
}

#content{
width:940px;
min-height:332px;
background:#fafcff url(images4/gbb.gif) repeat-x;
margin:0;
padding:0;
border-top:1px solid #FFFFFF;
float:left;
}

* html #content{
height:162px; /*defines the height in IE6*/
}

#welcomecontainer{
width:450px;
height:100%;
float:left;
margin-left:10px;
padding:0;
border-right:1px solid #dedede;
margin-top:10px;
margin-bottom:10px;
}

.leftside{
width:450px;
height:100%;
float:left;
margin:0;
padding:0;
}

.rightside{
width:450px;
height:100%;
float:left;
margin-left:10px;
padding:0;
margin:0;
margin-top:10px;
}

* html .rightside{
width:440px;
}

#footer{
width:940px;
height:180px;
background:#ff6600;
font:10px Verdana;
color:#ffffff;
padding:0;
float:left;
margin:0;
}

/*--------------------------End-------------------------*/

/*--------------------------Start menu css-------------------------*/

#menu ul{
list-style-type:none;
margin:0;
font:bold 12px Verdana;
text-decoration:none;
float:left;
padding:8px;
width:880px;
}

#menu li{
display:inline;
}

#menu li a{
color:#000000;
padding:8px;
}

#menu li a:hover{
background:url(images4/text.gif) repeat-x;
}
