body {
	margin:0;
	background:url(../images/bg.jpg) repeat-x;
}

table.main {
	padding:0;
	border:0;
	width:900px;
	valign:top;
}

table.header {
	padding:0;
	border:0;
	width:100%;
	height:124px;
}

.catagory {
	font-family:veranda;
	font-size:18px;
	color:#123988;
	font-weight:bold;
	a{color:#000};
}

.subcatagory {
	font-family:veranda;
	font-size:14px;
	color:#9a9a9a;
	padding:0 0 0 20px;
}

.subcatagory a{color:#000000} .subcatagory a:hover {color:#444}

h1.headline {
    width:90%;
	font-family:veranda;
	font-size:20px;
	color:#123988;
	font-weight:bold;
	border-bottom:#123988 dotted 1px;
}

body p {
    font-family:veranda;
	font-size:12px;
	color:#9a9a9a;
}

body ul {
    font-family:veranda;
        font-size:12px;
        color:#9a9a9a;
}

.list {
    font-family:veranda;
	font-size:12px;
	color:#9a9a9a;
}
.rightborder {
    border-right: 1px dotted #123988;
}

