/* CSS Document */

/*general*/
body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#6d6d6d;
}

p {
	padding-left:40px;
	padding-right:60px;
}

a:link
{
    color: #336699;
    text-decoration: none;
}

a:visited
{
    color: #336699;
    text-decoration: none;
}

a:active
{
    color: #FFDD66;
    text-decoration: none;
}

a:link:hover
{
    color: #0066CC;
    text-decoration: underline;
}

#enewsreturn a:link
{
    color: white;
    text-decoration: none;
}

#enewsreturn a:visited
{
    color: white;
    text-decoration: none;
}

#enewsreturn a:active
{
    color: white;
    text-decoration: none;
}

#enewsreturn a:link:hover
{
    color:white;
    text-decoration: underline;
}

img
{
    border: 0;
}

ul
{
    padding-left: 2em;
    margin-left: 0;
}



h1
{
    font-size: 16px;
    line-height: 15px;
    font-weight: bold;
    color: #333333;
}
/*for %i in (*.png) do pngout "%i" /y*/


h2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-align: left;
    color: Gray;
}

h3
{
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
}

h5
{
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #666666;
}

/*Divs*/

#dropShadow{
	width:696px;
	float:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: none;
	margin:40px 0 50px 0px !important;
}

#wrapup {
	width:700px;
	background-color:#666666;
	position:relative;
	top:-6px;
	left:-10px;
	padding-bottom:80px;
	margin: 0px !important;
	margin-bottom: 50px;
}

#screen {
	background:none;
	background-color:#FFFFFF;
	position:relative;
	top:40px;
	left:0px;
	width:650px;
}

#header {
	position:relative;
}

#box {
	position:relative;

}

#content {
	position:relative;
	margin-top: 20px;
}

#footer {
	position:relative;
	padding-bottom: 15px;
}

#enewsreturn {
	position:relative;
	left: 15px;
	top: 30px;
	text-color: white;
}
