/* ------------ General css ------------ */

/* body */
body
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 13px;
	text-align: left;
	vertical-align: top;
	background-color: #333333;
}
/* body */

/* links */
a:link
{
	text-decoration: none;
	color: #BBBBBB;
	letter-spacing: 1px;
}

a:visited
{
 	text-decoration: none;
	color: #DDDDDD;
	letter-spacing: 1px;
}

a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 1px;
}

a:active
{
	text-decoration: none;
	color: #BBBBBB;
	letter-spacing: 1px;
}

/* ------------ General css ------------ */





/* ------------- classes ---------------*/

/* outer site frame */
.site_divouter
{
	background-color: #ffffff;
	padding: 1px;
	width: 680px;
}

.site_divinner
{
	background-color: #333333;
}

.site_header
{
	background-color: #333333;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #999999;
}

.site_main
{
	padding: 10px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
}

.site_footer
{
	background-color: #333333;
	color: #666666;
	text-align: left;
	vertical-align: top;
}

.imagecolumn1_div
{
	float: left;
	padding: 0px 0px 10px 0px;
}

.imagecolumn2_div
{
	float: left;
	padding: 0px 0px 10px 10px;
}

.cover_div
{
	position: relative;
	padding: 1px 1px 1px 1px;
	width: 200px;
	height: 200px;
	background-color: #999999;
}



/* To centre something on a page use these classes, */
/* and two divs (the table in the html is only needed to fix a issue in */
/* Macintosh ie 5.2).  This works with expanding items. */
/*  */
/* This works on... */
/* Macintosh: ie 5.2, Safari 1.2.4, Firefox 1.0.1 */
/* (although firefox will not center a table within it if doctype is xhtml) */
/* Windows: ie 6.0, Firefox 1.0.2 */

/* Vertical centering: make div as large as viewport and use table layout */
.centreouterdiv
{
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* center the block content */
.centreinnerdiv
{
	position: fixed;
	display: table-cell;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
/* to here */





/* menu holder, no border - used in a <table> and <td> */
.menutable
{

}

.menutdleft
{
	width: 8px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

.menutdcenter
{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

.menutdright
{
	width: 8px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}


.contenttable
{
	margin: 0px;
}

.contentmenutd
{
	background-image: url(../images/menu/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.contentmaintd
{
	padding: 10px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #999999;
}

.contentbottomtd
{
	padding: 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #999999;
}


/* menu holder, no border - used in a <table> and <td> */
/* ------------- classes ---------------*/
