body {
 margin: 0px;
 padding: 0px;
 background: url(../images/final-sketch7-1.png) repeat-y;
 font-family: Helvetica, Ariel, sans-serif;
 font-size: 10pt;
 color: #E37F1D; /* logo rust */
 color: #8E3806; /* sketch brown */
 color: #0043A2; /* blue */
 }

.left {
 float: left;
 width: 150px;
 min-height: 600px;
 }

.header {
 float: right;
 height: 130px;
 width: 70%;
 }
 
div#main_position {
 clear: right;
 margin-left: 200px;
 margin-right: 3px;
 padding: 9px 0px 0px 0px;
 position: relative;
 }

div#main {  
 float: left;
 background: #FEE4CB;  /* logo salmon */
 padding: 12px;
 width: 500px; 
}

div#right {  
 float: right;
 background: #FEE4CB;  /* logo salmon */
 padding: 1px;
 width: 220px; 
}

.navbox {
 position: absolute;
 left: 0;
 top: 99px;
 width: 722px;
 }
* html .navbox {
 top: 115px;
 l\eft: -10px;
 }

#nav {
/** clear: both; **/
 text-align: right;
 }

#nav li{
 display: inline;
 list-style-type: none;
 padding-left: 20px;
 font-weight: bold;
 }
#nav li A:hover {
 color:#CDAB64;
 }
#banner_text {
 float: left;
 color: #FEE4CB;  /* logo salmon */
 font-size: larger;
 font-weight: bold;
 }
#banner_logo {
 /** background: url(../images/p2s_logo231h.gif) no-repeat; **/
 background: url(../images/ps2_logo_231_idapp.jpg) no-repeat;
 z-index: 99;
 width: 231px;
 height: 112px;
 float: right;
 padding: 0px;
 }

.body_title, .body_title h1 {
 font-weight: bold;
 margin-bottom: 10px;
 font-size: larger;
 }
.left_ccolumn {
 float: left;
 width: 46%;
 text-align: justify; 
 } 
.right_ccolumn {
 float: right;
 width: 46%;
 text-align: justify;
 } 
.bottom_c {
 clear: both;
 width: 100%;
 } 
.left_ccolumn p, .right_ccolumn p {
 clear: both;
 }
.left_ccolumn h2, .right_ccolumn h2 {
 font-size: small;
 font-weight: bold;
 }
.left_ccolumn ul, .right_ccolumn ul {
 
 }
A:link, A:active, A:hover, A:visited {
 text-decoration: none;
 color: #FEE4CB;  /* logo salmon */
 }

	/****** the rollover menu stuff! ******/
	
ul#menu, #menu ul, #menu li, #menu a {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}
   
#menu ul {
		width:127px;
		background: url(../images/shade_grey.gif);
  padding: 0 12px;
	}

#menu li {
		position:relative;
		padding: 0px;
		z-index:9;
  list-style: none;
	}
* html #menu li {
  width: 111px;
  w\idth: 111px;
  }

.folder {
 font-size: 12px;
 }
 
#menu li.folder ul {
		position: absolute;
		top:22px;
 	}		

#menu 	a {
		padding:1px;
		text-decoration:none;
	 color: #471C02; /* dark brown */
	 font-weight:bold;
	 }

#menu li.folder li a:hover {
  z-index:10; 
		color: #FEE4CB;  /* logo salmon */
  }		

.pos1 {
   padding: 0;
 }


#menu ul, #menu ul ul, #menu li:hover ul ul {
		display: none;
	}

#menu li:hover ul, #menu li:hover li:hover ul {
		display: block;
	}		

.subhead {
		font-weight: bold;
		font-size: 9pt;
   }

#footer {
 clear: right;
 width: 500px; 
	text-align: center;
 padding: 12px 0em 0em 0em;
}
#footer ul		{
 padding: 0;
 margin: 0;
 list-style: none;
 }
