@charset "UTF-8";
/* CSS Document */


body{
    background: rgba(2,155,221,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

h1{color: rgba(2,155,221,1.00);
	font-size: 60px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight:bold;
}

h2{font-size: 36px;
	font-weight:bold;
	background:rgba(255,255,255,1.00)
}

h3{font-size: 28px;
}

p{font-size: 24px;
	text-align:left;
}


a:link{color: rgba(223,11,15,1.00);
	text-decoration: none;
 font-size: 36px;}
a:visited{color: rgba(223,11,15,1.00);}
a:hover{color: rgba(234,215,24,1.00);}
a:active{color: rgba(2,0,115,1.00);}


#logo_container{width: 710px;
	height: 350px;
	margin: 20px auto;
	padding: 50px;
	text-align: center;
}


#main_menu{width:1180px;
	height: 75px;
	background: rgba(203,0,3,1.00);
	color: rgba(2,155,221,1.00);
	margin:15px auto;
	padding:10px;
	font-size: 35px;
	text-align: center;
}


#page_content{
    width: 1150px;
    min-height: 450px;
    margin: 15px auto;
    padding: 25px;
    text-align: center;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background:rgba(255,255,255,1.00)
}
