/* CSS Document */
body
{
margin:0px;
background-image:url(../images/bg2.jpg);
background-position:center;
background-attachment:fixed;
text-align:left;
font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
}
#main
{
width:100%;
height:100%;
background-color:#EFE2DE;
margin:auto;
box-shadow: 0 0 10px #FFFFFF;
}

#mainpage
{
width:1000px;
height:1000px;
background-color:#EFE2DE;
margin:auto;
box-shadow: 0 0 10px #FFFFFF;
}

#banner
{
width:1000px;
height:150px;
background-color:#FFFFFF;
background-image:url(../images/banner.png);
}

#logo
{
width:150px;
height:150px;
z-index:100000;
margin-left:20px;
margin-top:50px;
position:absolute;
border-radius: 150px;
 -moz-border-radius: 150px;
     -webkit-border-radius: 150px;
border-color:#D37E45;
border-style:solid;
background-color:#FFFFFF;
background-image:url(../images/logo.jpg);
border-color:#FFCC00;
border-style:ridge;
border-width:thick;
box-shadow: 0 0 10px #000000;
}


#menu
{
width:1000px;
height:35px;
background-color:#FFFFFF;
}

.menulinks
{
z-index:100;
width:150px;
height: 30px;
float:left;
margin-right:10px;
background-image:url(../images/btnBg.png);
box-shadow: 0 0 5px #000000;
margin-top:-5px;
text-align:center;
padding-top:3px;
}


.menulinksFirst
{
z-index:100;
width:150px;
height: 30px;
float:left;
margin-right:10px;
margin-left:200px;
background-image:url(../images/btnBg.png);
box-shadow: 0 0 5px #000000;
margin-top:-5px;
padding-top:3px;
}

.menulinks a
{
z-index:100;
width:150px;
height: 30px;
margin-top:-5px;
text-align:center;
color:#003366;
padding-top:3px;
text-decoration:none;
}


.menulinksFirst a
{
z-index:100;
width:150px;
height: 30px;
display:block;
text-align:center;
color:#003366;
padding-top:3px;
text-decoration:none;
}


#top
{
width:1000px;
min-height:350px;
background-color:#FFFFFF;
height:auto;
overflow:hidden;
}


#topL
{
width:350px;
height:350px;
background-color:#FFFFFF;
float:left;
background-image:url(../images/leftbg.jpg);
}

#topR
{
width:650px;
height:350px;
background-color:#FFFFFF;
float:right;
}

#topRTheme
{
width:1000px;
min-height:330px;
height:auto;
background-color:#FFFFFF;
float:right;
overflow:hidden;
padding-top:20px;
}

#topRThemer
{
width:450px;
height:800px;
background-color:#FFFFFF;
float:right;
box-shadow: 0 0 10px #FFFFFF;
margin-left:10px;
background-color:#D7E9AD;
}

#body
{
width:1000px;
height:350px;
background-color:#FFFFFF;
}

#bodyL
{
width:350px;
height:350px;
background-color:#FFFFFF;
float:left;
}

#bodyR
{
width:650px;
height:350px;
background-color:#FFFFFF;
float:right;
}

#footer
{
width:1000px;
height:110px;
background-color:#666600;
}

.heading1
{
color:#663300;
padding-left:10px;
}

.maintext
{
color:#666633;
font-size:13px;
text-align:justify;
padding:10px;
}


.headingF
{
color:#FFFF99;
padding-left:10px;
font-size:12px;
}

.maintextF
{
color:#CCCCCC;
font-size:12px;
text-align:center;
padding:10px;
}

.maintextName
{
color:#666600;
font-size:13px;
text-align:center;
padding:10px;
}

.maintextF a
{
color:#FFCC00;
font-size:10px;
text-decoration:none;
text-align:justify;
padding:12px;
}

.readmore
{
display:block;
padding-left:10px;
width:100px;
height:20px;
float:right;
color:#FFFFFF;
background-color:#666600;
}

.label
{
background-color:#CCCCCC;
text-align:right;
}

li
{
list-style-image:url(../images/listimg.jpg);
}