/***********************************************/
/* SiteStyle#.css                              */
/* Use with N5 system by Illumicom, LLC        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0px;
	padding: 50px 0px 10px;
}

/******* hyperlink and anchor tag styles *******/

a:link{
	color: #005FA9;
	text-decoration: underline;
}
a:visited{
	color: #005FA9;
	text-decoration: underline;
}
a:active{
	color: #005FA9;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
	color: #55B3FF;
}

/************** header tag styles **************/

h1{
	font: bold 17px "Trebuchet MS", Verdana, sans-serif;
	color: #5982B6;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

h2{
 font: bold 16px Arial, sans-serif;
 color: #CC0000;
 margin: 0px;
 padding: 0px;
}

h3{
	font: bold normal 16px Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
}

h4{
	font: bold 100% "Trebuchet MS", Verdana, sans-serif;
	color: #FCFB16;
	margin: 0px;
	padding: 0px;
	background-color: #790679;
}

/************** footer styles ****************/
#footer{
	font: 11% Verdana, Arial, Helvetica, sans-serif;
	color: #919999;
}

#footer a:link{
	color: #ffffff;
}
#footer a:active{
	color: #ffffff;
}
#footer a:visited{
	color: #ffffff;
}
#footer a:hover{
	text-decoration: underline;
}
/************** table styles ****************/
#bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
}
#gradient {
	background-image: url(../images/gradient_back.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: bottom;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;

}
#line {
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#nav {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 499px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A768F;
	font-size: 13px;
	font-weight: normal;
	}
	
#gavalaslogo {
	background-image: url(../images/gavalas.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-position: right top;
}
/************** text styles ****************/
.footer{
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.maintext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
.boldtext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
	letter-spacing: 1px;

}
p {
	line-height: normal;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}
