	
body{
	font-family: sans-serif, Arial, Verdana;
	font-size: 13px;
	background-color: #cccccc;
	margin-top: 8px; 
	margin-left: 0.6em;
        margin-right: 0.6em;
	padding: 0;
}

h1{
	font-size: 24px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}

h2{
	font-size: 20px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3{
	font-size: 16px;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 2px;
}

h4{
	font-size: 16px;
	margin-bottom: 2px;
}

td.Content {
	font-size: 13px;
}

th.Content {
	font-size: 13px;
}

a:link {font-family: Arial, Helvetica; color: #1d2d8c; text-decoration: none;}
a:visited {font-family: sans-serif, Arial, Verdana; color: #2d3d9c; text-decoration: none;}
a:hover {font-family: sans-serif, Arial, Verdana; text-decoration : underline;}
a:active {font-family: sans-serif, Arial, Verdana; text-decoration: underline;}
a:focus {font-family: sans-serif, Arial, Verdana; text-decoration: underline;}


#title{
	width: 100%;
	height: 56px;
        background-color: #808CD6;	
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top: 1px solid #1d2d8c;
	border-left: 1px solid #1d2d8c;
	border-right: 1px solid #1d2d8c;
	text-align: center;
}

#title-navigation{
	width: 100%;
	height: 1.4em;
	font-size: 13px;
        background-color: #ffffff;	
	border-left: 1px solid #1d2d8c;
	border-right: 1px solid #1d2d8c;
	border-bottom: 1px solid #1d2d8c;
}

#menufield{
	width: 9em;
	left: 8px;
	float: left;
}

#menu{
	width: 9em;
	left: 8px;
	margin-top: 0.6em;
	float: left;
	border: 1px solid #1d2d8c;
}

#menu-caption{
	font-family: sans-serif, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
        background-color: #1d2d8c;
	padding: 1px;
	padding-left: 0.2em;
}

#menu-item{
	font-family: sans-serif, Arial, Verdana;
	font-size: 13px;
	color: #000000;
        background-color: #eeeeee;
	margin-top: 1px;
	padding: 1px;
	padding-left: 0.2em;
}



#content{
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 200px;
	/* min-height: 400px; */
        background-color: #ffffff;
	border: 1px solid #1d2d8c;
	padding: 0.6em;
	margin-top: 8px;
	margin-left: 9.6em;
	margin-right: 9.6em;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#infofield{
	float: right;
	position: absolute;
	width: 9.0em;
	right: 8px;
	top: 84px;
	z-index: 1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#info{
	width: 9em;
	margin-top: 0.6em;
	border: 1px solid #1d2d8c;
}

#info-caption{
	font-family: sans-serif, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
        background-color: #1d2d8c;
	padding: 1px;
	padding-left: 0.2em;
}

#info-item{
	font-family: sans-serif, Arial, Verdana;
	font-size: 13px;
	color: #000000;
        background-color: #eeeeee;
	margin-top: 1px;
	padding: 1px;
	padding-left: 0.2em;
}

#footerfield{
	clear: both;
	width: 100%;
	height: 1.4em;
}

#footer{
	width: 100%;
	height: 1.4em;
	margin-top: 0.6em;
	font-size: 13px;
	font-weight: bold;
        background-color: #808CD6;	
	border: 1px solid #1d2d8c;
	text-align: center;
}

#prev{
	position: relative;
	float: left;
	z-index: 3;
        bottom: 1em;
}

#next{
	position: relative;
	float: right;
	z-index: 3;
        bottom: 1em;
}

#orderblock{
	margin-left: 1.4em;
}

