﻿@import "Global.css";
@import "reset.css";

#background, .body, body
{
    background:#4a86bd;
    font-family:Arial;
    color:White;
}

#canvas
{
	width:844px;
	/*height:600px;*/
	/*background-color:black;*/
	margin-left:auto; margin-right:auto;
	margin-top:30px;
	margin-bottom:auto;
}  

#menu
{
    height:24px;
    /*background-color:Blue;*/
    width:100%;	
}

#banner
{
    height:100px;
    background-color:White;
    width:100%;	
    color:Gray;
    font-size:x-large;
}

#footer
{
	height: 50px;
	width: 100%;
	font-size: small;
	color: White;
	margin-top: 5px;
	padding-top: 10px;
}

.MinutesNoticeContent
{
	height:auto;
	color:black;
	background-color:White;	
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-size:small;
	padding:30px;
	
}

.MinutesNoticeInfoBox
{
	width:80%;
	padding:10px;
	margin-right:auto;
	margin-left:auto;	
	
}

#footer a
{
    color:White ;
    text-decoration: underline;
}   

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


.shortmessage
{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	height:350px;
}