﻿body
{
	margin: 10px;
	padding: 0px;
	background-color: #000000;
}


#divMain
{
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCCCC;
	padding: 15px;
	font-family: 'Century Gothic';
}

#divSub
{
	
	
	padding:15px;
	
	background-color: #FFFFFF;
}
		

#divTop
{
	
	background-color: #99CCFF;
	width: 1000px;
	height: 125px;
	background-image: url('Images/webbanner-repeat.png');
	background-repeat: repeat-x;
}

#divTopNavi
{
	

	height: 20px;

	background-image: url('Images/transition-repeat.png');
	background-repeat: repeat-x;

}

#divLeft
{
	float: left;
	width: 250px;
	
	
}

#divContent
{
	background-color: #FFFFE5;
	float: left;
	width: 700px;
	padding: 10px;
}

#divFooter
{
	clear: both;
	background-color: #FFFFFF;
	font-size: small;
	color: #800000;
	margin-top: 15px;
	margin-left: 15px;
}

.Bullet 
{
margin-bottom:15px;
margin-top:-2px;
line-height: 15px;
margin-left:18px;
} 

.PageTitle
{
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #800000;
}
	
	
	.ListHeader
{
    font-size: large;
    font-weight: bold;
    text-align: center;
    color: #FF9933;
}

.SmallText
{
	text-decoration: none;
	font-size: small;
} 












#divModuleMain
{
	width:600px;
}

#divModuleLeft
{
	float:left;
	width: 300px;
}

#divModuleRight
{
	float:right;
	width: 300px;
}