
body {
	background-color: #0a2c59;
}

/*Underlying color of page, can be covered by different attributes*/

#Container {
float: left;
width: 90%;
margin-left: 5%;
}


.Header {
	background-color: grey;
    width: 76%;
	/*height: 150px;*/
	border: solid;
	border-width: 1px;
	text-align: center;
	float: top;
	font-size: 30px;
	font-family: courier;
	margin-left: 1%;
	padding-left: 10%;
	padding-right: 10%;
}

/*All styles for Header float above all other divs*/

.TextArea {
margin-top: 0px;
margin-left: 1%;
width: 58%;
min-height: 40px;
border: solid 1%;
border-radius: none;
background-color: white;	
color: black;
padding: 5%;
/* total padding is 10 */
text-align: left;
font-family: verdana;
font-size: 20px;
float: left;
}

/*Size can be increased to accomadate expanding web content*/

/*.img-box {
margin-top: auto;
margin-right: auto;
margin-left: auto;
width: 440px;
height: 440px;
border: solid;
padding: 20px;
float: right;
text-align: center;
font-size: 40px;
}
*/
/*Will contain an image shortly*/

.SideBar {
margin-top: 0px;
margin-right: 2%;
width: 25%;
height: 930px;
border: solid 1%;
background-color: #b8d2fc;
color: black;
/*padding: 5%;*/
text-align: left;
font-family: verdana;
font-size: 10px;
float: right;
}

/*Contains all the external links to other related pages*/

.sidelink {
margin-top: 2vh;
margin-right: 3%;
width: 90%;
height: 130px;
border: solid;
background-color: white;
color: black;
text-align: center;
font-family: arial;
font-size: 15px;
float: right;
/* stop shrinking at some threshold*/
min-width: 150px;
}

/*Links the webpage to other pages using a button attribute,
may be changed in the future*/

