/*<group=General Styles>*/

@font-face {
	font-family: "bolonewt";
	src: url("images/bolonewt.ttf");
}


@font-face {
	font-family: "penoftruth";
	src: url("images/penoftruth.ttf");
}

body {
	background: transparent none;
	margin: 0px 5% 0px 5%;
	text-align: left;
	color: #000000;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	padding: 0px;
	font: 0.95em Verdana, Geneva, Arial, Genova, Palatino Linotype, Times New Roman, Helvetica, Lucida Grande, Arial;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
}

a:hover, a:active {
}
	
/*</group>*/

/*<group=Layout>*/

#container {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#pageHeader {
	text-align: left;
	background: none;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#pageHeader img {
	float: right;
}

#pageHeader h1 {
	color: #000000;
	margin: 0px;
	font-weight: bold;
	font-size: 16pt;
	padding: 0px;
}

#pageHeader h2 {
	color: #333333;
	margin: 0px;
	font-size: 13pt;
	font-weight: normal;
	padding: 0px;
}

#contentContainer {
	float: none !important;
	padding: 0px;
	margin-bottom: 10px;
}

#contentContainer #content {
	padding: 0px;
}

#contentContainer #content img {
}

#sidebarContainer {
	float: none;
	width: auto;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebarContainer .sidebar {
}

#footer {
	text-align: center; 
	background: none;
	font-size: 10pt;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding-top: 10px;
}

#footer a {
}

#footer a:hover {
}
	
/*</group>*/

/*<group=toolbar>*/

#navcontainer {
	
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	display: none;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
	color: #474747;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding: 40px;
	background-color: #f5f5f5;
	font-style: italic;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h2{
	color: #5A055F;
	/* border-bottom: 2px solid #CEDB21; */
	background-image: url("images/bg_h2.png");
	background-repeat : no-repeat;
	background-position: 0 25px;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
	font: 1.45em "bolonewt";
}

h3 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}


#slate{
	/*background-image: url("images/slate.png");*/
	background-repeat: repeat;
	color: #222;
	/*height: 680px;*/
	width: 700px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
}

#slate tr{
	
}

#slate tr td{
	font-size: 1.0em;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#slate a{
	text-decoration: none;
	color: #d1de00;
}

#slate a:hover{
	cursor: pointer;
	text-decoration: underline;
	border-bottom: 1px solid #555;
	color: #5b0d5b;
	font-weight: bold;
}

#slate tr:hover{
	/*background-image: url("images/bg_white75.png");
	background-repeat: repeat;*/
	background: rgba(209,222,0,0.6);
	color: #000;
	cursor: pointer;
}

#slate tr:hover td{
	border: 0px;
	border-spacing: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#slate tr:hover a{
	text-decoration: none;
	border-bottom: 1px solid #555;
	color: #5b0d5b;
	font-weight: bold;
}

#slate .month{
	font-size: 1.3em;
	margin-left: -50px;
	color: #333;
	background: #BBB;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-variant: small-caps;
    height: 50px;
    border-top: 1px solid #333;
}

