
/* Reset all margins and paddings for browsers */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font: .8em Verdana, Arial, Sans-Serif;
	line-height: 1.6em;
	margin: 0;
	background: #E6F5FC url(../images/bg.gif) repeat-x;
}

/* TOPMARGIN ------------- */
#topmargin
{
	margin: auto;
	padding: 15px 0 0 0;
	width: 100%;
	background-color: transparent;
}

/* WRAP ------------- */
#wrap
{
	margin: auto;
	width: 840px;
	background-color: #FFFFFF;
}

#wrap #topleftcorner
{
	float: left;
	height: 12px;
	width: 13px;
	background: url(../images/top_left_corner.gif) no-repeat top left;
}

#wrap #toprightcorner
{
	float: right;
	height: 12px;
	width: 13px;
	background: url(../images/top_right_corner.gif) no-repeat top right;
}

/* CONTENT -------- */
#content
{
	margin: auto;
	width: 800px;
	background-color: #FFFFFF;
}

/* TOP HEADER -------- */
#top
{
	margin: 0;
	padding: 0;
	color: #666666;
	background: #FFFFFF url(../images/logo.gif) no-repeat left;
	height: 81px;
}

/*- TOP Menu --------------------------- */
#topmenu
{
	height: 40px;
	width: 100%;
	margin: 0 0 0 30px;
	overflow: hidden;
}

#topmenu ul
{
	margin: 0;
	padding: 10px 10px 0 0;
	list-style: none;	
}

#topmenu li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#topmenu a
{
	float: left;
	background: url("../images/menu_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}

#topmenu a span
{
	float: left;
	display: block;
	background: url("../images/menu_right.gif") no-repeat right top;
	padding: 6px 15px 4px 6px;
	margin-right: 0px;
	color: #FFFFFF;
}

#topmenu a span
{
	float: none;
}

#topmenu li.active a
{
	background-position: 0% -42px;
}

#topmenu li.active a span
{
	background-position: 100% -42px;
	color: #FF6F0F;
}

/* End IE5-Mac hack */
#topmenu a:hover span
{
}

#topmenu a:hover
{
	background-position: 0% -42px;
}

#topmenu a:hover span
{
	background-position: 100% -42px;
	color: #FF6F0F;
}

/* WELCOME ----------- */
#welcome
{
	height: 30px;
	line-height: 30px;
	margin: 0 0 15px 0;
	width: 100%;
	background: #FFFFFF url(../images/welcome_bg.gif) no-repeat center;
	overflow: hidden; 
}

#welcome p
{
	color: #FF6F0F;
	margin: 0 0 0 30px;
}

/* BANNER ----------- */
#banner
{
	margin: 0 0 15px 0;
	height: 215px;
	width: 100%;
	background: #FFFFFF url(../images/middle_banner.jpg) no-repeat center;
	overflow: hidden; 
}

#banner #title
{
	padding: 40px 0 0 60px;
	font-size: 140%;
	font-weight: bold;
	color: 0x0000FF;
	background: transparent;
}

#banner #content
{
	position: absolute;
	width: 360px;
	padding: 10px 0 0 60px;
	color: 0x000000;
	background: transparent;
}

#banner #button
{
	position: absolute;
	width: 300px;
	padding: 100px 0 0 60px;
	color: #CC0000;
	background: transparent;
}

#banner #button *
{
	vertical-align: middle;
}

#banner img
{
	border: 0;
}

/* SIDEBAR ---------- */
#sidebar
{
	width: 230px;
	float: right;
}

/* BOX -------------- */
#sidebar .box
{
	color: #004986;
	width: 100%;
	background: url(../images/box_bg.gif) repeat-y;
}

#sidebar .box .title
{
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 8px;
	font-weight: bold;
	background: url(../images/box_title.gif) no-repeat;
}

#sidebar .box .content
{
	height: 147px;
	padding: 0 0 0 8px;
	font-weight: normal;
	background: url(../images/box_content.gif) bottom no-repeat;
}

#sidebar .box .content li
{
	height: 147px;
	padding: 0 0 0 8px;
	font-weight: normal;
	background: url(../images/box_content.gif) bottom no-repeat;
}

/* MAIN ---------- */
#main
{
	color: #666666;
	width: 550px;
	float: left;
}

/* LINE ------------ */
#main .line
{
	border-top: 1px solid #CDD2DF;
	text-align: right;
	margin: 15px 10px 25px 0;
}

#main .left
{
	float: left;
}

#main .center
{
	text-align: center;
}

#main .center *
{
	vertical-align: middle;
}

#main h2
{
	color: #007BC1;
	font-size: 90%;
	margin: 0 0 10px 0;
}

#main ul
{
	list-style: none;
}

#main img
{
	border: 0;
}

/* FOOTER --------- */
#footer
{
    clear: both;
}

/* FOOTERMENU --------- */
#footermenu
{
	height: 28px;
	line-height: 28px;
	background: url(../images/footer_menu.gif) no-repeat;
}

#footermenu a
{
	margin: 0 8px 0 8px;
}

#footermenu a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#footermenu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#footermenu a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

#footermenu p
{
	color: #FFFFFF;
	font-size: 100%;
	margin: 0 15px 0 15px;
	padding: 0 15px 0 15px;
	line-height: 32px;
	text-align: center;
} 

/* COPYRIGHT --------- */
#copyright
{
	font-size: 75%;
	text-align: center;
}