#footer li	{
 font-size: smaller;
 display: inline;
 margin-right: 2em;
 color: #FEE4CB;   /* logo salmon */
 }
.pos1 a, .pos1 a:visited, .pos1 a:hover {
 color: #0000cc;
 }
 
.serv1 {
 padding: 2px;
/* border: 1px solid #8E3806; */
 margin: 0px;
 }
.serv1 table {
 font-size: 9pt;
 text-align: center;
 font-weight: bold;
 }
.serv1 table td {
 vertical-align: top;
 }
h2 {
 font-size: 12pt;
 font-weight: bold;
 }
.serv1 h2 {
 padding: 10px;
 margin: 0px;
 }
.serv2 {
 background: #FFB66D;
 background: #FFD1A5;
 border: 0;
 padding: 8px;
 }
.serv_bg1 {
 background: url(../images/svcs_bg1.jpg);
 }
.serv_bg2 {
 background: url(../images/svcs_bg2.jpg);
 }
.serv_bg3 {
 background: url(../images/svcs_bg3.jpg);
 }
.serv_footer {
 font-style: italic;
 padding: 10px;
 }
.input {
 border: 1px dotted #0043A2;
 padding: 2px;
 background: #FDECD0;
 color: #0043A2;
 float: right;
 width: 230px;
 }
p.form {
 padding-bottom: 10px;
 }
.button {
 border: 1px dotted #0043A2;
 background: #FDECD0;
 color: #0000cc;
 }
.body_top33 {
 text-align: center; 
 padding: 2px;
}
 
#in_page_tab {
	border-bottom : 1px solid #8E3806;
	margin : 0;
	margin-bottom: 1em;
	padding-bottom : 19px;
	padding-left : 10px;
}

#in_page_tab ul, #in_page_tab li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
#in_page_tab a:link, #in_page_tab a:visited	{
	background : #8E3806; /* unselected tab colour */
	background : #FEE4CB;
	border : 1px solid #8E3806;
	color : #FEE4CB;
	color : #8E3806;
	float : left;
	font-size : small;
	font-weight : bold;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#in_page_tab a:link.active, #in_page_tab a:visited.active	{
	background : #FEE4CB;
	background : blue;
	border-bottom : 1px solid #FEE4CB;
	color : #ff0;
}

#in_page_tab a:hover	{
	color : #CDAB64;
}

	
body.section-1 #in_page_tab li#nav-1 a, 
body.section-2 #in_page_tab li#nav-2 a,
body.section-3 #in_page_tab li#nav-3 a,
body.section-4 #in_page_tab li#nav-4 a {
	background : #FEE4CB;
	background : #8E3806; /* selected tab */
	border-bottom : 1px solid #8E3806;
	color : #8E3806;
	color : #FEE4CB;
	font-weight : bold;
}

#in_page_tab #subnav-1,
#in_page_tab #subnav-2,
#in_page_tab #subnav-3,
#in_page_tab #subnav-4 {
	display : none;
	width: 90%;
}

body.section-1 #in_page_tab ul#subnav-1, 
body.section-2 #in_page_tab ul#subnav-2,
body.section-3 #in_page_tab ul#subnav-3,
body.section-4 #in_page_tab ul#subnav-4 {
	display : inline;
	left : 10px;
	position : absolute;
	top : 95px;
}

body.section-1 #in_page_tab ul#subnav-1 a, 
body.section-2 #in_page_tab ul#subnav-2 a,
body.section-3 #in_page_tab ul#subnav-3 a,
body.section-4 #in_page_tab ul#subnav-4 a {
	background : #FEE4CB;
	border : none;
	border-left : 1px solid #ccc;
	color : blue;
	font-size : smaller;
	font-weight : bold;
	line-height : 10px;
	margin-right : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

 #in_page_tab ul a:hover {
	color : #f00 !important;
}

.brown_text {
	color : #8E3806;
}