@charset "windows-1250";
/* CSS Document */

/* - Text and Headings - /*
/* -------------------------------------------------------------------------------- */

A:link {
text-decoration: none;
font-size: 14px;
font-weight: normal;
color: #000000}

A:visited {
text-decoration: none;
font-size: 14px;
font-weight: normal;
color: #26225C
}


.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
}

.style1italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	font-style: italic;
	color: #000000;
}

.style1white {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

.style1large {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
}

.style1largeitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 20px;
	color: #000000;
}

.style1grey {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.style1black {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
}

.style2bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
}


/* Layout */
/* -------------------------------------------------------------------------------- */

body {
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px;

}

#backgroundtop {
	width: 100%;
	height: 570px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}

#backgroundmid {
	width: 100%;
	height: 3em;
	float: none;
	background: #322D39;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#backgroundbase {
	width: 100%;
	height: auto;
	min-height: 75px;
	float: none;
}

#container {
	width: 720px;
	height: auto;
	min-height: 735px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

#flashbox {
	width: 720px;
	height: 540px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/giaintro01.jpg);
}

#footerbox {
	width: 720px;
	height: 3em;
	min-height: 23px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
}

#footertext {
	width: 720px;
	height: auto;
	padding-left: 0px;
	padding-top: 15px;
	min-height: 20px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

#footerboxblue {
	width: 720px;
	height: 3em;
	float: left;
	background-color: #322D39;
	font-size: 10px;
}

#footertextsmall {
	width: 680px;
	height: auto;
	padding-left: 5px;
	line-height: 30px;
	min-height: 20px;
	float: left;
}

#footermenubox {
	width: 115px;
	height: 3em;
	font-size: 10px;
	float: left;
}


/* Menus */
/* -------------------------------------------------------------------------------- */

#menu3 ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-weight: normal;
}

#menu3 {
	float: left;
	width: 720px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

#menu3 a 
{
	display: block;
	color: #FFFFFF;
	font-size: 19px;
	background-color: #8A1752;
}

#menu3 a:hover
{
	display: block;
	color: #000000;
	font-size: 19px;
	background-color: #FFFFFF;
}

