﻿@import url("modules.css");

body{
	margin : 0;
	padding : 0 0 0 0; 
	text-align : center; 
	background-color : #dedede;
	background-repeat : repeat-y;
	background-image : url(/assets/gfx/background.png);
	background-position : 50%;
}

P{
	margin : 0 0 1em 0;	
	padding : 0 0 0 0;
	line-height : 1.4;
}

IMG{
	border : none;
}

A{
	text-decoration : none;	
	color : #003366;
}

A:hover{
	color : #003366;
	text-decoration : underline;
}

H1{
	margin : 0 0 0.5em 0;
	padding : 0 0 0 0;
	color : #c50133;
	font-size : 180%;
	font-weight : normal;
}
H2{
	margin : 0 0 0.5em 0;
	color : #75a641;
	font-size : 140%;
	font-weight : normal;
}
H3{
	margin : 0 0 0.5em 0;
	color : #c50133;
	font-size : 120%;
	font-weight : normal;
}
H4{
	margin : 0 0 0.5em 0;
	color : #75a641;
	font-size : 110%;
	font-weight : normal;
}
H5{
	margin : 0 0 0.5em 0;
	color : #c50133;
	font-size : 100%;
	font-weight : normal;
}
H6{

	margin : 0 0 0.5em 0;
	color : #75a641;
	font-size : 100%;
	font-weight : bold;
}


UL, Blockquote{
	margin : 0 2em 1em 2em;	
	padding : 0 0 0 0;	
}

ol{
	margin : 0 3em 1em 3em;	
	padding : 0 0 0 0;	

}


UL LI UL, OL LI OL{
	margin : 3px 0 3px 0;	
	padding : 0 0 0 0;	
}

UL LI{
	margin : 0 0 0.2em 0;	
	padding : 0 0 0 16px;
	background-image : url(/assets/gfx/bullet.gif);
	background-repeat : no-repeat;
	background-position : 0px 6px;
	list-style : none;
}

UL LI UL LI{
	background-image : url(/assets/gfx/bullet2.gif);
}
UL LI UL LI UL LI{
	background-image : url(/assets/gfx/bullet3.gif);
}
UL LI UL LI UL LI UL LI{
	background-image : url(/assets/gfx/bullet4.gif);
}
UL LI UL LI UL LI UL LI UL LI{
	background-image : url(/assets/gfx/bullet5.gif);
}

HR{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	color : black;
	background-color : black;
	height : 1px;
}

TABLE{
	font-size : 100%;
}

Label{

}



#container{
	width : 875px;
	margin : 0 auto 0 auto;
	background-color : white;
}

#header{
	position : relative;	
	height: 65px;
	margin : 20px 0 0 0;
	font-size : 1.9em;
	font-family : "Segoe UI", Tahoma, Geneva, Verdana;
}

#cefic{
	position : absolute;
	top : 0;
	left: 0;
}

#brand{
	position : absolute;
	top : 10px;
	left: 245px;
	color : #003366;
	
}

#contentBlock{
	background-image : url(/assets/gfx/divide.png);
	background-repeat: repeat-y;
	font-size : 0.9em;
	font-family : "Segoe UI", Tahoma, Geneva, Verdana;
	text-align : left;
}

#columnOne{
	float : left;
	width : 210px;
	padding : 3em 0 0 0;
}

#columnOne UL{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
#columnOne UL LI{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
	line-height : 1;
	background-image : none;
}
#columnOne UL LI A{
	display : block;
	padding : 0 10px 0 0;
	border-right : 15px solid #918776;
	color : #918776;
	text-align : right;
	font-size : 120%;
	text-decoration : none
}

#columnOne UL LI A:hover{
	color : #c50133;
	border-right : 15px solid #c50133;
	text-decoration : none
}

#columnOne UL LI.currentPage A{
	color : #75a641;
	border-right : 15px solid #75a641;
	text-decoration : none
}
#columnOne UL LI.currentPage A:hover{
	color : #c50133;
	border-right : 15px solid #c50133;
	text-decoration : none

}





#columnTwo{
	float : right;
	width : 520px;
	padding : 10px 95px 0 20px;
	margin : 0 0 1em 0;
}

#disclaimer{
	clear: right;
	float : right;
	width : 520px;
	padding : 20px 95px 0 20px;
	font-size : 75%;
	color : #333;
	background-image : url(/assets/gfx/footnote.png);
	background-repeat: no-repeat
}



#footer{
	padding : 15px 0 0 0;
	color : #666;
	text-align : center;
	font-size : 0.7em;
	font-family : "Segoe UI", Tahoma, Geneva, Verdana;
}
#footer A{
	color : black;
	text-decoration : none;
}
#footer A:hover{
	color : black;
	text-decoration : underline;
}

.clear{
	clear : both;
	height : 1px;
	font-size : 5%;
}

#cwn{
	float : right;
	width : 25%;
	text-align : right;
	margin : 0 0 0 0;
}

#updated{
	float : left;
	width : 25%;
	text-align : left;
	margin : 0 0 0 0;
}


table.dataTable{
	background-color : #f5f5f5;
	border : 1px solid #ccc;
	margin : 0 0 1em 0;
	width : 100%;
	border-collapse : collapse;
}

table.dataTable TD{
	padding : 2px 5px 2px 5px;
	border : 1px solid #ccc;
	color : black;
	vertical-align : top;
	border-collapse : collapse;
}

table.dataTable TH{
	padding : 2px 5px 2px 5px;
	border : 1px solid #ccc;
	background-color : #e4e4e4;
	color : black;
	vertical-align : top;
	border-collapse : collapse;
}

