
body {
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #f4f4f4 url("images/bg.gif") top center repeat-y;
}

/* building block elements for the page */
#wrap {   
	width: 750px;
	padding-top: 150px;
	line-height:130%;
	margin-left: auto;
	margin-right:auto;
	background-image: url(images/A2Kheader.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}


#banner {   
	width: 500px;
	padding-top: 0px;
	line-height:130%;
	margin-left: auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

#content{
	float:left;
	width: 65%;
	padding:10px;
	margin-top:0px;
}

#navmenu{
	margin-top: 0px;
	margin-left:505px;
	padding-left:10px;
	padding-top:10px;
	width:30%;
	font-size: 12px;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #E0E0E0;
	width: 750px;
	text-align: center;
	color: #808080;
	font-size: 0.8em;
}

/* end of block elements for the page */

/* defining specific HTML tags */

h1 {
	padding 10px;
	border-top-color:#0099FF;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#0099FF;
	border-bottom-style:solid;
	border-bottom-width:thin;
	line-height:130%;
	text-align:center;
}

h2 {
	padding 10px;
	border-top-color:#999999;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:thin;
	line-height:130%;
}


#navmenu ul {	
	list-style: none;
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#navmenu li {
	margin-bottom: 4px;
}

#navmenu li a {
	font-weight: bold;
	height: 15px;
	text-decoration: underline;
	color: #0000CC;
	display: block;
	padding: 6px 0 0 5px;
	background: #FFFFFF;
	border-left: 0px solid #cccccc;
}	
	
#navmenu li a:hover {
	background: #ffffff;
	color: #0099FF;
	border-left: 2px solid #286ea0;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
}

a {
	text-decoration: underline;
	color: #0000CC;
}

a:hover {
	text-decoration: none;
	color: #0000CC;
}

a img {
	border: 0;
}


#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	color: #0000CC;
	text-decoration: underline;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

.gavban {
	float:left;
	width: 140px;
}
