﻿/* These are styles that could possibly be modified without effecting the design */

.header_logo {
	text-align: center;
}

.header_main {
	font-size: x-large;
	color: #FFFF00;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.header_sub {
font-style: italic; 
	color: #FFFF00;
	font-family: "Times New Roman", Times, serif;
}
.heading_menu_bar {
	color: #FFFF00;
	font-weight: bold;
	font-size: large;
	background-color: rgb(0, 0, 153);
}
.copyright {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	color: #FFFF00;
	background-color: rgb(0, 0, 153);
}

.left_menu {
	font-style: normal;
	font-weight: bold;
}

.content_main_header {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: xx-large;
	font-style: normal;
	text-decoration: underline;
	color: #000080;
}

