﻿/* CSS Document */

/* Page Structure
----------------------------------------------- */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

body {
	background:#B6000B;
	margin: 0px;
	padding: 0px;
}

img {
	border:0px;
}

table {
	border-width:0px;
	text-align:left;
	vertical-align:top;
}


/* Links
----------------------------------------------- */
a:link, a:visited {color: #000066;}
a:visited {color: #000066;}
a:hover, a:active {color: #000000;}

/* Styles
----------------------------------------------- */
h1 {
	font-size:22px;
	margin-top:0px;
	padding-top:0px;
}

h2 {
	font-size:18px;
	margin-top:3px;
	padding-top:3px;
}

/* Body
----------------------------------------------- */
#bodycontainer-right {
	position:relative;
	text-align: left;
	background:url('../../images/backgrounds/left.png') repeat-y left;
}
#bodycontainer-left {
	position:relative;
	text-align: left;
	background:url('../../images/backgrounds/right.png') repeat-y right;
}

/*---Header--- */
#header {
	height:120px;
	border-bottom: 10px solid #CCC;
	background: #B6000B url(../../images/crwn2.png) left no-repeat;
}
#header p {
	float:right;
	color:#FFFFFF;
	font: 30px "Trebuchet MS",Geneva,sans-serif;
	font-variant: small-caps;
	padding-right:10px;
	padding-top:35px;
	margin-top:2px;
}

/*---Left--- */
#left a {
	font-weight: bold;
	display: block;
	margin:0px;
	padding:2px 5px;
	color: #000000;
	text-decoration: none;
	font: 15px "Trebuchet MS",Geneva,sans-serif;
	font-variant: small-caps;
}
#left a:hover {
	color: #FFFFFF;
	background:#001B73;
	text-decoration: none;
}
#left ul {
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	float:left;
	width:180px;
}
#left li {
	position: relative;
	padding:0px;
	width: 100%;
	list-style-type:none;
	margin:1px;
}
#left ul li {float: left; width: 100%;}
#left ul li a {height:21px;}

/*---Content --- */
#content {
	top:102px;
	margin-left:179px;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#FFFFFF;
	min-height:300px;
}
.greyborder {
	padding:1px;
	display:inline;
	background:#CCCCCC;
	border:4px solid #F0F0F0;
}


/*---Footer--- */
#footer {
	height:45px;
	border-top: 10px solid #CCC;
	background:#B6000B;
}
#footer p {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	margin:0px;
	padding-top:14px;
}
#footer a {
	color:#FFFFFF;
	
}

ul.list-style-type-none {
	padding-left:12px;
	margin-left:0px;
}

ul.list-style-type-none li {
	list-style-type:none;
}
/*---Blogger---*/
.date-header {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	color:#B6000B;
	}
.post-title {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	}
.post-body {
	padding: 5px;
	}
.post-footer {
	margin-left: 5px;
	padding-bottom: 10px;
	}
.latestnews {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.calendarred {
	color: #B6000B;
	font-weight: bold;
}
