
a:link{ color: #006699; }

a:visited{ color: #006699; }

a:hover, a:focus{ color: #003366; text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:0;}

h1, h2, h3, h4, h5, h6{  color: #002E63; font-family: Georgia,"Times New Roman", Times, serif;  }

h1{ font-size:12pt; text-align:center;margin-bottom:1em; font-weight:bold;}

h2{	font-size:10pt; font-family:Arial, Helvetica, sans-serif; font-weight:500; text-align:center;}

h3{	font-size:10pt;}

h4{	font-size:10pt;}

h5{	font-size:10pt;}

h6{	font-size:10pt;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{ font-style:italic; font-weight:bold; }


#container {
	position: relative;
	min-height:100%;
	width:100%;
	overflow:hidden;
}

#header{ 
	width:100%;
	position:relative;
	display:block;
}

.vcard{ display:none;}

#content{
	position:relative;
	display:block;
	width:100%;
	left:0;
	margin:0 ;
	top:0;
}

#nav{ display:none; }

#footer {
	position: relative;
	bottom: 0;
	height:20px;
	width:100%;
	text-align:center;
	left:0;
}

#asideLeft, #subMenusContainer, #siteMapLink, #header{
	display:none;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
