/* common.css common for all pages */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 160%;
	color: #444444;
	}
	
div {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
a {
	color: #33AFE1;
	text-decoration: none;
	}
a:hover {
	color: #DC001A;
	text-decoration: none;
	}

	
/* main layout */

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 1022px;
	height: 785px;
	}
div#tl {
	float: left;
	display: inline;
	width: 36px;
	height: 36px;
	background: #FFFFFF url(sh_tl.jpg) bottom right no-repeat;
	}
div#tc {
	float: left;
	display: inline;
	width: 950px;
	height: 36px;
	background: #FFFFFF url(sh_tc.jpg)  top left repeat-x;
	}
div#tr {
	float: left;
	display: inline;
	width: 36px;
	height: 36px;
	background: #FFFFFF url(sh_tr.jpg) bottom right no-repeat;
	}
div#ml {
	float: left;
	display: inline;
	width: 36px;
	height: 713px;
	background: #FFFFFF url(sh_ml.jpg) top right repeat-y;
	}
div#main {
	float: left;
	display: inline;
	width: 950px;
	height: 713px;
	background-color: #FFFFFF;
	overflow: hidden;
	}
div#mr {
	float: left;
	display: inline;
	width: 36px;
	height: 713px;
	background: #FFFFFF url(sh_mr.jpg) top left repeat-y;
	}
div#bl {
	float: left;
	display: inline;
	width: 36px;
	height: 36px;
	background: #FFFFFF url(sh_bl.jpg) bottom right no-repeat;
	}
div#bc {
	float: left;
	display: inline;
	width: 950px;
	height: 36px;
	background: #FFFFFF url(sh_bc.jpg) top left repeat-x;
	}
div#br {
	float: left;
	display: inline;
	width: 36px;
	height: 36px;
	background: #FFFFFF url(sh_br.jpg) bottom right no-repeat;
	}

/* main menu */

div#mainmenu {
	float: left;
	display: inline;
	overflow: hidden;
	height: 34px;
	z-index: 100;
	width: 950px;
	background-color: #FFFFFF;
	}

div#mmspacer {
	float: left;
	display: inline;
	width: 294px;
	height: 34px;
	}
	
	
div#mainmenu a {
	display: block;
	float: left;
	display: inline;
	width: 150px;
	height: 34px;
	text-align: center;
	border-left: solid 1px #BBBBBB;
	padding-top: 6px;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: #444444;
	text-decoration: none;
	}
	
div#mainmenu a:hover {
	color: #33AFE1;
	font-style: normal;
	}

div#mainmenu a.curpage {
	background-color: #33AFE1;
	font-style: normal;
	color: #FFFFFF;
	}
div#mainmenu a.curpage:hover {
	color: #FFFFFF;
	font-style: normal;
	}
	
img.loadimg {
	position: relative;
	}
