
*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	height: 100%;
	overflow: auto;
	-webkit-text-size-adjust: 100%;
}

body
{
	height: 100%;
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	color: #808080;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h3
{
	font-size: 14px;
	font-weight: bold;
}

li
{
	margin-bottom: 10px;
}

div.container0
{
	/* fixed header
	margin-top : 185px;
	*/
}

div.container1
{
	width: 30%;
	float: left;
}

div.container1 .panel
{
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 13px;
	margin-bottom: 25px;
}

div.container2
{
	width: 70%;
	float: left;
}

div.container2 .panel
{
	margin-top: 25px;
	margin-left: 12px;
	margin-right: 25px;
	margin-bottom: 25px;
}

div.logo
{
	float: right;
	position: absolute;
	top: 25px;
	right: 25px;
}

img.logo
{
	height: 80px;
}

div.content1
{
	background-color: #6392f7;
	background-image: url('../images/banner1.jpg');
	color: #ffffff;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	font-size: 28px;

	/* fixed header
	width: 100%;
	position: fixed;
	top: 0px;
	*/
}

div.content2
{
	background-color: #7aa3fa;
	color: #f0f0f0;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;

	/* fixed header
	width: 100%;
	position: fixed;
	top: 148px;
	*/
}

div.content2 a,
div.content2 a:visited
{
	color: #ffffff;
}

div.content3
{
	background-color: #ffffff;
	min-height: 70%;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	border-left-width: 5px;
	border-left-color: #9dbbfc;
	border-right-width: 5px;
	border-right-color: #9dbbfc;
	padding: 25px;
}

div.content3 img
{
	height: 100px;
}

div.content4
{
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	border-left-width: 5px;
	border-left-color: #9dbbfc;
	border-right-width: 5px;
	border-right-color: #9dbbfc;
	padding: 25px;
}

div.content4 img
{
	height: 300px;
}

div.content5
{
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	border-left-width: 5px;
	border-left-color: #9dbbfc;
	border-right-width: 5px;
	border-right-color: #9dbbfc;
	padding: 25px;
}

div.content5 img
{
	height: 100px;
}

div.content3:hover,
div.content4:hover,
div.content5:hover
{
	color: #ffffff;
	background-color: #808080;
}


div.content5 a,
div.content5 a:visited
{
	font-weight: bold;
	color: inherit;
}

div.banner3
{
	background-color: #6392f7;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 16px;
}

div.banner4
{
	background-color: #6392f7;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 16px;
}

div.banner5
{
	background-color: #6392f7;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 16px;
}

div.quote
{
	font-size: 16px;
	font-style: italic;
	margin-bottom: 18px;
}

div.footer
{
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	color: #ffffff;
	background-color: #909090;
	font-size: 14px;
}

div.footer a,
div.footer a:visited
{
	color: #000000;
}

.right
{
	float: right;
	margin-right: 50px;
}

.small
{
	font-size: 12px;
}

.center
{
	text-align: center;
}

