/*
CSS for St. Mary's Site
*/

<style type="text/css">

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000033;
	font-size: 14px;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style4 {
	font-family: Georgia, "Times New Roman", Times, serif
}

.style5 {
	color: #000033;
}

.style6 {
	color: #000033;
}

.style7 {
	font-size: larger;
}

.style9 {
        font-size: larger;
	color: #FFCC33;
}

.style10 {
        font-size: larger;
	color: #666666;
}

.style11 {
        font-size: larger;
	color: #663333;
}

.style12 {
        font-size: larger;
        color: #666666;
}

.leftsidebar {
}
/*	border: right 8px solid black;*/

</style>

/*
This section details formatting of the various division elements.
*/

#header {
	height: 15em;
}

#sitebranding h1 {
	
}

#slogan p {
	
}

#tagline h5 {
	
}

#leftsidebar {
	width: 8.6em;
	height: 35em;
	background-color: #ffffff;
	border-right: 9px solid #000033;
}

#content {
	padding-right: 8em;
}

#rightsidebar {
	width: 12em;
	text-align: center;
	height: 33em;
	background-color: #84d6fe;
        padding-top: .6em;
}

#menu {
	
}

#signin {
	
}

#footer {
	padding-top: .5em;
        text-align: center;
	color: #000033;
	height: 4.6em;
	background-color: #87cefa;
}

img {
	border:12px solid white;
}


/*
This section positions all the items in the browser window.
*/

html,
body {
	margin: 0;
	padding: .5em;
	height: 100%;
}

#header, {
	width: 100%;
}

#content {
	margin-top: 1em;
}

#leftsidebar {
	margin-bottom: 1em;
	float: left;
}

#content {
	margin-left: 11em;
}

#rightsidebar {
	margin-bottom: 1em;
	float: right;
}

#footer {
	clear: both;
	margin: 1em auto 1em auto;
}