/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
}
body {
	background-image: url(../images/common/bg.gif);
	margin: 0px;
	height:100%;
}
a {
	font-size:12px;
	color:#333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #222;
}

img {
	border:0px;
}
/* Menu bar nad main divs */
#mainchunk {
	width:600px;
	float:left;
	position:absolute;
	top:0px;
	left:180px;
}
#bodycontainer {
	float:left;
	border-left:solid 1px #999;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	margin:0px;
	padding:10px;
	width:600px;
	height:100%;
}
#leftcol {
	float:left;
	width:170px;
	/*height:300px;*/
	vertical-align:top;
}
#logo {
	width:170px;
	height:140px;
	background-image:url(../images/common/topcorner.jpg);
	background-repeat:no-repeat;
	border:0px;
	position:absolute;
	top:0px;
	left:0px;
}

#menubar {
	position:absolute;
	top:140px;
	left:0px;
}
ul.menubar {
	width:170px;
	padding:0px;
	margin-left:0px;
	list-style-type:none;
	position:absolute;
}
li.menubar {
	padding:5px;
	display:block;
	list-style-type:none;
	border-top: 1px solid;
	border-color:#ccc;
	border-bottom:none;
	padding-left:30px;
	
}
/*masthead*/
.masthead {
	float:left;
	width:600px;
	height:65px;
	padding-top:20px;
	display:block;
}
h2.masthead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:48px;
	color:#ccc;
	padding-top:50px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}

/*footer */
.footer {
	width:600px;
	float:left;
}		
/*Copyright*/
.copyright{
	font-size:12px;
	padding: 5px 40px 0px 0px;
	float:right;
}
/*Hidden Elements*/
.hidden{
	visibility:hidden;
	height:0px;
	padding:0px;
	border:0px; 
}
hr.hidden{
	width:1%;
	}
a.cright{
	font-size:12px;
	}

/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	display:block;
} 
.wrap1 {
	float:left;
	background:url(../images/common/shadow.gif) right bottom no-repeat;
}
.wrap2 {background:url(../images/common/corner_bl.gif) -12px 100% no-repeat;
}
.wrap3 {
	padding:0 9px 9px 0;
	background:url(../images/common/corner_tr.gif) 100% -12px no-repeat;
}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;
}




