/* CSS Document */

.outer {
width:800px;
margin:auto;
display: table;
}

.inner {
width:auto;
margin:0px;
display: table;
}

body {
background-image: url(Images/Background/corkboard.jpg);
margin: 0;/* without margins the page would be stuck to the sides*/
font-family: verdana, arial, sans-serif; /* base font is defined in the page */
font-size: 12px; /* size font is defined in the page */
}

#head1 {
background-image: url(Images/Header1/Header123.jpg);
width: 770px;
height: 165px;
padding: 8px
}

#head2 {
width: 770px;
height: 45px;
padding: 8px
}

#left { float:left;
width:40px;
padding:8px;
background-image:  url(Images/background/corkboard.jpg);
border: 0px
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#nav-menu li
{
float: left;
margin: 0 0.15em;
} 

#nav-menu li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 10em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
} 

#right { float:right;
width:125px;
padding:8px;
background-image: url(Images/Background/corkboard.jpg);}

#center { margin-right:50px;
margin-left:175px;
padding:25px;
background-image: url(Images/CenterContent/paper.jpg);}

h1 {
font-size: 140%;
text-align: center;
}

h2	{
font-size: 100%;
text-align: left;
}

.menu { /* defines container for the menu */
margin-top: 30px;
width: 100px;
border: 0px solid #060C6F;
background-color: #CCCCCC;
font-family: verdana, arial;
font-size: 110%;
text-align: center;
}

ul,li {
list-style-type: none; /* to minimize problems */
margin: 0;
padding:0;
line-height: 30px; /* extra space */
}

#topmenu {
float: right; /* vertical menu is aligned to the right of its container, head3 */
margin-left: 10px;
margin-top: 10px;
}

#topmenu a {font-size: 12px;font-weight: bold;color: #060C6F;
text-decoration: none; /* no decoration to avoid underline showing when hovered onto */margin-left: 20px; /* Space between each sub-menu */}

.footer {
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	background-image: url(Images/Background/corkboard.jpg);
	text-align: center;
	position:;
	left:975px;
	margin-left:0px;
	height:19px;
	padding-top:8px;
	top: 827px;
	page-break-before: auto;
	page-break-after: auto;
	right: auto;
	margin-bottom: auto;



	}
	.footer a {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.footer a:visited {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.footer a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

