﻿body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Times New Roman", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;	
	font-size: 13px;
	color: #061C37;
	background: #FFFFFF url(images/background.png);
	background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto; 
}


#flags
{
  display:block;
  float:right;
  height:auto;
  position:relative;
  overflow: visible;
  width: 0px;
  z-index:1;
  
}

.flag
{
text-align:right;
position:relative;
margin-top:10px;
margin-right:10px;
width:auto;
height:auto;
float:right;
}



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

.topNaviagationLink
{
text-align:center;
position:relative;
margin-top:30px;
font-size:16px;
margin-left:0px;
width:114px;
height: 35px;
line-height: 35px;
float:left;
color:#CEEAEE;
font-family: "Times New Roman", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;	
}


.topNaviagationLink a
{
text-decoration:none;
color:#CDE2FC;
}

.topNaviagationLink a:hover
{
color:#0C61C9;
display: block;
width:121px;
height: 35px;
line-height: 35px;
background-image:url(images/tab.png);

}


.contentBox
{
width:800px;
height:auto;
margin-top:-15px;
padding-bottom:10px;
background-color:#FFFFFF;
}

.contentBox .innerBox
{
position:relative;
margin-top:0px;
width:780px;
height:auto;
top:10px;
background-color:#f0f0dc;
}

.contentTitle
{
font-size:19px;
margin-bottom:20px;
padding-top:20px;
margin-left:15px;
margin-top:15px;
}

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

.myButton {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.myButton:hover {
	background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;}
  
.myButton:active {
	position:relative;
	top:1px;
}