html {
	margin:0px;
	padding:0px;
	width:100%;
	font-family:Verdana,sans-serif;
	font-size:11px;
	color:#636363;
	color:#444;
	background:url('../img/background_page.jpg') top left repeat-x #eee;
}
html * {
	margin:0px;
	padding:0px;
	font-family:Verdana,sans-serif;
	font-size:11px;
	color:#636363;
	color:#444;
}

center {
	width:100%;
}

div.header {
	width:796px;
	height:270px;
	margin-top:20px;
	background:url('../img/header_page_new.jpg') top left no-repeat;
}

div.menu {
	width:716px;
	height:45px;
	margin-top:-45px;
	text-align:left;
}
ul.menu {
	list-style:none;
}
ul.menu li {
	float:left;
}
ul.menu li a {
	margin-right:15px;
	font-size:12px;
	font-weight:bold;
}
ul.menu li a div.arrow {
	width:15px;
	height:15px;
	margin-right:5px;
	margin-top:-1px;
	float:left;
	border:1px dotted #aaa;
	background:url('../img/filelink.gif') center no-repeat #d1d1d1;
}
ul.menu li a div.arrowback {
	width:15px;
	height:15px;
	margin-right:5px;
	margin-top:-1px;
	float:left;
	border:1px dotted #aaa;
	background:url('../img/backlink.gif') center no-repeat #d1d1d1;
}
ul.menu li a:hover div.arrow {
	background:url('../img/filelink_highlight.gif') center no-repeat #ddd;
}
ul.menu li a:hover div.arrowback {
	background:url('../img/backlink_highlight.gif') center no-repeat #ddd;
}

div.footer {
	width:716px;
	margin-top:15px;
	padding:10px 0px;
	clear:both;
	font-size:10px;
	border-top:1px dotted #ccc;
}
div.footer a {
	color:#444;
	font-size:10px;
	text-decoration:none;
}
div.footer a:hover {
	color:#444;
	text-decoration:underline;
}

div.content {
	width:716px;
	text-align:left;
}

h1 {
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:25px;
	clear:both;
	font-size:13px;
	color:#333393;
	border-bottom:1px dotted #ccc;
}
h1.first {
	padding-top:0px;
	border-color:#bbb;
}

p {
	padding-bottom:15px;
	text-align:justify;
}

a {
	color:#333393;
	text-decoration:underline;
	text-decoration:none;
}
a:hover {
	color:#000063;
}

img {
	border:none;
	border:1px solid #fff;
}

table.imagetable {
	width:100%;
	margin-bottom:15px;
	border-spacing:10px;
	border-collapse:separate;
}
table.imagetable td {
	padding:20px 0px;
	text-align:center;
	vertical-align:middle;
	border:1px dotted #ccc;
	background:#f2f2f2;
}
table.imagetable td:hover {
	background:#fafafa;
}
table.imagetable td span.name {
	display:block;
}


/************* User Pages *************/

div.portrait {
	margin-right:20px;
	margin-bottom:20px;
	padding:10px;
	float:left;
	border:1px dotted #bbb;
	background:#eee;
}
table.contacts {
	border-spacing:0px;
	border-collapse:collapse;
}
table.contacts td {
	padding-top:5px;
	vertical-align:top;
}
table.contacts td.title {
	padding-right:10px;
}

span.summary {
	padding-bottom:5px;
	display:block;
	text-align:left;
	font-weight:bold;
}

span.italic {
	font-style:italic;
}



/************* Download Page *************/

ul.downloads {
	list-style:none;
	padding-bottom:10px;
}
ul.downloads li {
	padding:5px 15px;
}
ul.downloads li a {
	padding-left:15px;
	background:url('../img/filelink.gif') left center no-repeat;
}
ul.downloads li a:hover {
	background:url('../img/filelink_highlight.gif') left center no-repeat;
}
