* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #333333;
	;
	font-weight: normal;
	font-style: normal;
	background-color: #FFF;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: justify;
}

img { border: none; }
a { color: #57626a; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
	width: 95%;
	color: #333;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	padding: 10px 0 20px 0;
	font-size: 48px;
	box-shadow: 2px 2px 2px 4px #666;
}
#header h1 {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: normal;
	padding: 12px 0 5px 10px;
	color: #F60;
	font-style: normal;
	line-height: normal;
}
#header h1 a {
	color: #FF3300;
	text-decoration: none;
}
#header h1 a:hover {
color: #57626a;
text-decoration: none;
}
#header h2 {
	color: #333;
	font-size: 20px;
	padding: 0 0 0 11px;
	letter-spacing: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: inherit;
	box-decoration-break: clone;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

#menu {
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #CCC;
	color: #060673;
	float: right;
	text-align: center;
	vertical-align: middle;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
#menu ul {
	padding-left: 10px;
	list-style-type: none;
	width: 85%;
	font-size: 24px;
	color: #060673;
	text-align: center;
	font-weight: bolder;
}
#menu ul li {
	display: table-cell;
	float: left;
	font-size: 24px;
	color: #060673;
	font-weight: bolder;
	text-align: center;
	width: auto;
	height: auto;
	appearance: button;
}
#menu ul li a {
	color: #060673;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bolder;
	font-size: 24px;
	text-align: center;
	width: 85%;

}
#menu ul li a:hover {
	color: #333;
	text-decoration: underline;
	width: 90%;
	text-shadow: 2px 2px 2px;
	font-size: 24px;
	text-align: center;
	font-weight: bolder;
}

#content {
padding: 10px 20px;
}

.right {
	float: inherit;
	text-align: justify;
	width: 80%;
}
.right h2 {
	color: #FF4800;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}

.left {
	float: left;
	padding: 10px;
	border-right: 1px solid #bbb;
	font-size: 12px;
	width: 150px;
	text-align: left;
	clear: left;
	font-weight: normal;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #57626a;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #666;
line-height: 30px;
font-weight: 600;
}
.left a { text-decoration: none }

#footer {
background: #eee;
border-top: 3px solid #57626a;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}

.button {
    background-color: #060673; 
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
	
}

.button1:hover {
	background-color: #FFFFCC;
	color: white;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}

.button3 {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}

.button4 {
	background-color: white;
	color: black;
	border: 2px solid #e7e7e7;
	border-radius: 8px 0px 8px 0px;
	font-size: 24px;
}

.button4:hover {
	background-color: #e7e7e7;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	font-size: 24px;
	
	}

.button5 {
	background-color: white;
	color: #999;
	border: 2px solid #555555;
	border-radius: 0px 8px 4px 8px;
	box-shadow: 0px 8px 16px 0px rgba(153,153,153,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	font-size: 16px;
}

.button5:hover {
	background-color: #999999;
	color: white;
	font-size: 16px;
}
