@charset "utf-8";

body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	background:url(images/back4.gif) repeat fixed;*/
	font-size:18px;
	color:#333;
	background-color:#FFFFFF;
}

h1, h2, h3 {
	margin:0;
	padding:0;
	color:#333;
}
h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:14px; }

/*TOP / CONTAINER / BOTTOM*/
#top {
	margin:0 auto;
	width:986px;
	margin-top:15px;
	background:url(images/top.png) no-repeat;	
}
#container {
	margin:0 auto;
	width:986px;
	background:url(images/mid.png) repeat-y;
}
#bot {
	margin:0 auto;
	width:986px;
	background:url(images/bot.png) no-repeat;
}


/*PAGE*/
#page {
	margin:0 auto;
	width:950px;
	background:#336699;
	border:1px solid #999;
}

/*HEADER*/
#header {
	height:130px;
	background:#ffffff;
}


#rule {
	float:left;
	width:100%;	
	height:20px;
	background:url(images/grad.jpg) repeat-y;
}

/*NAVIGATION V*/

#nav-v {
	float:left;
	width:150px;
	padding:15px;
	background:#336699;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	display:none;
}
#nav-v ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display:none;
}
#nav-v li {
	margin-bottom:10px;
	border:2px solid;
	border-color:#fff #6b7f8d #6b7f8d #fff;
	
	background-color:#DECEC3;

}
#nav-v a {
	display:block;
	text-decoration:none;
	color:#000000;
	padding:5px;	
	background:url(images/btn-0.gif) repeat-x;	
}	
#nav-v a:hover {
	display:block;
	text-decoration:none;
	color:#000;
	background:url(images/btn-1.gif) repeat-x;
/*	background-color:#999999;*/
}	

.selected {
  font-weight:bold;
}

/*MAIN*/
#main {
	margin:0px;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
	background:#ffffff;
	min-height:400px;
}

/*FOOTER*/
#footer {
	clear:both;
	font-size:9px;
	padding:15px;
	color:#666;
	background-color:#BCCDDD;
}
#footer h1 {
	padding:10px;
	letter-spacing:2px;
	color:#336699;
}
#footer #copy {
	font-size:12px;	
	color:#333;					
}
#footer a {
	text-decoration:none;
	color:#666;	
}
#footer a:hover {
	text-decoration:underline;
}

.white {
	font-weight:normal;
	color:#fff;
}

#svqa {
  font-size:16px;
  color:#336699;
  font-weight:bold;
}

.big:first-letter {
  font-size:22px;
}

#iso p {
  width:600px;
  text-align:center;
  margin:0 auto;
  font-size:18px;
  margin-top:20px;
}

.title {
  color:#336699;
}

.first-letter {
  font-size:20px;
}

.indent {
  margin-left:35px;
}

.rule {
  border-top:2px solid #336699;
  width:80%;
  margin:0 auto;
  margin-top:15px;
}