/* CSS Document */


body {
	background-color: #73AAD7;
	font-family:"trebuchet ms", arial, sans-serif;
	font-size: .95em;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
}



h1 {
	clear:both;
	color:#660033;
	font-weight:bold;
	font-size:1.25em;
	margin: 0em 0em 0.5em;
	line-height: 1em;
}

h2 {clear:both; 
margin:1.0em 0 0.5em 0; 
color:#000000; 
font-weight:bold; 
font-size:1.4em;
}


h3 {
	clear:both;
	margin:-0.65em 0 0.65em;
	color:#000000;
	font-weight:bold;
	font-size:1.1em;
}

h4 {
clear:both; 
margin:1.0em 0 0.5em 0;
color:#000000; 
font-weight:bold; 
font-size:1.1em;
}

h5 {
	clear:both;
	margin:1em 0 0.5em;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.1em;
	background-color: #66357B;
	padding: .25em;
}

h6 {
	clear:both;
	margin:1em 0 0.5em;
	color:#000000;
	font-weight:bold;
	font-size:1.1em;
	background-color: #E1E1E1;
	padding: .25em;
}


p {
	
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

ul { list-style-image: url("/images/arrow.gif") }

blockquote {
	clear:both;
	margin:0 2em 0.6em;
	font-size:90%;
	font-style: italic;
}

div.figure {
 padding: 5px;
}

div.figure img {
	padding: 0px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
div.figure p {
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
	text-indent: 0;
	margin: 1px 0px 0px;
}






 
/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url(../images/corners1500x36.gif); /* CHANGE: path and name of your image */
	height: 18px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 18px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 18px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -18px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -18px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -18px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 4px solid #660033; /* YCC: color & properties of the left-borderline */
	border-right: 4px solid #660033;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px; 			/* YCC: all texts at some distance of the right border */
	}
	
	.insidehome {
	border-left: 4px solid #660033; /* YCC: color & properties of the left-borderline */
	border-right: 4px solid #660033;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF url(../images/dvc01w.jpg) no-repeat;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 0px;
	height: 38px;
	color: #FFFFFF;
	visibility: visible;
	z-index: 125;
	position: absolute;
	top: 129px;
	left: 12px;
	overflow: hidden;

	
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #000000;
}


#globalNavrbkgnd {
	width: 100%;
	height: 29px;
	margin: 0 auto 0px;
	position: absolute;
	left: 0px;
	top: 85px;
	z-index:85;
	background-color: #509f9f;
	}
	
	#wrapper {
padding: 0px 0px 0px 0px;
	visibility: visible;
	z-index: 95;
	position: absolute;
	width: 955px;
	top: 161px;
	left: 12px;

}
