/* A Free Design by Bryant Smith (bryantsmith.com) */



body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #061C37;

/*	background: #014D5D url(background.png);*/
/* 	background: #014D5D url(AutumBackground.png);*/
  	background: #014D5D url(Blue.jpg);
	background-repeat:repeat-x; 
    background-attachment: fixed; 
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#page
{
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 970px;
}

.topNaviagationLink
{
text-align:center;
position:relative;
margin-top:30px;
font-size:020px;
margin-left:-10px;
width:121px;
height: 35px;
line-height: 35px;
float:left;
color:#CEEAEE;
font-family: Helvetica, Arial, sans-serif;
}


.topNaviagationLink a
{
text-decoration:none;
color:#CDE2FC;
}

.topNaviagationLink a:hover
{
text-align:center;
border-bottom:none;
color:#0C61C9;
display: block;
width:121px;
height: 35px;
line-height: 35px;
background-image:url(tab.png);

}

#mainPicture
{
width:980px;
height:365px;
background-color:#FFFFFF;
}

#mainPicture .picture
{
position:relative;
width:960px;
height:345px;
top:10px;
background-image:url(rig.jpg);
background-repeat: no-repeat;
margin-left:10px;
}

#headerTitle
{
position:relative;
top:30px;
left:40px;
font-size:35px;
color:#FFFFFF;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

#headerSubtext
{
position:relative;
top:35px;
left:40px;
font-size:20px;
color:#d3faa9;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

.blink {
  animation: blink 2.5s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(2);
  }
  51% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.contentBox
{
width:980px;
height:auto;
background-color:#FFFFFF;
margin-top:10px;
}

.contentBox .innerBox
{
position:relative;
width:960px;
height:auto;
top:10px;
margin-left:10px;
background-image:url(content_back.png);
background-repeat:repeat-x;
padding-bottom:35px;
}

.contentBox .innerBox2
{
color: #ffffff;
position:relative;
width:960px;
height:auto;
top:10px;
margin-left:10px;
background-color:#244254;
padding-bottom:35px;
}

.contentTitle
{
font-size:24px;
margin-bottom:0px;
padding-top:18px;
margin-left:15px;
margin-top:15px;
}

.contentTitleBlog
{
font-family: Arial, Helvetica, sans-serif;
font-size:24px;
margin-bottom:0px;
padding-top:18px;
margin-left:15px;
margin-top:15px;
}

.contentText
{
font-size:18px;
line-height:24px;
margin-left:18px;
margin-right:18px;
}

.contentTextBlog
{
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
line-height:24px;
margin-left:18px;
margin-right:18px;
}

#footer {

width: 980px;
height:16px;
background: url(footer.png) repeat-x;
text-align:center;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#386172;
padding-top:5px;
}

#footer a
{
text-decoration:none;
font-size:9px;
color:#386172;
}

html, body {
text-align: center;
}
p {text-align: left;}

a, a:link, a:visited {
	
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
    font-size:25px;
}

th, td {  
    background-color: #94eafb;
    border-radius: 30px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    padding: 10px;
    font-size: 18px;
}
