@charset "utf-8";
@font-face
{
font-family: MTCORSVA;
src: url(../Fonts/MTCORSVA.TTF);
}
/* CSS Document */

*{
	margin:0;
	padding:0;
	}
	
body{
	
	}
#content{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
	}
#menu{
	z-index:99;
	width:100%;
	height:60px;
	float:left;
	background-color:#FFFFFF;
	position:fixed;
	top:0;
	background-image:url(../Images/logo.jpg);
	background-repeat:no-repeat;
}
#resizer{
	float:right;s	
	height:60px;
}
ul{
	height:60px;	
	float:left;
	margin-left:100px;
	margin-top:15px;
}
li{
	display:inline;
	margin-right:20px;
	font-size:20pt;
	color:#930100;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}


#main{
	width:100%;
	margin-top:50px;
	height:auto;	
	background-color:#FFFFFF;
	padding-bottom:20px;
	padding-top:20px;
	min-height:350px;
}

.item{
	background-color:#DCDCDC;
	height:auto;
	width:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:15px;
	}
.item:hover{background-color:#CDCDCD;}

.text{
	width:40%;
	height:auto;
	color:#333333;
	font-family:Georgia;
	font-size:10pt;
	margin-bottom: 10px;
}
h1{
	margin-bottom:10px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color:#930100;
}
.square-thumb {
            width: 150px;
            height: 150px;
}

#title{
	width:100%;
	height:auto;
}
#titleText{
	text-align:center;
	font-family:MTCORSVA;
	color:#930100;
	font-size:10em;
	opacity:0.9;
	margin-top:100px;
	height:auto;
	width:100%;
	text-shadow:
		-1px -1px 0 #FFFFFF,1px -1px 0 #FFFFFF,-1px 1px 0 #FFFFFF,1px 1px 0 #FFFFFF;
}
td{
	font-size:10pt;
	}
a{
	color:#5F021F;
	text-decoration:none;
}
a:hover{
 	font-weight:bold;
}

.sitemap{
	display:list-item;
	color:#333333;
	font-family:Georgia;
	font-size:10pt;
	margin-left:20px;
}
.sitemapUL{	
	width:40%;
	height:auto;
	color:#333333;
	font-family:Georgia;
	font-size:10pt;
}
.icon{
	margin-right:5px;
}
a img{
border:0;
}