/*
	Template Name: PHP Midnight Blue Single Fixed
	Template URI: http://freewebtemplates.me
	Description: A fixed width single column CSS web template with MidnightBlue as the base color.
	Version: 1.0
	Author: Ed Zivkovic
	Author URI: http://freewebtemplates.me
	Tags: PHP, Includes, Blue, CSS, Fixed Width, No Graphics, Single Column, Tableless, 
*/

/*
	Template by Ed Zivkovic released under the
	Creative Commons Attribution 2.5 License:
	http://creativecommons.org/licenses/by/2.5/au/
	background-color: MidnightBlue;
*/
html {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Futura, Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	text-align: center;
	font-size: 90%;
	background-color: #158AFF;
	height: 100%;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	letter-spacing: 0.1em;
}

 a {
	text-decoration: none;
}
	
div#mainwrap {
	min-height: 100%;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
		
}
div#header {
	color: #9C9CFE;
	background-image: url(logo.png);
	background-color: #11114E;
	height: 250px;
	padding:0;
	margin:0;
}

div#header h1 {
	color: #FFF;
}

div#topnav {
	color: #9B9BBD;
	padding: 8px;
	font-size: 80%;
	background-color: #2A2ABD;
	text-align: center;
}

div#topnav a {
	color: #CDCDFE;
	border-bottom: 0px solid #CDCDFE;
}
div#topnav a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

div#breadcrumb {
	color: #FFFFFF;
	padding: 8px;
	font-size: 85%;
	background-color: #C7D8FE;
}

div#breadcrumb a {
	color: MidnightBlue;
	border-bottom: 1px dashed MidnightBlue;
}
div#breadcrumb a:visited {
	color: MidnightBlue;
	border-bottom: 1px dashed #2A2ABD;
}
div#breadcrumb a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #11114E;
}

div#contentwrap {
	border: 0px solid #2A2ABD;
}
div#content {
	height: auto !important;
	height: 100%;
	line-height: 160%;
	padding: 20px;
	
}

div#content h2 {
	color: MidnightBlue;
	border-bottom: 3px solid #CDCDFE;
	padding-bottom: 6px;
}

div# h3 {
	color: MidnightBlue;
	border-bottom: 3px solid #CDCDFE;
	padding-bottom: 6px;
}

div#content a {
	color: midnightblue;
	border-bottom: 1px dashed #9B9BBD;
}
div#content a:visited {
	color: #666;
	border-bottom: 1px dashed #9B9BBD;
}
div#content a:hover {
	color: midnightblue;
	border-bottom: 1px solid #9B9BBD;
}

div#bottomnav {
	color: #9B9BBD;
	padding: 8px;
	font-size: 80%;
	background-color: #FFFFFF;
	text-align: center;
}

div#bottomnav a {
	color: #CDCDFE;
	border-bottom: 0px solid #CDCDFE;
}
div#bottomnav a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

div#copyright {
	color: #2A2ABD;
	padding: 8px;
	font-size: 80%;
	background-color: #11114E;
}

div#copyright a {
	color: #2A2ABD;
	border-bottom: 1px dashed #2A2ABD;
}

div#copyright a:hover {
	color: #9C9CFE;
	border-bottom: 1px solid #9C9CFE;
}

div#credit {
	color: #11114E;
	padding: 8px;
	font-size: 80%;
	background-color: midnightblue;
}

div#credit a {
	color: #11114E;
	border-bottom: 0px solid #11114E;
}
		
.right {
	text-align: right;
}

.left {
	text-align: left;
} 
	
div#clear {
	clear: both;
}

.box {
	color: MidnightBlue; 
	border: 1px solid #9C9CFE; 
	background-color: #CDCDFE; 
	padding: 10px 12px 12px;
	margin: 20px;
	text-align: justify;
	font-size: 90%;
	line-height: 180%;
}
		
.center {
	text-align: center;
}
.warning {
	color: #FF0000;
}
		
		
