body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #191919;
}

a {
	color: #559ADC;
}

a:hover {
	text-decoration: none;
}

a.blacklink {
	color: #191919;
	text-decoration: none;
}

a.bluelink {
	color: #559ADC;
	text-decoration: none;
}

h1 {
	font-size: 14px;
}

table.main {
	width: 1000px;
	height: 700px;
	border: #FFFFFF 2px solid;
	background-color: #FFFFFF;
	font-size: 10px;
}

td.bar {
	height: 20px;
	padding-left: 10px;
	background-color: #FED595;
	border-bottom: #FFFFFF 2px solid;
	font-size: 10px;
	color: #FFFFFF;
}

td.top {
	height: 140px;
	padding-top: 20px;
	padding-left: 120px;
	border-bottom: #FFFFFF 2px solid;
	background-image: url("images/top.jpg");
	font-size: 22px;
	color: #FFFFFF;
}

td.left_column {
	width: 164px;
	border-right: #CCCCCC 2px dotted;
}

td.content_column {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

td.right_column {
	width: 164px;
	border-left: #CCCCCC 2px dotted;
}

td.left_bottom {
	padding-top: 10px;
	height: 88px;
	padding-right: 15px;
	border-right: #CCCCCC 2px dotted;
	border-top: #CCCCCC 2px dotted;
	background-image: url("images/bottomright.jpg");
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

td.right_bottom {
        padding-top: 10px;
        height: 88px;
        border-left: #CCCCCC 2px dotted;
        border-top: #CCCCCC 2px dotted;
        background-image: url("images/bottomright.jpg");
        background-repeat: no-repeat;
        background-position: 2px 2px;
}

td.footer {
	padding: 10px;
	border-top: #CCCCCC 2px dotted;
}

div.leftbox {
	margin: 5px;
	padding: 5px;
	background-color: #FED595;
	background-image: url("images/leftcorner.gif");
	background-repeat: no-repeat;
}

div.rightbox {
        margin: 5px;
        padding: 5px;
        background-color: #FED595;
        background-image: url("images/rightcorner.gif");
	background-position: bottom right;
        background-repeat: no-repeat;
}

div.submenubox {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	background-color: #FED595;
}

img.rightaligned {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.leftaligned {
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
}

