﻿@import url(layout.css);

html {
	background: #111925;			/* Hack to any color so Body min-width works as expected */
}

body {
	background-color: #111925;
	background-image: url('../images/body.jpg');
	background-position: top;
	background-repeat: no-repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	text-align: center;
}


#contentBorder {
/*	background-color: #888fff; */
}
#contentBody {
/*	background-color: #f00;  */
} 
#contentHeader {
/*	background-color: #0ff; */
} 
#contentMenu {
/*	background-color: * #F4F4F4; */
} 
#contentPage {
/*	background-color: #fff;  */
} 
#contentFooter1 {
/*	background-color: #22487e; */
} 
#contentFooter1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#contentFooter1 a:hover {
	text-decoration: underline;
} 
#contentFooter1 p {
	color: #fff;
	font-size: x-small;
	font-weight: bold;
	margin: 4px 14px 4px 14px;
}
#contentFooter2 {
/* background-color: #f00; */
} 
#contentFooter2 p {
	color: #c0c0c0;
	font-size: x-small;
	font-weight: bold;
	margin: 2px 0 2px 10px;
}


#pageLeft {
	background-color: #fff;
} 
#pageRight {
	background-color: #fff;
} 
#pageLeftTop{
/*	background-color:maroon;  */
} 
#pageSubmenu {
/*	background-color: *#d5d4d4; */
} 
#pageImage {
/*	background-color: #fff; */
} 
#pageContent{
	text-align: left;
/*	background-color: #d5d4d4; */
} 
.pageBorder-top {
/*	background-color: #fff; */
} 
.pageBorder-bottom {
/*	background-color: #fff; */
} 
.pageBorder-h-short {
	background-color: #fff;
} 
.pageBorder-h-long {
/*	background-color: #ff0; */
} 
.pageBorder-v-long {
	background-color: #fff;
} 


/*  For Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #9B1C1F;
}
h3 {
	font-size: 1.5em;
	color: #9B1C1F;
}
h4 {
	font-size: 1.25em;
	color: #9B1C1F;
}
h5 {
	font-size: 1.0em;
	color: #9B1C1F;
}
h6 {
	font-size: 0.75em;
	color: #9B1C1F;
}
h7 {
	font-size: 0.5em;
	color: #9B1C1F;
}
/*  p {
	margin: 0 0 1em 0;
} */
.indent1 {
/*	float:left; */
	margin-left: 25px;
}
.indent2 {
	float:left;
	margin-left: 50px;
}
.indent3 {
	float: left;
	margin-left: 75px;
}


/*  For Links */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #9B1C1F;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


/*  Can't remember why this is important, or if still relevant with this layout */
:focus { 
outline: 0; 
}  
 