@charset "utf-8";
/* CSS Document */

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

/* normalises font-size for headers */
h1, h2, h3, h4, h5, h6	{ 
	font-size: 100%; 
}

/* removes list-style from lists */
ol, ul	{ 
	list-style: none;
} 

/* normalises font-style and font-weight to normal */
address, caption, cite, code, dfn, strong, th, var	{ 
	font-style: normal; font-weight: normal; 
}

/*removes borders and spacing from tables 
table	{ 
	border-collapse: collapse; 
	border-spacing: 0; 
} */

/*removes border from fieldset and image */
fieldset, img	{ 
	border: 0; 
}

/*left-aligns text in caption and th */
caption, th	{ 
	text-align: left; }

/* removes quotation marks from q */
q:before, q:after	{
	content:''; 
}

/* position page in center of screen */
html	{
	text-align: center;
} 

/* text settings */

a,a:link,a:visited,a:active	{
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
	
a:hover {
	color: #999999;
}
	
#alreadyhere {
	color: #006600;
}

#text_link	{
	color: #cc0000;
	font-size: 10pt;
	font-weight: bold;
}

#text_link:hover	{
	color: #006600;
	font-size: 10pt;
	font-weight: bold;
}

h1	{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	line-height: 20pt;
}

h2	{
	text-decoration: none;
	font-size: 10pt;
	line-height: 18pt;
	color: #000000;
}

h3	{
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
	line-height: 18pt;
}

#textjustify 	{
	text-align: justify;
}

#textcenter	{
	text-align: center;
	}
	
#textright	{
	text-align: right;
	}

#color_white	{
	color: #ffffff;
}

#color_grey	{
	color: #666666;
}

#piclist li	{
	display: inline;
}

/* page settings */

body	{
	width: 600px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 14pt;
	}

/* page container */
#container_page	{
	position: relative;
	width: 600px;
	height: 600px;
	top: 0px;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	}

#header_location	{
	position: absolute;
	width: 590px;
	height: 120px;
	margin: 0 auto;
	border-left: #ffffff solid 1px;
	border-right: #CCCCCC solid 1px;
}

#map	{
	position: absolute;
	width: 590px;
	height: 400px;
	top: 120px;
	margin: 0 auto;
	border: #999999 1px solid;
}

#print_map	{
	position: absolute;
	top: 550px;
	width: 200px;
	height: 30px;
	left: 220px;
}



	
	
