body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body h1 {
	font-size: 36px;
	font-weight: bold;
	color: #29ABE2;
}
body h2 {
	font-size: 24px;
	font-weight: bold;
	color: #29ABE2;
}


#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	overflow: auto;
}
#header {
	font-weight: bold;
	width: 760px;
}


#main {
	width: 580px;
	text-align: center;
	padding-right: 10px;
	margin-left: 1px;
}
#main a {
	color: #29ABE2;
	text-decoration: none;
	font-weight: bold;
}



#footer {
	margin-bottom: 1px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#right {
	float: right;
	width: 150px;
	padding-left: 8px;
	margin-right: 2px;
	margin-top: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #29ABE2;
}

#right a {
	color: #29ABE2;
	font-weight: bold;
	text-decoration: none;
}
#menu {
	height: 25px;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#container #menu a {
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #29ABE2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#container     #menu a:hover   {
	background-color: #2C4FA6;


}
#container #menu .current {
	background-color: #FF00FF;
}

.style4 {
	color: #FF00FF;
	font-weight: bold;
}
.style5 {font-size: 18px}


th, td, table {
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container  #main  #Linktable  {
	line-height: 20px;
}
	
