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

body {
	background:#95C1D0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:0.8em;
}


/* TEXT */

h1 { color:#2A3C97; margin-top:5px; }
h1.middleh1 { text-align:center; }
h1.h1_home { font-size:1em; color:#666; }

p { text-align:justify; }

.error { color:#CC3333; font-weight:bold; }

a, a:visited { color:#666; text-decoration:none; }
a:hover, a:active { color:#2A3C97; }

/*
a, a:visited { color:#666; text-decoration:none; border-bottom:1px solid #999; }
a:hover, a:active { color:#2A3C97; text-decoration:none; border-bottom:1px solid #2A3C97; }
*/

a img { border:0; }

/* LAYOUT */

.clearer { clear:both; }

#container {
	width:950px;
	margin:0 auto;
	padding:10px;
	background:url(../interface/BG.png) no-repeat bottom right #fff;
}

#leftside {
	float:left;
	width:200px;
	padding:10px 0 10px 0;
}

#content {
	float:right;
	width:720px;
	padding:10px 10px 20px 0;
}

	/*
	#content a, #content a:visited { border-bottom:1px solid #999; }
	#content a:hover, #content a:active { border-bottom:1px solid #2A3C97; }
	*/

	#pictures { height:540px; width:720px; margin-bottom:20px; }
	
	a.picturelink { border:0px; }
	img.picturethumb { padding:3px; border:1px solid #CCC; }
	img.picturethumb:hover { border:1px solid #666; }
	
#footer {
	width:950px;
	margin:0 auto;
	padding:1px 0 1px 0;
	font-size:0.7em;
	background:#333;
}

#footer p { text-align:center; color:#ddd; }

#footer a, #footer a:visited { color:#fff; border-bottom:0; text-decoration:none; }
#footer a:hover, #footer a:active { color:#fff; border-bottom:0; text-decoration:underline; }

/* Sub Menu */
ul.submenu {
	background:url(../interface/menu_BGa.jpg) no-repeat top left;
	padding:0;
	margin:0;
}

ul.submenu li {
	list-style-type:none;
	border-bottom:1px solid #fff;
}

ul.submenu li a {
	display:block;
	border-bottom:0;
	color:#fff;
	padding:8px 7px 8px 35px;
	font-size:1.1em;
	text-decoration:none;
	background:url(../interface/menu_bullet.png) no-repeat center left;
}

ul.submenu li a:hover {
	background:url(../interface/menu_bullet_over.png) no-repeat center left;
}

/* Main Menu */
ul.mainmenu {
	background:url(../interface/menu_BGa.jpg) no-repeat top left;
	padding:0;
	margin:0;
}

ul.mainmenu li {
	list-style-type:none;
	font-size:1.2em;
	border-bottom:1px solid #fff;
}

ul.mainmenu li a {
	display:block;
	border-bottom:0;
	color:#fff;
	padding:8px 7px 8px 35px;
	font-size:1.1em;
	text-decoration:none;
	background:url(../interface/menu_bullet.png) no-repeat center left;
}

ul.mainmenu li a:hover {
	background:url(../interface/menu_bullet_over.png) no-repeat center left;
}


/* FORMS */

form { text-align:center; }

.form_text1 {
	width:200px;
	border:2px solid #2A3C97;
	padding:3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	background:#f5f5f5;
}

.form_text1a {
	width:200px;
	height:80px;
	border:2px solid #2A3C97;
	padding:3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	background:#f5f5f5;
}

.form_submit1 {
	width:210px;
	padding:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	cursor:pointer;
}
