﻿#logoImg{ background: url('images/SVIATLogo.png') no-repeat left;
		width:400px;
		height:110px;
}

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a
{
	border: 0px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #444;
	background-color: #fff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #999;
}
/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #004778 url('images/a5.gif') bottom left repeat-x;
	height: 10em;
}

#header h1
{
	position: absolute;
	top: -0.2em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
	width:400px;
}

#tdLogo
{
	width:400px;
}

.textSpan
{
	font-size:20px;
	margin-top:85px;
}

.tdSpan
{
	text-align:left;
	padding-top: 80px;
}

#content
{
	padding-bottom: 50px;
}

.certList
{
	margin: 45px 0px 0px 40px;
	cellpadding:0;
	cellspacing:0;
}

.certList td
{
	
	height:30px;
}

.certListTr td
{
  border-bottom: 1px solid #CCCCCC;
}

#footer 
{
	height:40px;
	line-height: 40px;
	margin-top: -50px;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 850px) 
{ 
	#logoImg{
		position: relative;
		background: url('images/SVIATLogoSmall.png') no-repeat left;		
		height:65px;
		margin-top:-5px;
 }
#tdLogo
{
	width:250px;
}

#header 
{
    background: url("images/a5.gif") repeat-x scroll left bottom #004778;
    height: 80px;
    position: relative;
}


#header h1
{
	position: absolute;
	top: -0.2em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
	width:236px;
}

.textSpan{
	font-size:12px;
	margin-top:45px;
}

.tdSpan{
	text-align:left;	
	padding-top: 57px;
}

.certList{
	margin: 30px 15px 0px 10px;
}
.certList td
{
	
	height:20px;
}