body,html{
background:#ccc;
margin:0;
padding:0;
height:100.1%;
font: .84em/1.9em Verdana, Arial, helvetica, sans-serif;
/*
font:11px/1.8 Verdana,Arial,helvetica,sans-serif
*/
}
/*
scrollbar-3dlight-color:#f90;
scrollbar-arrow-color:#000;
scrollbar-base-color:#333;
scrollbar-darkshadow-color:#999;
scrollbar-face-color:#999;
scrollbar-highlight-color:#f90;
scrollbar-shadow-color:#000;
scrollbar-track-color:#ccc;
*/
#wrapper{
width:800px;
margin: auto;
padding: 0;
}
#contentID{
background:#fff;
border-left:1px solid #333;
border-right:1px solid #333;
position:relative;
vertical-align:top;
width:779px;
margin:auto;
}
#paul #contentID ul {
list-style:none;
margin-left:5px;
margin-right:10px ;
padding-left:5px;
} 
#paul #contentID li {
list-style: none;
padding-left:1.5em;
padding-right:.3em;
background:url(../images/bullet.gif) no-repeat 0 .4em;
}

#pad{padding:1px 25px 10px 25px}
a:link{
color:#333;
text-decoration:underline/* unvisited link */
}
a:visited{color:#333/* visited link */}
a:hover{
color:#c60;
background:transparent;
text-decoration:none/* mouse over link */
}
h1{
color:#333;
font: bold 1.6em Verdana,Arial,helvetica,sans-serif;
margin-bottom:4px;
}
h2{
color:#c60;
font: 1.3em Verdana,Arial,helvetica,sans-serif;
margin-bottom:4px;
margin-top:0px
}
h3{
color:#333;
font: 1.3em Verdana,Arial,helvetica,sans-serif;
/*font: 1em/1.5em Verdana, Arial, helvetica, sans-serif;*/
margin-bottom:4px;
margin-top:0px
}
h4{
color:#c60;
font: 1.1em/.8 Verdana,Arial,helvetica,sans-serif;
/*font: 1.3em Verdana,Arial,helvetica,sans-serif;*/
margin-bottom:0px;
margin-top:0px
}

.center{
	text-align: center;
}

sup{font-size: .7em; position:relative; top:-2px}

hr{
border:0;
clear:both;
display:block;
height:1px;
margin-bottom:15px;
margin-top:15px;
text-align:center;
width:100%;
background:#f90
}

.hrlight{
border:0;
clear:both;
color:#ccc;
display:block;
height:1px;
margin-bottom:15px;
margin-top:15px;
text-align:center;
width:100%;
background:#ccc;
}
/* image styles */
.imgbordernom{border:1px solid #c60;overflow: auto;}
.imgleftborder{border:1px solid #c60;float:left;margin:10px}
.imgleftnob{float:left;margin:10px}
* html #wrap{height:100%}
.imgright{
border:1px solid #c60;
float:right;
margin:20px;
overflow:hidden
}
.imgrightborder{border:1px solid #c60;float:right;margin:10px}
.imgrightnob{float:right;margin:10px}
/* div blocks */
.wrapport{
height:auto;
display: block;
margin-bottom:15px;
position:relative;
width:100%;
}
.leftport{
float:left;/* border:1px black;*/
height:auto;
text-align:center;
vertical-align:top;
width:auto;
}
.rightport{
float:right;
height:auto;
text-align:left;
vertical-align:top;
padding-right:10px;
padding-left:10px;
width:513px;
}

/* ----------- My Form ----------- */
.myform{
margin: 0 auto 0 auto;
width:400px;
padding: 14px;
}
/* ----------- stylized ----------- */
form, button{border:0; margin: 0; padding:0;}
.spacer{clear:both; height:1px; display: block; margin-bottom:3em;}

#stylized{
  background-color: #fdd08c;
  border: 1px solid #c60;	
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:0px;
margin-top:0px;
color:#c60;
}
#stylized p{
font-size:11px;
color:#c60;
margin-top:0px;
margin-bottom:10px;
padding-top: 0px;
padding-bottom: 12px;
border-bottom:solid 1px #c60;
}
#stylized label{
display:block;
text-align:right;
width:100px;
float:left;
color: #c60;
font-size: 1.3em;
padding-top: 3px;
}
#stylized .small{
color:#333;
display:block;
font-size: .9em;
font-weight:normal;
text-align:right;
width:100px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #c60;
width:200px;
margin:2px 0 20px 10px;
color: #c60;
background: #fff;
}
#stylized button{
clear:both;
margin-left:140px;
width:125px;
height:31px;
background:#c60 url(../images/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#fff;
font-size:14px;
font-weight:bold;
text-decoration: none;
}

#stylized textarea{
float:left;
font-size:12px;
color: #c60;
padding:4px 2px;
border:solid 1px #c60;
width:200px;
margin:2px 0 20px 10px;
background: #fff;
}
/* ----------- stylized ----------- */

/* header */
#header{
background:url(/images/navnoslicebg.gif);
height:178px;
width:800px;
margin:auto;
position:relative
}
/* nav menu */
#menu{
padding-left:5em;
list-style:none;
position:relative;
left:0;
top:159px
}
#menu li{width:80px;float:left;height:16px}
#menu li a{
display:block;
width:80px;
text-align:center;
text-decoration:none;
background:#dedede;
height:18px;
line-height:17px
}
#menu li a:hover{
margin-top:-14px;
padding-top:2px;
background:url(/images/navmenubg.gif) #ccc no-repeat center top;
height:33px
}
#footer{
	background: #333;
	color: #fff;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;	
	margin-bottom: 20px;
	margin-top: 0;	
	padding: 0px 60px 3px 0;
	position: relative;
	text-align: right;
	width: 721px;
}
a.footer{
	color: #fff;
	text-decoration: none;
}
a.footer:hover{
	color: #f90;
	text-decoration: none;
}
