body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
    
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* end reset */

body {
    font: 66.7% arial, helvetica, sans-serif;
    text-align: center;
    background-color: #E3E8CF    ;
}

#page, #icscontent, #pdp, #menu, #thetop {
    margin-left: auto;
    margin-right: auto;
    background-color: white  ;
}
#icscontent, #pdp, #menu {
    width: 100%;
}

#thetop{
    border-bottom: 1px solid black;
    width: 800px;
}

#page{
    width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid black;
}

#menu{
    border-top: 1px solid black;
    height: 27px;
}

#icscontent{
    margin-top: 10px;
    text-align : justify;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    font-size: 1.1em;
    /*border: 1px solid black;*/
}

#pdp {
    background-color: #336699      ;
    border-top: 1px solid #0B486B  ;
    color: white;
    font-weight: bold;
    text-align: center;
	font-size: 1em;
    margin-top: 15px;
    
}

a:hover{
	text-decoration : underline;
	color : White;
	background-color : #7AC1C4  ;
}


.main, .st, .addr {
    border-style: solid;
    text-align: center;
	border-width : 1px;
	padding-left : 5px;
	padding-right : 5px;
}

.main{
	background-color: #70AFC4E3E8CF  ;
    border-color: #E3E8CF  ;
	font-size : 1.2em;
    color: black;
    padding-top: 2px;
    padding-bottom: 2px;
}

.st{
	background-color: #70AFC4;
    border-color: #70AFC4;
	color : #E3E8CF  ;
	font-weight : bold;
    font-size: 1.1em;
	padding-top : 2px;
	padding-bottom : 2px;
    margin-bottom: 20px;
}

.addr{
    border-color: #70AFC4;
	padding-top : 2px;
	padding-bottom : 2px;
}

.supersection, .protocol {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    padding-top: 10px;
}
    
.supersection {
	border-bottom : 1px solid #996666;
}

.protocol {
	border-bottom : 2px solid #7AC1C4;
}

.stdul{
    list-style-type: square;
    padding-left: 40px;
}

/*** MENU SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
    width: 100%; 
    background-color: #336699;
}
.sf-menu a {
	border-right:	1px solid #fff;
	/*border-top:		1px solid #CFDEFF;*/
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			white;
    font-weight: bold;
}
.sf-menu li {
	background:		#336699;

}
.sf-menu li li {
	background:		#336699;
}
.sf-menu li li li {
	background:		#336699;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#7AC1C4  ;
	outline:		0;
    color: black;
}