﻿@charset "UTF-8";
/*css shorthand used throughout*/
/*html tag styles*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	margin: 15px;
	padding: 0px;
}

body {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1 {
	color: #00AAEB;
}

h2 {
	font-variant: small-caps;
	color: #717b7e;
	margin-left: 10px;
}

h3 {
	font-weight: normal;
	font-variant: small-caps;
	margin-left: 5px;
}

img {
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}


ul {
	font-style: italic;
	list-style: circle;
}



/*-----------------------------------  Class Styles - start -----------------------------------------*/
/*class styles - can be applied many times per page*/

.boldWord {
	color: #000000;
	font-weight: bold;
}
.rooiJan {
	color: #CC9900;
	font-style: italic;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.blue {
	color: #014D7D
}

.BODY, TD {
	color: #9b9b9b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	}
	
.BODYmedium, TD {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	margin-left: 10px;
	}

.H1wit {
	font-size: 12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	}
	

.foorter {
	font-size: 9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:normal;
	}

/*----------------------------------- Class Styles - end -----------------------------------------*/

	

/*----------------------------------- Link Styles - start -----------------------------------------*/	

/*a or anchor tages the four states that must appear in the following order - l, v, h, a (LoVeHAte) */

a:link {
	color: #00A7EA;
	text-decoration: none;
}

a:visited {
	color: #00A7EA;
	text-decoration: none;
}

a:hover {
	color: #0066cc;
	text-decoration: underline;
}

a:active {
	color: #00A7EA;
	text-decoration: none;
}
	
	
a.topNav:link {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration:none;
	}
	
a.topNav:visited {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration:none;
	}
	
a.topNav:hover {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-align: left;
	text-decoration:none;
	
	}

/*----------------------------------- Link Styles - end -----------------------------------------*/











/*----------------------------------- Div Styles - start -----------------------------------------*/	
/*div ID styles - can be applied once per page*/


#SiteArea {
	width:100%;
	text-align:center;


	background-color:#E5E5E5
	background-repeat:repeat-x;
	background-image:url(../img/bg.png);
	height:1300px;
	}
	
#SiteBox { 
	width:950px;
	text-align:left;
	background-color:#ffffff;
	background-image:url(../img/bar_top.png);
	background-repeat:no-repeat;
	height:260px;
	}

#SiteBody {
	width:950px;
	text-align:left;
	background-color:#ffffff;
	height:1100px;
	}
	
#Logo { 
	background-image:url(../img/ei_200.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:30px;
	float:left;
	width:230px;
	height:100px;
	padding-top:20px;
	}
	
#Slogan { 
	float:left;
	margin-left:100px;
	width:500px;
	height:40px;
	color:#b1b1b1;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	margin-top:30px;
	}
	
	
#TopNav { 
	float:left;
	margin-left:50px;
	width:600px;
	height:50px;
	color:#FFFFFF;
	margin-top:5px;
	}
	
	
#TopNavBox {
	float:left;
	text-align:center;
	padding-top:10px;
	background-color:#666666;
	width:100px;
	height:25px;
	color:#FFFFFF;
	background-color:#666666;
	color:#FFFFFF;
	border-color:#CCCCCC;
	border-width:thin;
	border-style:solid;
	}
	
#LeftColumn { 
	margin-left:25px;
	text-align:center;
	float:left;
	width:250px;
	height:300px;
	background-color:#ffffff;
	}
	
#RightColumn { 
	margin-left:30px;
	float:left;
	width:615px;
	height:300px;
	background-color:#ffffff;
	}

#footer {
	width:910px;
	text-align:left;
	background-color:#0B5694;
	height:12px;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:20px;
	}
