* {
   padding:0;
   margin:0;
}

html,body {height: 100%;}

/* General styles */
body {
	text-align:center;
    color: #000;
    background: #eee;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100%;
    margin: 0;
    padding: 0;
}

a {
    color: #666;
    background: transparent;
}

a:hover {
    color: #900;
    background: transparent;
	text-decoration : underline;
}

ul {
	list-style : square;
	padding-left:15px;
}

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
}

#container
{
    color: #000;
	background-image : url(images/shadow.jpg);
	background-repeat : repeat-y;
    margin: 0 auto;
	padding:0px 30px 0px 30px;
    width: 800px;
	text-align:left;
}

#container:after  { 
	content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;
}

#header {
    color: #000;
    width:728px;
   	text-align:center;
}

#header img {
	float:right;
	margin-top:5px;
}

#mainBody
{
    width: 500px;
	background-color : #f5f7ff;
    padding: 10px;
	border:1px solid #dbe2ff;
	margin: 5px 0 0 6px;
	font-size:80%;
	float: left;
}

#mainBody h4
{
    color:#00103E;
    background: #fff;
	font-size : 110%;
	border:1px solid #ccc;
	padding:2px 0px 2px 2px;
}

#mainBody p {
	margin:10px 3px 10px 2px;
}

#mainBody a
{
    font-weight: bold;
	font-size : 80%;
	text-decoration : none;
}

#mainBody a:hover
{
	text-decoration : underline;
}

#left {
	float:left;
	background-color : #f0ebff;
	width: 178px;
    padding: 10px;
	margin-top:5px;
	border:1px solid #d1c2ff;
	font-size : 80%;
} 

#left h3
{
    color: #001d8f;
    background: transparent;
    padding:0px 2px 5px 0;
	font-size:120%;
	margin:0px;
}

#left p{
	margin:5px 2px 10px 0;
	font-size:90%;
}

#left a
{
    font-weight: bold;
	font-size : 100%;
	text-decoration : none;
}

#left a:hover
{
	text-decoration : underline;
}

#left_text  {
	margin:5px 2px 10px 0;
	font-size:90%;
}

#left_text h3  {
	margin:5px 2px 10px 0;
	font-size:130%;
}

#sponsor2 {
	float:left;
	padding:5px;
	margin: 11px 15px 10px 0;
}

		
#articletitle {    /* THE COLOR FOR THE ARTICLE TITLE */
	color:#00103E;	
}

#footer  {
    width: 726px;
    float: left;
    text-align: center;
    color: #366;
    background: #dbe4ff;
	font-size:70%;	
	height:20px;
	margin: 5px 0 5px 0;
	padding-top:6px;
	border:1px solid #d1c2ff;
}

#footer a  {
    text-decoration: none;
    color: #366;
    background: transparent;
}

#footer a:hover
{
color:#000;
}