/*** General Css ***********************************/

body
{
	background-color:#f0f2f5;
	text-align:center;
	font-family:Arial, Verdana, Sans-Serif;
	margin:0;
	padding:0;
}

a:link, a:visited
{
    color:#B41E0A;
    text-decoration:underline;
}

a:hover
{
    color:#851203;
    text-decoration:underline;
}

sup
{
    font-size:14px;
}

/*** Header ***************************************/

#header
{
	width:100%;
	height:200px;
	background:#022157 url('../img/water.jpg') no-repeat top right ;
	border-bottom:1px solid #c6c6c6;
	position:relative;
}

#headerwrap
{
	width:782px;
	text-align:left;
	margin:0 auto;
	position:relative;
}

#headerwrap img
{
	float:left;
	border:none;
}

#headerwrap h2
{
	float:right;
	color:#FFF;
	margin-top:150px;
	font-size:32px;
}

/*** Content *************************************/

#main
{
	text-align:left;
	width:782px;
	margin:15px auto;
	background-image:url(../img/line.gif);
	background-repeat:repeat-y;
	position:relative;
}

#content
{
    margin:15px 0 0 215px;
    line-height:1.5em;
    color:#282829;
    font-size:14px;
}

#previewbox
{
    margin-top:25px;
    width:544px;
    border:1px solid #C6C6C6;
    background-image:url('../img/previewbox.jpg');
    background-repeat:no-repeat;
    background-position:top center;
    background-color:#EFEFEF;
    
}

#previewbox h2
{
    text-align:center;
    margin-top:15px;
    font-size:24px;
}

#previewbox ul
{
    list-style:none;
    padding-top:15px;
    font-size:16px;
    line-height:1.6em;
}

#previewbox a:link, #previewbox a:visited
{
    color:#022157;
    text-decoration:none;
}

#previewbox a:hover
{
    color:#B41E0A;
    text-decoration:underline;
}

/*** Navigation *******************************/

#nav
{
    float:left;
    position:relative;
    margin-left:17px;
    margin-top:15px;
    text-align:right;
}

#nav ul
{
    list-style:none;
}

#nav ul li
{
    padding:2px 0;
    font-size:18px;
}

#nav h2
{
    font-size:20px;
}

#nav a:link, #nav a:visited
{
    color:#022157;
    text-decoration:none;
}

#nav a:hover
{
    color:#B41E0A;
    text-decoration:underline;
}

/*** Footer ********************************/

#footer
{
	width:100%;
	height:73px;
	background:#022157 url('../img/footer.jpg') no-repeat top left ;
	border-top:1px solid #c6c6c6;
}

#footer img
{
	float:right;
	
}

#datajacks
{
    font-size:12px;
    color:#C4C4C4;
    float:right;
    margin:35px 50px 0 0;
}

#datajacks a:link, #datajacks a:visited
{
    color:#C4C4C4;
}

#datajacks a:hover
{
    color:#FFF;
}


/*** classes ********************************/
.line
{
    border-bottom:1px dashed #c6c6c6;
}

.tdwidthsmall
{
    width:125px;
}

.tdwidthmedium
{
    width:160px;
}


.tdwidthbig
{
    width:200px;
}
.underline
{
    text-decoration:underline;
}

.error
{
    background-color:#BF1F07;
    color:#FFF;
    font-weight:bold;
    width:310px;
    padding-left:15px;
}

.sponsor
{
    font-size:.8em;
    width:99%;
    border:1px solid #c6c6c6;
    border-collapse:collapse;
}

.sponsor td
{
    border:1px solid #c6c6c6;
    border-collapse:collapse;
    padding-left:8px;
}

.clear
{
    clear:both;
}
