/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* html styles */

html {
	height: 100%;
	margin: 0 0 1px 0;
}

/* body styles */

body {
	font-size:10px; 
	font-family:Verdana, Arial; 
	background-image:url(../images/background.gif);
	text-align: center;
}

h1 {
	font-size:18px; 
	font-family:Arial, Verdana; 
	color: #3c72cb;
	padding:10px;
}

h2 {
	font-size:17px; 
	font-family:Arial, Verdana; 
	color: #d87c24;
	padding:10px;
}

h6 {
	font-size:10px; 
	font-family:Arial, Verdana; 
	color: #999999;
	padding-top:22px;
	padding-right:22px;
}

A:link { 
	text-decoration: underline;
	color:#666666;
}

A:visited { 
	text-decoration: underline; 
	color:#666666;
}

A:hover { 
	text-decoration: underline; 
	color:#3781c5;
}

p {
	font-size:14px; 
	font-family:Verdana, Arial; 
	color: #666666;  
	margin-left:10px; 
	margin-right:10px;
	margin-bottom:15px;
	text-align:justify;
}

p img{
	margin-top:2px;
	margin-bottom:10px;
	margin-left:25px;
	margin-right:10px;
}

iframe{
	width: 120px; 
	height: 240px;
	float:left;
	margin-top:2px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:10px;

}

#viewpane {
	position:relative; 
	width: 708px;
	height:auto;
	padding-bottom:10px;
	margin: 0 auto;
	text-align:left;
}
	
#submain {
	position:relative; 
	width:auto; 
	height:auto;
	padding-left:22px;
	padding-top:2%;
	padding-bottom:2%;
	margin-bottom:20px;
	border-right: #d9e1e5 solid 1px;
	border-left: #d9e1e5 solid 1px;
	border-top: #d9e1e5 solid 1px;
	border-bottom: #d9e1e5 solid 1px;
	background-image: url(../images/content_background.gif);
}

div.page_text {

	position:relative; 
	width: 662px; 
	height: auto;
	text-align:left;
	margin-top:2%;
	margin-bottom:2%;
	padding-bottom:2%;
	border-right: #d9e1e5 solid 1px;
	border-left: #d9e1e5 solid 1px;
	border-top: #d9e1e5 solid 1px;
	border-bottom: #d9e1e5 solid 1px;
	background-color:#f0f1f1;
}


div.page_text ul{
	font-size:14px; 
	font-family:Verdana, Arial; 
	list-style-type:disc;
	color: #666666;
	margin-left:26px;
}
		
#menu_text {
	position:relative;
	width:708px; 
	height:38px;
}

#menu_text_links {
	position:relative;
	font-size:14px;
	font-weight:bold;
	color:#666666; 
	font-family:Verdana,Arial;
	text-align:center;
	width:auto; 
	height:auto;
}

div#menu_text_links ul {
	position: relative;
	left:18px;
	list-style-type: none;
	top:18px;
}

div#menu_text_links ul li {
	position:relative;
	width:112px;
	height:38px;
	float:left;
	background-image: url(../images/tab.jpg);
}

div#menu_text_links ul:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:left;
}

#copyright {
	position:relative;
	width:auto;
	height:auto;
	font-size:10px;
	color:#666666; 
	font-family:Verdana,Arial;
	text-align:right;
}

#menu_text a {
	text-decoration:none;
	color:#666666;
}

#menu_text a:hover {
	color:#3781c5;
}

#copyright a {
	text-decoration:none;
	color:#999999;
}

#copyright a:hover {
	color:#3781c5;
}

#header{
	position:relative;
	width:662px; 
	height:173px; 
}
