/* Global Styles */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #6699CC;
}

a, a:link, a:visited, a:active {
		text-decoration:none;
		color:#003366;
}
	
a:hover {
		text-decoration:underline;
		color:#660033;
}
h3		{	color:	#660033;
			font-size:	1.5em;
			text-align:center;
		}
h2		{	font-size: 12px;
			font-weight:normal;
			padding-bottom:5px;
			padding-top: 0px;
			margin:		0px;
		}
/* ID Styles */
#head		{	background: #ADD8E6;
				width:	80%;
				height:	200;
				overflow:	hidden;
				text-align: center;
				padding: 0;
				margin:	 0;
				font-weight: bold;
}

h1			{	font-size:	36pt;
				font-family: Tahoma;
				text-align: center;
				padding-bottom:0px;
				padding-top: 5px;
				margin:		0px;
				margin-top: 5px;
				color:	#000000;
				font-weight: bold;
			}
.h12		   {	font-size:	12pt;
				font-family: Tahoma;
				text-align: center;
				padding-bottom:0px;
				padding-top: 5px;
				margin:		0px;
				margin-top: 0px;
				color:	#000000;
				font-weight: bold;
			}
.h8			{	font-size:	8pt;
				font-family: Tahoma;
				text-align: center;
				padding-bottom:0px;
				padding-top: 5px;
				margin:		0px;
				margin-top: 0px;
				color:	#000000;
				font-weight: bold;
			}

#navigation td {
	border-bottom: 1px dotted #ADD8E6;
	width:100%;
	}
	
#navigation a {
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	letter-spacing: 0.05em;
	text-decoration: none;
	display: block;
    padding: 8px 10px 10px 20px;
	background-color:#6699CC;
	color:#660033;
}
	
#navigation a:hover {
	background-color:#660033;
	color:#6699CC;
	}
	
#sitebody	{	margin: 0px auto;
				padding: 80px;
				padding-top: 50px;
				position: absolute;
				top:	0px;
				left:	0px;
		}
/* Class Styles */

.background {
	background-color:#6699CC;
	border:none;
}

.site {
	background-color:#ADD8E6;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.headline {
	color:#660033;
	font-size: 20px;
	font-style:italic;
	font-weight:bold;
}

.small {
	font-size: 10px;
}

.bg	{	background:		url(img/bg.gif) no-repeat;
		width:			266px;
		height:			345px;
		overflow:		hidden;
}

.teaser1{background:	url(img/teaser1.png) no-repeat;
		width:			266px;
		height:			200px;
		overflow:		hidden;
}
.teaser2{background:	url(img/teaser2.png) no-repeat;
		width:			266px;
		height:			200px;
		overflow:		hidden;
}
.teaser3{background:	url(img/teaser3.png) no-repeat;
		width:			266px;
		height:			200px;
		overflow:		hidden;
}
.text	{	color:		#000000;
			z-index:	9999;
			font-size:	1.25em;
			padding-top:25px;
}
.text p {	font-size:	0.75em; }

.l			{	text-align:	left;
			}
.c			{	text-align:	center;
			}
.r			{	text-align:	right;
			}
.j			{	text-align:	justify;
			}