*, body
{
    font-family: Georgia, Helvetica, Arial;
    font-size: 11px;
line-height:18px;
} 

.body
{
    margin: 0;
    padding: 0;
    font-family: Georgia,Helvetica, Arial;
    font-size: 12px;
    background-color: #f2efe6;
}

h1
{
    font-family: Georgia,Helvetica, Arial;
    font-size: 28px;
}

h2
{
    font-family: Georgia,Helvetica, Arial;
    font-size: 16px;
    font-style: bold;
}
h3
{
    font-family: Georgia,Helvetica, Arial;
    font-size: 12px;
    font-style: bold;
}

#layout
{
    width: 1040px;
    height: 800px;    
    background-image: url(../images/layout/top_bg.jpg);
    background-repeat: no-repeat;
    background-color: #f2efe6;
}
#top
{
    width: 1040px;
    height: 200px;
    background-color: #f2efe6;
}

#left
{
    float: left;
    width: 150px;
    height: 555px;
    padding-top: 20px;
    margin-top: 200px;
    background-color: #f2efe6;
    background-image: url(../images/layout/menu_bg.jpg);

}

#center
{
    float: left;
    margin-top:150px;
    width: 690px;   
    background-color: #f2efe6;
}

#center_top
{
    width: 690px;
    height: 15px;
    background-image: url(../images/layout/center_bg_top.jpg);
    background-repeat: no-repeat;

}
#center_content
{
    width: 690px;
    background-image: url(../images/layout/center_bg.jpg);
    background-repeat: repeat-y;
}

.main
{
    min-height:400px;
}

#center_bottom
{
    width: 690px;
    height:19px;
    background-image: url(../images/layout/center_bg_bottom.jpg);
    background-repeat: no-repeat;
}
#sponsor_top
{
    width: 150px;
    height: 15px;
    background-image: url(../images/layout/sponsor_bg_top.jpg);
    background-repeat: no-repeat;

}
#sponsor_content
{
    width: 130px;
    background-image: url(../images/layout/sponsor_bg.jpg);
    background-repeat: repeat-y;
padding-left:20px;
}
#sponsor_bottom
{
    width: 150px;
    height:19px;
    background-image: url(../images/layout/sponsor_bg_bottom.jpg);
    background-repeat: no-repeat;
}
#right
{
    float:left;
    width: 150px;
    height: 555px;
    margin-top: 150px;
    margin-left: 20px;
    background-color: #f2efe6;

}

#menu
{
    background-color: #f2efe6;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.imgPil
{
    padding-left:175px;
    padding-bottom: 25px;
}

#contactInformation
{
    padding-left: 93px;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
}

.contactImage
{
    float:left;
    padding-left:20px;
}

.imgLogo
{
    padding-left:20px;
    padding-bottom:20px;
}

#userInformation
{
    /*padding-top: 60px;
    margin-bottom: 28px;*/
    padding-left: 20px;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
}


/********/
/* Menu */
/********/

#menucontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menucontainer li
{
	margin: 0px; 
	padding: 0px;
}

#menucontainer li a
{
	font-weight: bold;
	display: block;
	margin: 0px; 
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:2px;
	text-align:left;
	text-decoration: none; 
	color: #000;
	text-transform:uppercase;
	font-size:10px;
}

#menucontainer li a.cascading
{
}

#menucontainer li a.cascaded
{
}
	

#menucontainer li a:hover, #menucontainer li a.selected
{
	color: #000;
	background-image: url(../images/layout/menu_selected_item.png);
    background-repeat: no-repeat;
    background-position: 12px 6px;
}

#menucontainer li li a
{
	padding-left: 15px;
font-weight: normal;
}

a
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #ee7f00;
}

.loginTable
{
	border:solid 1px #ddd;
	padding:0;
}

.loginInfoTd
{
	background-image:url(../images/buttonBg.gif);
	background-position:top;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
	border-bottom:solid 1px #ddd;
}

.loginForgetPasswordTD
{
	background-image:url(../images/buttonBg.gif);
	background-position:top;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
	border-top:solid 1px #ddd;
}

.loginContentTd
{
	padding: 10px 10px 10px 10px;
}

/*****************/
/* Tab navigator */
/*****************/
	
#tabarea td.tab
{
	width: 97px;
	height: 24px;
	text-align: center;
}	

#tabarea td.tab:hover
{
	width: 97px;
	height: 24px;
	text-align: center;
}

#tabarea td.fill
{
	background-image: url("../img/tabNavigator/roundCorner/tab-fill.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 300px;
}

#tabarea td a.unselected 
{ 
	display: block;
	color: #000; 
	background-image: url("../img/tabNavigator/roundCorner/tab-unsel.gif");
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 24px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	width: 97px;
	height: 24px;
}

#tabarea td a.unselected:hover 
{  
	background-image: url("../img/tabNavigator/roundCorner/tab-sel.gif");
}

#tabarea td a.selected
{ 
	display: block;
	color: #000;  
	background-image: url("../img/tabNavigator/roundCorner/tab-sel.gif");
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 24px;
	text-decoration: none; 
	padding: 0px 0px 0px 0px;
	vertical-align: text-bottom;
	width: 97px;
	height: 24px;
}

#tabarea .container
{
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #73838c;
	border-width: 0px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
	height: 400px;	
	/* width = 4 * td.tab.width + td.fill.width - padding-left - padding-right*/
	width: 668px;
}

#tabarea .emailView
{
	background-color: #FFFFFF; 
	border:solid 1px #aaaaaa; 
	padding: 5px 5px 5px 5px;
}

#tabarea .emailViewBody
{
	/* width = 4 * td.tab.width + td.fill.width - container.padding-left - container.padding-right - emailView.padding-left - emailView.padding-right*/
	width: 660px;
	height: 400px;
	border: solid 0px #aaaaaa;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-spacing: 0;
}

#tabarea .insideContainer
{
	background-color: #dcdcdc;
	border: solid 1px #73838c;
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;	
}

/*********************/
/* End Tab navigator */
/*********************/

div .poll .question
{
    padding-bottom:10px;
}

div .poll .question .question
{
    padding-bottom:0px;
    font-weight:bold;
}

div .poll .question input
{
    background-color:#e6e6e6;
    border-width: 0px;
    width:250px;
    padding: 5px;
}

div .poll .question textarea
{
	background-color:#e6e6e6;
    	border-width: 0px;
    	
    	width:350px;
	height: 100px;
	padding: 5px;
}

.questions
{
	width:650px;
}

/*div.question_2, div.question_4, div.question_6
{
	width:250px;
	float:left;
}*/

.poll_1 input
{
    background-image: url(../images/layout/btn.gif);
	background-repeat:no-repeat;
	height: 62px;
	width:202px;
	padding-bottom:25px;
	text-align:center;
	border:0px;
	cursor:pointer;
	font-weight:bold;
	margin-right:5px;
}

div.newscontent
{
	float:left;
	width: 450px;
}

div.newsboxcontainer
{
	float: left;
}

div.newsbox_1, div.newsbox_2, div.newsbox_3
{
	float: left;
	width: 200px;
	height: 100px;
	/*margin: 20px;*/
}

div.newsbox_1
{
	background-color: rgb(255, 213, 0);
}

div.newsbox_2
{
	background-color: Green;
}

div.newsbox_3
{
	background-color: blue;
}