/* CSS Document */
<!--
a.icon:visited {
	border: 1px solid #000000;
	display: block;
}
a.icon:link {
	border: 1px solid #0033CC;
	display: block;
}
a.icon:hover {
	border: 1px solid #FF6600;
	display: block;
}
a.white:link {
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}
#top {
	background-image:  url(assets/home/top-bar.gif);
	height: auto;
	background-position: left bottom;
}
#bottom {
	background-image: url(assets/home/bottom-bar.gif);
	height: auto;
	background-position: left top;
	color: #FFFFFF;
}
#middle {
	background-color: #FFFFFF;
	background-image: url(assets/home/_05.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 361px;
}
#containor {
	height: 100%;
	width: 100%;
}
body {
	background-color: #12316B;
	overflow: auto;
}
#logo {
	display: table-cell;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logotd {
	background-image: url(assets/nav/dots-horiz.gif);
	background-repeat: no-repeat;
	background-position: 144px 44px;
}
a.divnav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	height: 18px;
	font-weight: normal;
	display: table;
	width: 100%;
	float: right;
	text-align: right;
	margin: 0px;
}
a.divnav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	height: 18px;
	font-weight: normal;
	display: table;
	width: 208px;
	text-align: right;
	margin: 0px;
	float: right;
}
a.divnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
	height: 18px;
	font-weight: normal;
	display: table;
	width: 100%;
	float: right;
	text-align: right;
	background-color: #4475AF;
	margin: 0px;
}
.divnav {
	margin: 0px 12px 0px 0px;
	padding: 0px;
	display: table;
	width: 208px;
}
.photos {
	border: 1px solid #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#888888, Direction=120, Strength=3);
	margin: 2px;

}
.photosb {
	border: 1px solid #000000;	margin: 26px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity="50") Shadow(color=#888888, Direction=120, Strength=3);

}
-->
