@charset "utf-8";
/* CSS Document */

/**********************************
GENERAL 
**********************************/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #333;
	text-align: center;
}

/*Centered Block Text*/
P.blocktext-C {
	margin-left: auto;
	margin-right: auto;
	width: 45em;
}

/*Edge Justified Block Text*/
P.blocktext-J {
	margin-left: auto;
	margin-right: auto;
	width: 45em;
	text-align: justify;
	text-justify: inter-word;
}

span {
	background-color: 000080;
	color: #FFF;
}
	



/**********************************
HEADER 
**********************************/

header {
	float: left;
	margin: 0 0 30px 0;
	padding: 5px 0 0 0;
	width: 100%;
}
	
#logo {
	text-align: center;
	margin: 0;
}

h1 {
	font-family: "Arial", Helvetica, sans-serif;
	margin: 15px 0;
	font-size: 1.75em;
	/*em = relative unit of measurement derived from the letter M 1em=16px (genreal size of each browser - by default)*/
	font-weight: normal;
	line-height: 0.8em;
	color: #C30;
}

h2 {
	font-size: 1.00em;
	margin: -5px 0 0;
	font-weight: bold;
	color: #1aaf5d;
}

.H2-Large {
	font-size: 3.00em;
}


h3 {
	margin: 0 0 1em 0;
}


/**********************************
Navigation
**********************************/

/**********************************
Footer
**********************************/

footer {
	font-size: 0.75em;
	text-align: center;
	clear: both;
	padding-top: 50px;
	color: #ccc;
}

/**********************************
Page: 
**********************************/
	
/**********************************
Page:
**********************************/

/**********************************
Page: 
**********************************/
	
/**********************************
Page:
**********************************/


/**********************************
COLORS
********/

/*Body*/
body {
	background-color: #FFFFFF;
}

/*Links*/
a  {
	color: #2980b9;
}

/*Nav Links*/
nav a, nav a:visited {
	color: #303f9f;
}

/*Selected Nav Link*/
nav a.selected, nav a:hover {
	color: #fff;
}


/**********************************
Table_CSS-Test
**********************************/

/*All Table*/
/*
table, tr, td {
	border: 1px;
	border-spacing: 5px;
	border-collapse: inherit;
	background-color: transparent;
	padding: 2px;
	text-align: center;
}
*/

/*Table-1*/
table1 {
	border: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	background-color: transparent;
	padding: 2px;
	text-align: center;
}

/*Header*/
th {
	text-align: center;
	color: #F00;
	font-size: 25px;
	height: 30px;
	column-width: 7;
}


/*Caption*/
caption { 
    display: table-caption;
}

/*Large Paragraph Space*/
p.large {
    height: 15px;
}
