﻿	/* shell.css - 27feb2014 */

a:link {color: blue;}
a:active {color: red;}
a:visited {color: purple;}
a:hover {color: red; text-decoration: underline}

.style {
	text-indent: 25px;
	text-align: left;
	}

.style1 {
	text-align: left;
	}

h2, h3, h4 {
	text-align: center;
	}

p:first-letter {
 	font-size: 1.2em;
 	font-weight: bold;
 	}

#toch3 {
/*	font-size: 1.4em; */
	color: #E6E8FA;
	}

#toch4 {
	font-size: .8em;
	color: #E6E8FA;
	}

li {
	list-style-type: disk;
	}

body {
	background-color: #595959;
 	font-family: "times new roman";
 	color: #13053B;
 	font-size: small;
 	margin: 0px;
 	}

#logo {	
	background-color: #000000;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	vertical-align: middle;
	border-radius: 15px;
	border-color: white;
	border-width: 3px;
	border-style: ridge;
	}

#logo img {
	margin: 0px 100px 0px 100px;
	}

#tableContainer {
 	display: table;
 	border-spacing: 3px;
	}

#tableRow {
 	display: table-row;
	}

#col {
	display: table-cell;
	width: 25%;
     background-color: #7093DB;
	font-size: 1.4em;
 	font-weight: bold;
	line-height: 1.5em;
 	text-align: center;
 	padding: 15px 0px 0px 0px;
	margin: 0px;
	vertical-align: top;
	border-radius: 15px;
	border-color: white;
	border-width: 3px;
	border-style: ridge;
	}

#main {
	display: table-cell;
	width: 75%;
     background-color: #FFDFAA;
	font-size: 1.8em;
/* 	text-align: left; */
 	padding: 15px 50px 15px 50px;
	margin: 0px;
	vertical-align: top;
	border-radius: 15px;
	border-color: white;
	border-width: 3px;
	border-style: ridge;
	}

#footer {
	text-align: right;
	font-size: .85em;
     padding: 0px 15px 5px 0px;
	}


