@charset "utf-8";
/* CSS Document */

body { 
background: #AEAAAA;
margin: 0px;
}

#main 
{
position:relative;
float:inherit;
width:1000px;
background: #ffffff;
vertical-align:top;
margin: 0px auto;
}

#top 
{
position:relative;
width:1000px;
background: #ffffff url(images/mainheader.jpg) no-repeat top center;
height:254px;
vertical-align:top;
}
.top
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
}
.top a
{ text-decoration:none}
.top a:hover
{ text-decoration:none;
color:#000066}




#menu 
{
position:relative;
width:1000px;
background: url(images/menuBG.jpg) repeat-x;
height:39px;
vertical-align:middle;
margin-top:2px;
}
.menu
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}






#left
{
position:relative;
float:left;
width:217px;
background:#E5F3FB;
height:400px;
vertical-align:middle;
}
.lefttopbg
{
background: url(images/menuBG.jpg) repeat-x top;
height:39px;
font-family:Arial; 
font-size:18px;
color:#FFFFFF
}
.leftmenu
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
height:39px;
background:url(images/questioncat_menu_bg.jpg) no-repeat;
color:#000000;
padding-top:10px;
}
.leftmenu a
{ text-decoration:none}
.leftmenu a:hover
{ text-decoration:none;
color:#000066}






#center
{
position:relative;
float:left;
width:583px;
background:#FFFFFF;
height:400px;
vertical-align:middle;
}
.centertext
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
}
.centertext a
{ text-decoration:none}
.centertext a:hover
{ text-decoration:none; color:#000066}


#right
{
position:relative;
float:left;
width:200px;
background:#E5F3FB;
height:400px;
vertical-align:middle;
}
.righttext
{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
}
#searchbox
{
background:url(images/searchbg.jpg) no-repeat;
width:167px;
height:70px;
margin:2px 2px 2px 2px;
}

#reg
{
background:url(images/registrationimage.jpg) no-repeat;
width:167px;
height:70px;
margin:2px 2px 2px 2px;
}


#profile
{
background:url(images/profileimage.jpg) no-repeat;
width:167px;
height:70px;
margin:2px 2px 2px 2px;
}
#con
{
background:url(images/contactusimage.jpg) no-repeat;
width:167px;
height:63px;
margin:2px 2px 2px 2px;
}

#blog
{
background:url(images/blogimage.jpg) no-repeat;
width:167px;
height:63px;
margin:2px 2px 2px 2px;
}

.bottom
{background:#E7E7E7;
}
