﻿
/* styles definitions */
html { 
    height: 100%; 
}

body {
	margin:0px;
	font-family: verdana, myriad pro, sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing:0.5px;
	color:white;
	border-style:none;
}

a img {	 border:none; }

img { border:none; }
/* Definitions for Blue Theme */  
/*
body {	background-color:#c8cbd0; }
.topBarColor {	background-color:#27304d; }
.activePageLinkColor { color:#4a5a96; }
 .topBarColorFrontColor { color:#27304d; }
 .bodyColorFrontColor { color:#c8cbd0; }
*/

/* Definitions for Red Theme */
body {	background-color:#bcb7a1; }
.topBarColorFrontColor { color:#670b0c; }
.bodyColorFrontColor { color:#bcb7a1; }
.topBarColor {	background-color:#670b0c; }
.activePageLinkColor { color:#bcb7a1; }

/*******************************************/

.hiddenLink A:link { text-decoration:none; color:white; }
.hiddenLink A:visited { text-decoration:none; color:white; }
.hiddenLink A:hoover {text-decoration:none; color:white; }


.mainPageArea {
	margin:0px;
    padding:0px;
	width: 900px;
	top:0px;
    margin-left:auto;
    margin-right:auto;
	background-color: white;
	position: relative;
	color:black;
	border-style:none;
}


/***********************************
 Major components shared by all pages  
 **************************************/

#topBar {
	height:100px;
	width:100%;
	top:0px;
	margin:0px;
	padding:0px;
	left:0px;
	position:absolute;
}

#titleBar {
	height: 100px;
	width: 101%;
	position: relative;
    left:-2px;
	font-color: white;
	text-indent: 5px;
	vertical-align: middle;
	text-align:left;
	color:white;
    font-size:48px;
}


#sloganArea {
	position:absolute;
	bottom:3px;
	left: 0px;
	font-size: small;
	width: 300px;
	text-align:right;
}

.linkMenu {
	float:right;
	margin-right: 10px;
	font-size:12px;
	font-weight:normal;
}

#titleMenuItem {
	position:absolute;
	bottom:5px;
	right: 10px;
	width: 400px;
	text-align:right;	
}

    
#footNote {
	font-size: 10px;
	font-color: white;	
	height:20px;
}

