/*  Body  */
body{background-color:#02776F;}
/*  Containers  */
#main
	{
		display:block;
		position:relative;
		width:820px;
		height:auto;
		left:50%;
		margin:0 0 0 -410px;
		border:1px solid #FFFFFF;
	}
#top, #tmenu, #mid, #ctact, #bot
	{
		display:block;
		position:relative;
		width:820px;
		height:auto;
		top:0px;
		left:0px;
		z-index:1;
	}
#top{height:155px;}
#top .t1, #top .t2, #top .t3, #top .t4
	{
		display:block;
		position:absolute;
		width:205px;
		height:155px;
		top:0px;
		left:0px;
	}
#top .t2 {left:205px;}
#top .t3 {left:410px;}
#top .t4 {left:615px;}
#top .t1 img, #top .t2 img, #top .t3 img, #top .t4 img {width:205px;height:155px;}
#top #login
{
	display:block;
	position:absolute;
	width:350px;
	height:30px;
	top:125px;
	left:236px;
}
a.login, a.login:visited 
{
	display:block;
	position:absolute;
	width:235px;
	height:30px;
	top:0px;
	left:70px;
	font-family:Verdana;
	font-size:10pt;
	color:#02776F;
	text-indent:30px;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
	background:transparent;
	background-image:url('../images/Lock.jpg');
	background-position:center left;
	background-repeat:no-repeat;
}
a.login:hover {text-decoration:underline;}		
#tmenu
	{
		display:block;
		position:relative;
		top:0px;
		left:0px;
		width:820px;
		height:30px;
		background-color:#EECC95;
		z-index:500;		
	}
#mid 
	{
		background-image:url('../images/MidBack.jpg');
		background-position:top left;
		background-repeat:repeat-y;
		/*min-height:415px;*/
		height:auto;
	}
#mid #wkarea
	{
		display:block;
		position:relative;
		width:800px;
		height:auto;
		top:0px;
		left:10px;
		padding-top:5px;
		padding-bottom:5px;
	}
#ctact
{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #FFFFFF;
}
#ctact h1, #ctact p {color:#FFFFFF;}
#ctact p {margin:0px;text-align:center;line-height:150%;}
#ctact a, #ctact a:visited {color:#FFFFFF;}
#ctact a:hover {color:#04C8BB;background:transparent;}

#bot
	{
		height:35px;
		background-image:url('../images/BotBack.jpg');
		background-position:top left;
		background-repeat:no-repeat;
	}
#bot .copyright, #bot .legals
	{
		display:block;
		position:absolute;
		height:30px;
		width:600px;
		top:5px;
		left:10px;
		font-family:Arial;
		font-size:9pt;
		color:#FFFFFF;
		font-weight:normal;
		text-align:left;
		line-height:30px;		
	}
#bot .legals {width:190px;left:620px;text-align:right;}
#bot .legals a, #bot .legals a:visited {color:#FFFFFF;text-decoration:underline;}
#bot .legals a:hover {color:#04C8BB;background:transparent;}
#yam
	{
		display:block;
		position:relative;
		width:820px;
		height:40px;
		top:0px;
		left:50%;
		margin:0px;
		margin-left:-410px;
		line-height:40px;
		text-align:right;
		font-family:Verdana;
		font-variant:small-caps;
		font-style:oblique;
		font-weight:normal;
		font-size:8pt;
		color:#FFFFFF;
		text-indent:38px;
		background-image:url('../images/Globe.jpg');
		background-position:center right;
		background-repeat:no-repeat;
	}
#yam a, #yam a:visited {color:#FFFFFF;text-decoration:none;}
#yam a:hover {color:#B5AC40;text-decoration:underline;background:transparent;}
/*  Fonts  */
h1, h2, h3, h4, p	
	{
		font-family:Verdana;		
		color:#02776F;
		margin-left:10px;
		margin-right:10px;
	}
h1 {font-family:Arial;display:block;font-size:12pt;font-weight:bold;text-align:center;margin-bottom:5px;margin-top:10px;}
h2 {font-size:10pt;font-weight:bold;text-align:left;}
h3 {font-size:9pt;font-weight:bold;text-align:left;font-variant:small-caps;text-decoration:underline;margin-bottom:2px;}
h4 {font-size:9pt;font-weight:bold;font-style:oblique;font-family:Arial;text-align:center;}
p {font-size:9pt;font-weight:normal;color:#000000;text-align:justify;line-height:12pt;}
a, a:visited
	{
		font-family:Verdana;
		font-weight:normal;
		color:#015852;
		text-decoration:underline;
		/*line-height:100%;*/
	}
a:hover {color:#02776F;background-color:#E4EDEC;text-decoration:none;}
ul.list
	{
		list-style-type:disc;
		list-style-position:inside;
		margin:0px;
		margin-left:15px;
		margin-right:15px;
		padding:0px;
	}
ul.list li.list
	{
		font-family:Verdana;
		font-size:9pt;
		font-weight:bold;
		color:#02776F;
		text-align:justify;
		margin-bottom:8px;
	}	