/* CSS Document */
html{
	font-family: Trebuchet MS;
	}
body{
	padding: 0px;
	margin: 0px;
	/*background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;*/
	}
h1{
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-left: 5px;
	}
h2{
	font-size: 17px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000066;
	}
h3{
	font-size: 12px;
	margin-bottom: 5px;
	text-indent: 10px;
	background-image:url(images/subnavbg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color:#000000;
	}
h4{
	font-size: 12px;
	margin-bottom: 5px;
	text-indent: 10px;
	background-image:url(images/subnavbg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color:#000000;
	padding: 2px;
	}
h5{
	}
.red{
	color: #FF0000;
	font-weight: bold;
	}
	
/* Site Wrapper */
#wraper{
	border: 1px solid #CCCCCC;
	width: 765px;
	margin: auto;
	background-color: #C5E3FC;
	}

/* Web Site Header */
#headerdiv{
	width: 100%;
	background-color: #B7DCFB;
	}
#header{
	width: 800px;
	height: 30px;
	margin: auto;
	margin-top: 30px;
	}
#header .time{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: right;
	padding-right: 8px;
	}
		
/* Top Navigation */
#topnavigationdiv{
	width: 100%;
	height: 30px;
	background-color: #003399;
	}
	
 /* Go to css/topnavigation.css*/

/* Banner */
#bannerdiv{
	width: 100%;
	background-image: url(images/shadow.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 25px;
	margin-top: 1px;
	}
#banner{
	width: 800px;
	height: 110px;
	margin: auto;
	background-image: url(images/banner.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

/* News Scroll */
#newsscrol{
	width: 800px;
	margin: auto;
	font-size: 12px;
	background-color: #B7DCFB;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#newsscrol td{
	padding-left: 5px;
	}
#newsscrol .news{ 
	width: 620px;
	padding: 0px 10px 0px 0px;
	}
#newsscrol .heading{ 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

/* Body Area */
#bodydiv{
	width: 100%;
	background-image: url(images/shadow2.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 25px;
	}
#body{
	margin: auto;
	width: 800px;
	}
#body .nav{
	width: 170px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	}
#body .right{
	width: 170px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 5px;
	}
#body .content{
	vertical-align: top;
	padding-left: 0px;
	text-align: left;
	padding-top: 10px;
	font-size: 13px;
	color: #666666;
	}
#body .content h1{
	font-size: 18px;
	color: #FF0000;
	padding-bottom: 8px;
	border: none;
	padding: 0px;
	}

/* Advert Area*/

#advert{
	width: 160px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 0px 0px 5px 10px;
	color: #666666;
	}
#advert h1{
	font-size: 12px;
	font-weight: bold;
	text-indent: 5px;
	margin: 0px;
	margin-bottom: 10px;
	}
#advert img{
	float: left;
	padding: 0px 5px 0px 0px;
	}
#advert p{
	padding: 0px;
	padding-top: 4px;
	margin: 0px;
	}
#advert .signup{
	float: left;
	font-size: 12px;
	width: 80px;
	font-weight: bold;
	background-color: #007700;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-indent: 5px;
	line-height: 20px;
	text-align: center;
	}
#advert a{
	text-decoration: none;
	color: #333333;
	}
#advert a:hover{
	text-decoration: none;
	color: #FF0000;
	}
/* Footer Section */
#footer{
	width: 100%;
	background-color: #B7DCFB;
	background-image: url(images/bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	
	}
#footer div{
	height: 130px;
	margin: auto;
	text-align: center;
	font-size: 13px;
	padding-top: 20px;
	}

/* Portfolio Section */
#portfolio{
	width: 625px;
	margin-bottom: 20px;
	}
#portfolio td{
	margin-right: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#portfolio td h1,h2,h3{
	margin-right: 10px;
	}
#portfolio a{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFFFFF;
	}
/* Contact Form Table */
#form{
	width: 400px;
	margin-left: 20px;
	}
#form td{
	vertical-align: top;
	}
#form .leftcells{
	text-align: right;
	}
#form .rightcells{
	text-align: left;
	}