* {
	margin: 0;
	padding: 0;
}

.cb {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.55em;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
	background-image: url('../images/page_bgr.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

th, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.55em;
}

img {
	border: 0;
	vertical-align:top;
}

a {
	text-decoration: none;
}
a:hover	{}
a:focus	{
	outline: 0;
}

/* ************************************************************************** */
#testModeWarning { background-color: #FFF8AF; border-bottom: 1px solid #AFAC8E; line-height: normal; padding: 5px; text-align: center; }
#testModeWarning p { line-height: normal; }
/* ************************************************************************** */

#wrapper {
	width: 930px;
	margin: 0 auto;
	border-left: 1px solid #002a6c;
	border-right: 1px solid #002a6c;
	background-repeat: repeat-y;
	text-align: left;
}
.pageNormal {
	background-image: url(../images/bgr_page.gif);
}
.pageGallery {
	background-image: url(../images/bgr_gallery.gif);
}



#canvas1 {
	width: 460px;
	float: left;
	
}
#content-left {
	float: left;
	width: 335px;
}
#content-right {
	float: right;
	width: 460px;
}


#logoWrap {
	height: 100px;
	border-bottom: 1px solid #fffad3;
}
#logo {
	padding-top: 45px;
	margin-left: 77px;
}
#navigation {
	width: 125px;
	float: right;
	padding-top: 10px;
}

#navigation #flags {
	padding-left: 18px;
	font-size: 10px;
	line-height: 1.2;
}
#navigation #flags a {
	color: #002A6C;
}

#navigation ul {
	padding-top: 80px;
	padding-left: 18px;
	list-style: none;
}
#navigation ul li {
	display: block;
	margin-bottom: 20px;
}
#mid-bgr {
	background-image: url(../images/mid_bgr.gif);
	background-repeat: no-repeat;
	height: 388px;
}

.doc {
	padding: 20px;
	color: #fae5b8;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content-right .doc {
	padding-left: 10px;
}
.doc a { color: #fae5b8; }
.pageGallery #content-right .doc { color: #002A6C; }
.pageGallery #content-right .doc a { color: #fae5b8; }
.doc h1 { margin-bottom: 10px; font-size: 14px; }
.doc h2 { margin-bottom: 10px; font-size: 12px; }
.doc h3 { margin-bottom: 10px; font-size: 10px; }
.doc p { margin-bottom: 10px; }
.doc li { margin-bottom: 10px; }
.doc ul { margin-left: 20px; }

/* ************************************************************************** */
div.formWrapper {}
div.formWrapper td { color: #fae5b8; font-size: 12px; padding-top: 5px; padding-bottom: 5px; }
div.formWrapper td.label { width: 420px; }
div.formWrapper input.long { width: 420px; }
div.formWrapper textarea.long { width: 420px; height: 150px; }
div.formWrapper div.validator p { width: 420px; padding: 5px; padding-bottom: 0; background-color: #fae5b8; margin-bottom: 5px; color: #af0000; }
div.formWrapper span.mandatory { font-size: 14px; font-weight: bold; color: #AF0000; }

