@charset "UTF-8";
{
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../Images/Backgroud_Capture.GIF);
	margin: 0;
	padding: 0;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 90%;
	max-width: 1260px;
	min-width: 780px;
	margin: 0 auto;
}

.header {
	width: 960px;
	height:280px;
	padding: 10px;
}
.headerinsideleft {
	width: 200px;
	margin: 20px;
	padding: 10px;
	float: left;
	z-index: 1;
}

.headerinsideright {
	width: 600px;
	margin: 20px;
	padding: 10px;
	float: left;
	text-align: justify;
	background-color: #FF0;
	z-index: 2;
}

.content {
	padding: 10px 0;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	left: 0px;
	top: 200px;
	right: 0px;
	clear: both;
}

#picture {
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
}
#picture a.small, #picture a.small:visited {
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	top: 0;
	left: 0;
	border: 0;
}
#picture a img {
	border:0;
}
#picture a.small:hover {
	text-decoration: none;
}
#picture a .large {
	display: block;
	float: right;
	width: 0;
	height: 0;
	border: 0;
	top: 0;
	left: 0;
}
#picture a.small:hover .large {
	display: block;
	float: left;
	position: relative;
	width: 300px;
	height: 300px;
	top: -100px;	
	left: -100px;
	z-index: 1;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
