/***********************************************/
/* queen-victoria.css                             */
/* Use with template queen-victoria.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	background-color: #EDEBDC;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	height: auto;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #E9E9E9;
	text-decoration: none;
}

a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #CCCC99;
	font-variant: small-caps;
	font-style: oblique;
	font-weight: bolder;
	display: block;
	position: absolute;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 10px;
	top: 0px;
	height: auto;
	width: auto;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 85%;
	color: #CCCC99;
	margin: 0px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	display: block;
	height: 16px;
	width: auto;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #990000;
	margin: 0px;
	font-weight: bolder;
	font-variant: small-caps;
	line-height: 14px;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
h4 {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #993300;
	margin: 0px;
	line-height: 100%;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
	position: relative;
	letter-spacing: 0.1px;
	word-spacing: 0.1px;
	font-weight: bolder;
}
h5 {
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #993300;
	margin: 0px;
	line-height: 100%;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
	position: relative;
	letter-spacing: 0.1px;
	word-spacing: 0.1px;
	font-weight: bolder;
}
p {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #000000;
	margin: 0px;
	line-height: 90%;
	display: block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
	position: relative;
	letter-spacing: 0.1px;
	word-spacing: 0.1px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
	background-color: #990000;
	right: 0px;
	height: 26px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCC66;
	top: 20px;
	position: absolute;
	visibility: visible;
}

#content{
	float: left;
	position: absolute;
	left: 0px;
	top: 60px;
	display: block;
	width: auto;
	height: auto;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	visibility: visible;
	right: 0px;
	bottom: 20px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	display: block;
	text-align: left;
	margin: 0px;
	height: 20px;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: absolute;
	top: 10px;
	left: 20px;
}

/*************** #pageName styles **************/

#pageName{
	display: block;
	text-align: left;
	margin: 0px;
	height: 20px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: absolute;
	top: 10px;
	left: 200px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #cccccc;
	background-color: #003366;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCC99;
	width: auto;
	left: 0px;
	right: 0px;
	background-position: center bottom;
	display: block;
	margin: 0px;
	height: 12px;
	padding-right: 0px;
	padding-bottom: 2px;
	position: absolute;
	text-align: center;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: bold;
	top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	padding-top: 2px;
	padding-left: 0px;
}

#siteInfo img{
	padding: 0px;
	vertical-align: middle;
	bottom: 0px;
	left: 0px;
	position: absolute;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: absolute;
	margin: 0px;
	padding: 0px;
	cursor: Hand;
	bottom: 30px;
}

#sectionLinks h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #CCCC99;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#sectionLinks a {
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px dotted #CCCC99;
}

#sectionLinks a:hover{
	background-color: #CCCCCC;
	text-decoration: none;
	color: #003366;
}
#sectionLinks p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	line-height: 1px;
	color: #003366;
	letter-spacing: 0.1px;
	word-spacing: 0.1px;
	margin: 0px;
	height: 1px;
	position: absolute;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	vertical-align: top;
	visibility: hidden;
}


.Stil1 {
	font-weight: bold;
	background-color: #990000;
}
.Stil2 {
	font-weight: bold;
	background-color: #003366;
	border: thin inset #CCCCCC;
}
.Stil3 {

	font-weight: bold;
	background-color: #333333;
	border: thin inset #CCCCCC;
}
