
/* basic elements */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #2d2266; 
	background: #999999; 
	margin: 0px;
	text-align: center;
}

p { 
	text-align: left;
	}
	
p.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #2d2266; 
	text-align: left;
	}
	
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #2d2266;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	}
	
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #2d2266;
	text-align:left;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom:0px
	}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #2d2266;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	}



h4, h5, h6 {
	color: #2d2266;
	}

a {
  	color: #2d2266;
	text-decoration:none;
	}
	
a.highlight {
	color: #a51c36;
	font-weight: bold;
	}
	
a:hover {text-decoration:underline; color:#a51c36;}
	
ul.ndss {
	list-style-image:url(images/dot-red.gif);
	font-size:16px; line-height:20px;	
	}

ul.close {
	list-style-image:url(images/dot-red.gif);
	font-size:16px; line-height:10px;	
	}
	
ul.14{
	font-size: 14px;
	color: #2d2266;
	text-align:left;
	list-style:disc;	
	}
	
ul.12{
	font-size: 12px;
	color: #2d2266;
	text-align:left;
	list-style:disc;	
	}


/* DIVS */

#container { 
	position: relative;
	background: url(images/container.jpg) no-repeat center;
	width:750px;
	height:550px;
	margin-top: 30px;
	margin-left: auto; margin-right:auto;
	text-align: left; 
	}
	
#navigation {
	position:relative;
	width:370px;
	height:125px;
	z-index:1;
	left: 370px;
	top: 0px;
}

/* index page ---------------------------------- */






