﻿body
{
    background: url(../img/background.jpg) repeat;
	text-align: center;
	position:relative;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana;
	font-size: 100%;
	color: #000;
}

#pagewrap
{
	width: 727px;
	padding: 0;
	margin: 0;
	outline: 0;
	border: solid 1px #fff;
	background: #4affe0;
	text-align: left;
	margin: auto;
	min-height: 350px;
	margin-top: 30px; 
	margin-bottom: 30px;
}

p
{
	color: #000;
	font-family: Verdana;
	font-size: 10pt;
}

a
{
	color: #435cae;
	text-decoration: none;
	outline:none;
}

a:hover
{
    text-decoration: underline;
}

#logo
{
	width: 727px;
	height: 242px;
	background: url(../img/logo.jpg) no-repeat center;
}

/****************Top Navigation Bar*********************/

#navigation
{
    width: 727px;
    font-size: 11pt;
    text-align: center;
    margin-top: -35px;
    height: 23px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

#navigation a
{
    color: #000;
}

#navigation ul
{
    margin-top: 4px;

}

#navigation ul li
{
    float: left;
    margin-left: 20px;
}


/********Bottom Text With Copyright*********/

#footer
{
    color: #000;
    margin-left: 5px;
    width: 727px;
    height: 15px;
    font-size: 8pt;
    margin-top: 40px;
}

#footer p
{
    font-size: 8pt;
}

/************End****************/

.leftcol
{
    width: 350px;
    float: left;
}

.rightcol
{
    width: 350px;
    float: right;
}

#latestnews
{
    border-bottom: solid 1px #fff;
    width: 727px;
    min-height: 100px;
    max-height: 300px;
    height: auto;
    overflow: auto;
    margin-left: -10px;
}

#latestnews p, #latestnews h1
{
    margin-left: 10px;
}



#MainContent
{
    margin-top: 20px;
    margin-left: 10px;
    width: 700px;
}

#MainContent p img
{
    margin: 5px;
}

h1
{
    font-weight: normal;
    font-family: Verdana;
    font-size: 14pt;
}


/****** NEWS LIST **********/

body #pagewrap #latestnews ul li
{
	list-style-type: circle;
	margin-left: 10px;
	font-size: 10pt;
	margin-top: 4px;
}