/* CSS Document */

/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
margin:0;
padding:0;
}*/

body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: arial, helvetica, sans-serif;
}

html>body {
	font-size: 12px;
}

p {
	line-height: 1.5em;
	font-size:1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h2 {
	font-size:1.8333em; /*equivalent to 22 pixels*/
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: bolder;
	color: #530F27;
}

h3 {
	font-size:1.5em; /*equivalent to 18 pixels*/
	line-height: 1em; /* 18/18 */
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #260070;

}

h4 {
	font-size:1.4167em; /*equivalent to 17 pixels*/
	line-height: 1.059em; /* 18/17 */
	margin-top: 1.059em;
	margin-bottom: 1.059em;
	font-weight: bold;
	color: #00452a;
}

h5 {
	font-size:1.1667em; /*equivalent to 14 pixels*/
	line-height: 1.286em; /* 18/14 */
	margin-top: 1.286em;
	margin-bottom: 1.286em;
	font-weight: bold;
	color: #660033;
}

table, thead, tbody, tr, th, td {
	font-size:1em
}

#banner {
	background-image:url(/scripts/random-banner.php);
	height: 101px;
	min-width: 791px;
	background-position: right;
	background-repeat: no-repeat;
	white-space: nowrap;
}

#banner img {
	padding:0;
	margin:0;
}

#milonic_menu {
	display: block;
	width: 100%;
	height: 27px;
	margin: 0px;
	padding: 0px;
	background: url(/images/menu/menu-bg.png) repeat-x;
}

#menubox {
	width:100%;
	background-color:#003366;
}

#menubox table {
	display:inline;
}

marquee {
color:#dddddd;
}

#searchlabel {
	float:right;
	padding:10px 4px 0 0;
}

#footer {
	margin: 0px;
	padding: 10px 0 10px 0;
	text-align:center;
	font-size:92%;
	color:#999999;
}

#footer a:link {
	color:#999999;
	text-decoration:none;
}

#footer a:visited {
	color:#999999;
	text-decoration:none;}

#footer a:hover {
	color:#999999;
	text-decoration:underline;
}

.searchbar {
	float:right;
	margin-right: 10px;
	padding: 7px 0px;
}

.breadcrumb {
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: italic;
	font-size: 90%;
	margin-left: 10px;
	padding: 10px 0px 0px 0px;
}

.main {
	clear: both;
	margin: 0px 10px;
	padding: 5px 10px 10px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	background-color: #fafaf5;
}

.languages {
	width:100%;
	text-align:right;
	font-size:90%;
}

.aukFrame {
	float:right;
	width:265px;
	padding:20px;
}

.aukFrame img {
	width:225px;
	border-width:1px;	
}

.aukCaption {
	margin:5px 0 0 0;
	font-size:90%;
}
.deadline {
font-size:116%;
font-weight:bold;
color:#FF0000;
padding-left:.1em;
}
.clearbar {
	clear:both;
}

.imageBox {
	margin-left:auto; /* having left and right margins set to auto forces them to be equal, centering the div */
	margin-right:auto;
	margin-bottom: 1.5em;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}
.imageBox img {
	padding:5px;
}
.imageCaption {
	font-size:.8em;
	text-align:center;
	padding:0px 5px 5px 5px;
}
.updated {
font-size:.9em;
font-style:italic;
font-weight:normal;
margin-top:-2em;
color:#CC00CC;
}