﻿* {
	margin: 0;
	padding: 0;
}

html,body{
	height:100%;
}

p {
	margin: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
}
.style1 {
	color: #FF8000;
}

.linkList p{
	text-align: center;
}


body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #626263;
	margin: 0px;
	padding: 0px;
	background-color: #9B9B9B;
	background-image: none;
	background-repeat: repeat-x;
}
.container{
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	min-height: 900px;
	width: 900px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #ccc;
	border-collapse: collapse;
}
.header {
	height: 50px;
	background-image: url('images/header1.jpg');
	border-top: 1px solid #2f4761;
	border-bottom: 1px solid #2f4761;
	border-top-width: 2px;
	border-bottom-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
	padding-left: 20px;
	width: 100%;
}
.pageTitle {
	padding: 5px 5px 5px 10px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #FFFFFF;
	text-align: left;
	clear: none;
	overflow: auto;
	border-bottom-color: #999999;
	border-bottom-style: none;
	background-color: #333333;
}


#header_menu{
	text-align: left;
	height: 30px;
	padding-top: 10px;
	padding-right: 20px;
	background-color: #CCCCCC;
}

.links {
	padding: 10;
	margin: 0px 20px 0px 0px;
	position: absolute;
	top: 80px;
	right: 0;
}

a:link {
	color: #000066;
}
/* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {
	color: #0099FF
}
/* mouse over link */
a:active {
	color: #0099FF
}
/* selected link */


.logo {
	padding-left: 40px;
	padding-top: 10px;
	font-size: 2.3em;
	color: #fff;
	padding-bottom: 10px;
}
.content{
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	width: 900px;
}
.shadowBody{
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
	padding: 0px;
	border-collapse: collapse;
	margin-top: 10px;
	width: 920px;
}

.left {
	padding: 10px;
	width: 25%;
	height: 100%;
	vertical-align: top;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #2f4761;
}



.smallBlockQuote {
	margin: 15px;
	border: 2px solid #2f4761;
	background: #C4D9EA;
	font-size: x-small;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	padding: 4px;
}
.blockQuote {
	margin: 10px;
	border: 1px solid #2f4761;
	background: #C4D9EA;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	padding: 4px;
	font-size: x-small;
}

.clearme{
	clear: both;
}
.footer{
	margin: 5px;
	padding: 5px;
	height: auto;
	clear: both;
	border-top: 1px solid #2f4761;
	border-bottom: 1px solid #2f4761;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	background-color: #C0C0C0;
	vertical-align: middle;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: x-small;
}
h1 {
	margin: 5px;
	padding: 10px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #2f4761;
	text-align: left;
	clear: none;
	overflow: auto;
	border-bottom-color: #999999;
}
li {
	list-style-image: none;
	margin-left: 25px;
	color: #000000;
	font-size: small;
}
.imgleft {
	margin-right: 10px;
	float: left;
	padding: 3px;
	border: 2px solid #ccc;
}
.imgright {
	float: right;
	padding: 3px;
	margin-left: 10px;
	border: 2px solid #ccc;
}

acronym {
	cursor:help;
}
.menuTitle {
	background-color: #333333;
	font-size: medium;
	text-align: center;
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: none;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}


/***********************************'   Left side Menu  *******************************/

.navTree a,
{
	color: #000066;
}

/***********************************'  Header Menu  ****************/

.shortList li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}
.headerPath {
	padding: 0px 0px 0px 10px;
	height: 25px;
	background-image: none;
	border-top: 1px solid #2f4761;
	border-bottom: 1px solid #2f4761;
	border-top-width: 2px;
	border-bottom-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	width: 100%;
	background-color: transparent;
	vertical-align: middle;
}

