html,body	
		{	
			background-image: url('../img/bg.gif');
			background-color:#E1E1E1;
			margin:0px;
			height:100%;
			font-family:Arial;
			font-size:12px;
			
		}

td
		{
			font-family:Arial;
			font-size:12px;
		}

table#top
		{
			width:654px;
			height:100%;
			vertical-align:middle;
			background-color:#FFFFFF;
			padding:0px;
			background-image: url('../img/bodybg.gif');
			background-repeat:repeat-y;			
		}

table#main
		{
			width:640px;
			height:100%;
			background-color:#FFFFFF;
			padding:0px;			
		}


#header
		{
			height:130px;
			width:100%;
		}

#headimg	
		{
			background-color:#FFFFFF;
			background-image: url('../img/header.gif');
		}	

#nav
		{
			width:100%;
			height:16px;
			
		}

img 	{
			display: block;
			border:0px;
		}
		
#footer
		{
			padding-top:15px;
			padding-bottom:5px;
			text-align:center;
			height:20px;
			font-size:10px;
			font-family:Arial;
		}

li
		{
			margin-left:20px;
			margin-bottom:3px;
			list-style-image: url('../img/star.gif');
		}
		
#starttbl
		{
			width:100%;
			height:100%;
			margin-top:10px;
			margin-left:10px;
		}

#starttblleft
		{
			background-image: url('../img/edge.gif');
			background-repeat:no-repeat;			
      		background-position: bottom right;
			background-color:#FEC2B7;
			width:50%;
			padding:20px;
			margin:20px;
			vertical-align:top;
		}

a:link, a:visited, a:hover, a:active
		{
		color:#FC6607;
		font-weight:bold;
		text-decoration:underline;
		}
		
.vptd
		{
		width:33%;
		padding:20px;
		vertical-align:top;
		}
.vptd66
		{
		width:66%;
		padding:20px;
		vertical-align:top;
		}

		
h1		{
		color:#000066;
		font-weight:bold;
		font-size:14px;
		margin-top:10px;
		}

.starli
		{
		font-size:14px;
		font-weight:bold;
		}	