/*   */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Arial", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	background: #000000 url(background.png);
	background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#page
{
  display: block;
  height:auto;
  position: relative;
  overflow: hidden;
  width: 670px;
}

.topNaviagationLink
{
text-align:center;
position:relative;
margin-top:10px;
font-size:20px;
margin-left:10px;
width:121px;
height: 35px;
line-height: 35px;
float:left;
color:#000000;
font-family:"Arial", Georgia, "Times New Roman", Times, serif;
}

.topNaviagationLink a
{
text-decoration:none;
color:#000000;
margin-bottom:0px;
/*border-bottom:solid 1px;*/
}

.topNaviagationLink a:hover
{
text-align:center;
color:#FFFFFF;
display: block;
width:121px;
height: 35px;
line-height: 35px;
background-image:url(tab.png);
border-bottom:none;
}

#mainPicture
{
position:relative;
border:10px solid black;
width:650px;
height:195px;
/*top:10px;*/
background-color:#FFFFFF;
background-image:url(logo.png);
background-position:top left;
background-repeat:no-repeat;
}

#headerTitle
{
position:relative;
text-align:Center;
top:14px;
left:150px;
font-size:27px;
color:#000000;
font-family:"Arial", Georgia, "Times New Roman", Times, serif;
}

#headerSubtext
{
position:relative;
top:105px;
text-align:center;
font-size:16px;
color:black;
font-family:"Arial", Georgia, "Times New Roman", Times, serif;
}


.contentBox
{
margin-top:10px;

width:650px;
height:auto;

/* background-image:url(contentBack.png); */
border:10px solid black;
background-color:#FFFFFF;
/*background-repeat:repeat-x;*/
}

h1
{
font-size:25px;
margin-bottom:10px;
padding-top:10px;
margin-left:0px;
margin-top:10px;
color:#000000;
}

.contentText
{
font-size:13px;
line-height:24px;
margin-left:13px;
margin-right:13px;
}

h4 {
text-align:center;
padding-top:30px;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
margin:0px;
}

h4
{
text-decoration:none;
font-size:9px;
}

a
{
/*color:#484848;*/
/* border-bottom:dotted 1px; */
}

a:hover
{
/*color:#000000;*/
/*text-decoration:none;*/
/*border-bottom:dotted 2px;*/
}
a:visited
{
/*color:#000000;*/

}

blockquote {
	font-size:12px;
	text-align:justify;
	width:400px;
	color:#000000;
	padding:15px;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(blockquote.png);
	background-repeat:no-repeat;
	border:dashed 1px;
	border-color:#484848;
}

html, body {
text-align: center;
}
p {text-align: left;}


