Body{
	background-color : #efefef;
	text-align : center;
}

h1{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 200%;
	color : #473b9a
}
h2{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 160%;
	color : #473b9a;
	margin : 0 0 8px 0;
	border-bottom : 1px solid #c4c4c4;
	padding : 0 0 5px 0;
}

P{
	line-height : 17px;
	margin : 0 0 1em 0;
}

HR{
	border : none;
	background-color : #c4c4c4;
	color : #c4c4c4;
	height : 1px;
}

#searchEngines{
	text-transform : capitalize;
	font-size : 0.65em;
	font-family : Arial, Helvetica, sans-serif;
	color : #8b8b8b;
	text-align : center;
	margin : 0 0 5px 0;
}

#container{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.75em;
	padding : 0 0 10px 0;
	margin : 0 auto 0 auto;
	border : 1px solid black;
	width : 748px;
	background-color : white;
	text-align : left;
}

#header{
	background-image : url(/assets/gfx/header.jpg);
	background-repeat : no-repeat;
	border-bottom : 1px solid black;
	height : 236px;
	position : relative;
}

#address{
	display : block;
	position : absolute;
	top : 180px;
	left : 30px;
	width : 420px;
	height : 45px;
}
#address IMG{
	width : 420px;
	height : 45px;
}

#menu{
	text-align : left;
	text-indent : 0;
	float : right;
	margin : 20px 25px 0 0;
	width : 220px;
	color : white;
	display : inline;
}

#menu UL{
	margin : 0;
	padding : 0;
	list-style : none;
}

#menu UL LI{
	background-image : url(/assets/gfx/bullet.gif);
	background-repeat : no-repeat;
	background-position : 0px 6px;
	border-bottom : 1px dotted white;
	font-size : 120%;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding : 3px 0 3px 20px;
	margin : 0 0 8px 0;
}

#menu a{
	color : white;
	text-decoration : none;
}
#menu a:hover{
	color : #ffcc00;
	text-decoration : none;
}

#titleBlock{
	text-align : left;
	background-image : url(/assets/gfx/title-underline.gif);
	background-repeat : repeat-x;
	background-position : 0% 100%;
	padding : 0 0 5px 0;
	margin : 20px 25px 10px 25px;
}
#titleBlock h1{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

#contentBlock{
	border : 1px solid #dedede;
	background-color : #eaeaea;
	width : 415px;
	min-height : 160px;
	padding : 10px 15px 10px 15px;
	color : black;
	float : left;
	margin : 0 0 0 25px;
	display : inline;
	
}

#imageBlock{
	float : right;
	width : 240px;
	margin : 0 25px 0 0;
	display : inline;
}
#imageBlock IMG{
	margin : 0 0 14px 0;
}

.contentBlock{
	border : 1px solid #dedede;
	background-color : #eaeaea;
	width : 415px;
	min-height : 160px;
	padding : 10px 15px 10px 15px;
	color : black;
	float : left;
	margin : 0 0 14px 25px;
	display : inline;
	height : 167px;
	
}
.imageBlock{
	float : right;
	width : 240px;
	margin : 0 25px 14px 0;
	display : inline;
	height : 189px;
}
.imageBlock IMG{
	margin : 0 0 14px 0;
	height : 189px;
}


.clear{
	clear : both;
	height : 1px

}


#footer{
	width : 748px;
	font-size : 0.70em;
	font-family : Arial, Helvetica, sans-serif;
	color : #8b8b8b;
	text-align : center;
	margin : 5px auto 0 auto;
}

#cwn{
	float : right;
	text-align : right;
	width : 250px;	
}

#updated{
	float : left;
	text-align : left;
	width : 250px;
}


#footer A{
	color : #473b9a;
	text-decoration : none;
}

#footer A:hover{
	color : #473b9a;
	text-decoration : underline;
}

.imageCaption{
	border : 1px solid #2d2055;
	background-color : #f0f0f0;
	text-align : center;
	font-size : 90%;
	margin :  3px 30px 6px 0;
	padding : 0 0 2px 0;
	width : 200px;
	clear : none;
	float : left;
	display : inline;
}
.imageCaption IMG {
	border-bottom : 1px solid #2d2055;
	clear : none;
	float : none;
}

.dataTable{
	border : 1px solid black;
	margin : 0 0 1em 0;
	border-collapse : collapse;
	width : 100%;
}
.dataTable TH{
	border : 1px solid black;
	padding : 1px 4px 1px 4px;
	text-align : left;
	font-weight : bold;
	border-collapse : collapse;
	background-color : #8877dd;
	color : white;
}
.dataTable TD{
	padding : 1px 4px 1px 4px;
	border : 1px solid black;
	margin : 0 0 1em 0;
	border-collapse : collapse;
	text-align : left;
}

.important{
	font-size : 90%;
	color : #473b9a;
	padding : 5px 0 0 0 ;
	display : block;
}
.oneLineTextInput, .smallTextArea, .mediumTextArea{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #ccc2fe;
	color : black;
	padding : 1px 3px 1px 3px;
	margin : 0 0 3px 0;
	width : 390px;
	border : none;
}


label{
	font-weight : normal;
}
legend{
	color : #473b9a;
	margin : 0 0 3px 0;
	font-weight: bold;
	padding :  0 10px 0 5px;
}

fieldset{
	margin : 0 0 1em 0;
}