
body {
    font-family: 		Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight:        normal;
    font-size:          12px;
    line-height:        14px;
	width: 				600px;
	color: 				#666;
	background-color: 	white;
	margin: 			0px;
}

h1 {
	background-color: 	#ffcc00;
    color: 				red;
    padding:			5px;
}

h2 {
	background-color: 	black;
    color: 				white;
    padding:			5px;
}

.small {
    font-size:          12px;
}

h2.home {
	font-size:          16px;
	background-color: 	black;
    color: 				white;
    padding:			5px;
}

h3 {
    color:				black;
    font-weight:        bold;

}

p.aster {
    color:				black;
    font-size:          10px;
    font-weight:        bold;
    }

p#infoHead {
	width:				418px;
    background-color: 	#ccc;
    color:				black;
    font-size:          14px;
    font-weight:        bold;
    margin:				5px;
    padding:			3px;

}

p#info {
    color:				black;
    font-size:          13px;
    font-weight:        bold;
}

p#sideHead {
    color:				white;
    background:			#cc0000;
    margin:				0px;
    padding:			7px;
    font-size:          11px;
    font-weight:        bold;
}

p#sideInfo {
    color:				black;
    background:			#ccc;
    margin:				0px;
    padding:			7px;
    font-size:          10px;
    font-weight:        normal;
}

p#sideClaim {
    color:				black;
    background:			#ccc;
    margin:				0px;
    padding:			7px;
    font-size:          8px;
    font-weight:        normal;
}

img.header {
	border-bottom-color: 			black;
	border-bottom-width: 			thick;
	margin:							0px;
}

a {
    color: #666;
    text-decoration: none;
}

a:link{
    color: #666;
}

a:visited{
    color: #666;
    text-decoration: underline;
    
}

a:hover {
    color: #cc0000;
    text-decoration: underline;
    
}

div#left {
	width:				418px;
	height:				680px;
	position:			absolute;
	top:				250px;
	left:				15px;
}

div#right {
    width:      		152px;
    height:     		680px;
	position:			absolute;
	top:				250px;
	left:				448px;

}

div#content {
	width:				578px;
	height:				640px;
	position: 			absolute;
	top:				250px;
	left:				15px;
}

div#bottom {
	width:				592px;
	font-size:     		11px;
    font-weight: 		bold;
	text-align:			center;
	position: 			absolute;
	top:				1025px;
	left:				15px;
	}

.nav {
    font-size:      11px;
    font-weight: 	bold;
    }

table {
	width: 			592px;
	margin: 		0px;
}

td {
	text-align: 	center;
	height: 		15px;
	width: 			130px;

}
