

html { 

	font:14px Helvetica Neue, Helvetica, Arial, Sans-Serif;
	color:#ffffff;
	margin-top:20px;
}

#html { width:100%; }

.bg {
	width: 100%;
	height:100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-99999;
}

.bluebox {

	background: #1d3a40;
	 -moz-opacity:0.85; 
	 opacity:0.85; 
	 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	 padding:20px;
	 border-radius:15px; 
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	width:560px;
	min-height:600px;

}

.logo {
	padding-top:20px;
}

a.logolink:hover img {
	filter:alpha(opacity=70); -moz-opacity:.7; opacity: .7;
	border:0;
}

#currentlink { filter:alpha(opacity=100); -moz-opacity:1; opacity: 1; }

a.sidelink:hover {
	filter:alpha(opacity=60); -moz-opacity:.6; opacity: .6;
}

a.sidelink:hover img {
	filter:alpha(opacity=70); -moz-opacity:.7; opacity: .7;
}

#currentlink:hover img {
	filter:alpha(opacity=100); -moz-opacity:1; opacity: 1;
}

a.full:link img {
	filter:alpha(opacity=100); -moz-opacity:1; opacity: 1;
}


a.sidelink:link  {
	filter:alpha(opacity=80); -moz-opacity:.8; opacity: .8;
}
a.sidelink:visited  {
	filter:alpha(opacity=80); -moz-opacity:.8; opacity: .8;
}

.cert {
position:absolute;
margin-left:500px;
margin-top:-30px;
z-index:9999;
}

.slogan {
margin-top:10px;
margin-left:20px;
}

.toprowpics {
position:absolute;
z-index:9999;
margin-left:30px;
margin-top:120px;
}


.botrowpics {
position:absolute;
z-index:9999;
margin-left:30px;
margin-top:320px;
}

.bottext {
position:absolute;
z-index:9999;
margin-left:50px;
margin-top:540px;
width:520px;
font-size:15px;
line-height:1.5;
}

.pagetitle {
margin-top:10px;
margin-left:20px;
margin-bottom:20px;
}

.contentpad { padding:20px; }

.hr { 
border:0px dashed #ffffff;
height:1px;
background-color:#ffffff;
}

.roundbox  {
background:#5d773c; padding:8px; corner-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;

}


/* Fonts */

a { outline: none; }
a:link {  color: #fff1a5; outline:none; }
a:visited {  color: #fff1a5; }
a:hover {  color: #ffe768; text-decoration:none; }

.minititle { font-size: 20px; color:#9dd7e2; }
.section { color:#d2ff71; font-weight:bold; }
.small { font-size:11px; }
.smaller { font-size:10px; }

.big { font-size:18px; }
.reg { font-size:12px; }

.gray { color:gray; }

.footer { font-size:11px; color: #11353c; }
a.footer { font-size:11px; color: #3d7426; }


/* Forms */

input {

padding:5px;
font-size:16px;
}


td { text-align:left; }
.right { text-align:right; }

.error {

font-size:18px;
color:#ffffff;
padding:8px;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
background-color:#e06f00;
margin-top:20px;
margin-bottom:5px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
font-weight:100;
letter-spacing:1.2;


}

.error a:link  { color:#f1ef60; text-decoration:underline; }
.error a:visited  { color:#f1ef60; text-decoration:underline; }

.msg a:link  { color:#bde6a4; text-decoration:underline; }
.msg a:visited  { color:#bde6a4; text-decoration:underline; }