@charset "utf-8";
body
{
	font-family: Calibri, Arial;
}

#main_logo
{
	text-align: left;
	vertical-align: middle;
	width: 23%;
}

#main_title
{
	text-align: center;
	width: 77%;
	color: #000000;
	font-weight: bold;
	padding: 1%;
}

#main_menu
{
	padding-bottom: 1%;
}

#main_front
{
background-image:url('../images/main_front_1.jpg');
background-size:100% 100%;
background-repeat:no-repeat;
}

#textline1
{
	padding-top: 2%;
	padding-left: 2%;
	color: #333333;
	font-weight: bold;
}

#textline2
{
	color: #333333;
	padding-left: 4%;
	font-weight: bold;
}

#textline3
{
	color: #990000;
	padding-left: 6%;
	font-weight: bold;
}

#textline4
{
	color: #0000FF;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	padding-left: 14%;
}

#textline5
{
	color: #0000FF;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	padding-left: 16%;
}

#textline6
{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	padding-left: 32%;
}

#ddmenu
{	
margin: 0;
padding: 0;
}

#ddmenu li
{	
float: left;
list-style: none;
text-align: center;
position: relative;
font-weight: bold;
}

#ddmenu li a
{	
display: block;
background: #FFFFFF; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #FFFFFF,  #FFFFFF); /* for firefox 3.6+ */
text-decoration: none;
width: 100%;
color: #990000;
font-weight: bold;
white-space: nowrap;
}

#ddmenu li a:hover
{	
background: #990000; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#330000', endColorstr='#990000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#330000), to(#990000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #330000,  #990000); /* for firefox 3.6+ */
color: #FFFFFF;
}