body{
	font-family: "Comic Sans MS";
	color: Black;
	font-size: 12px;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.blue{
	color: rgb(0, 85, 234);
	font-size: 14px;
	font-family: "Comic Sans MS";	
}
.blue a{
	text-decoration: none;
	color: rgb(0, 85, 234);
}
.blue a:hover{
	text-decoration: underline;
	color: rgb(252, 234, 7);
}
.bluetr{
	color: rgb(0, 85, 234);
	font-size: 18px;
	font-family: "Comic Sans MS";
}
.red{
	color: rgb(255, 15, 15);
	font-size: 14px;
	font-family: "Comic Sans MS";
}
.redtr{
	color: rgb(255, 15, 15);
	font-size: 18px;
	font-family: "Comic Sans MS";
}
.yellow{
	color: rgb(252, 234, 7);
	font-size: 14px;
	font-family: "Comic Sans MS";
}
.yellowtr{
	color: rgb(252, 234, 7);
	font-size: 18px;
	font-family: "Comic Sans MS";
}
.green{
	color: rgb(31, 140, 52);
	font-size: 14px;
	font-family: "Comic Sans MS";
}
.greentr{
	color: rgb(31, 140, 52);
	font-size: 18px;
	font-family: "Comic Sans MS";
}
.orange{
	color: rgb(255, 122, 43);
	font-size: 14px;
	font-family: "Comic Sans MS";
}
.orangetr{
	color: rgb(255, 122, 43);
	font-size: 18px;
	font-family: "Comic Sans MS";
}
#container{
	width: 800px;
}
#header{
	width: 802px;
	height: 155px;
	float: left;
	background-image: url(../images/title.gif);
}
#body{
	width: 800px;
	float: left;
	height: auto;
	border: 1px solid rgb(198, 198, 198);
	border-top: none;
	padding-top: 4px;
	padding-bottom: 5px;
}
#date{
	float: right;
	color: rgb(102, 102, 102);
}
#date a{
	color: rgb(0, 85, 234);
	text-decoration: none;
}
#date a:hover{
	text-decoration: underline;
}
#header_menu{
	width: 150px;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 5px; 
	border: 1px solid rgb(51, 51, 153);
	border-bottom: none;
	color: rgb(252, 234, 7);
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	background-color: rgb(51,51, 153);
	background-image: url(../images/headersbg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#menu{
	width: 150px;
	height: auto;
	margin-left: 5px;
	border: 1px solid rgb(198, 198, 198);
	border-top: none;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#button{
	width: 140px;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	display: block;
	color: rgb(0, 85, 234);
	font-weight: bolder;
	font-size: 14px;
	font-family: "Comic Sans MS";
	letter-spacing: 1px;
}
#button a{
	text-decoration: none;
	color: rgb(0, 85, 234);
	display: block;
}
#button a:hover{
	color: rgb(255, 15, 15);
	text-decoration: none;
}
#sub{
	width: 125px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	display: block;
	color: rgb(255, 122, 43);
	border-top: 1px solid rgb(198, 198, 198);
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	font-weight: bolder;
	font-size: 14px;
	font-family: "Comic Sans MS";
	letter-spacing: 1px;
}
#sub a{
	text-decoration: none;
	color: rgb(255, 122, 43);
	display: block;
}
#sub a:hover{
	color: rgb(255, 15, 15);
	text-decoration: none;
}
#header_space{
	width: 626px;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
   margin-left: 10px;
	border: 1px solid rgb(51, 51, 153);
	border-bottom: none;
	color: rgb(252, 234, 7);
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bolder;
	background-color: rgb(51,51, 153);
	background-image: url(../images/headersbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	letter-spacing: 1px;
}
#space{
	width: 611px;
	margin-left: 10px;
	padding-left: 5px; 
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid rgb(198, 198, 198);
	border-top: none;
	background-color: rgb(136, 174, 233);
	font-size: 14px;
}
#space a{
	color: rgb(0, 85, 234);
	text-decoration: none;
}
#space a:hover{
	color: rgb(255, 15, 15);
	text-decoration: underline;
}
#footer{
	width: 802px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	color: rgb(102, 102, 102);
	font-size: 10px;
	text-align: center;
	float: left;
	border: none;
	
}
#footer a{
	text-decoration: none;
	color: rgb(102, 102, 102);
}
#footer a:hover{
	text-decoration: underline;
	color: rgb(0, 85, 234);
}
