/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#330066;
	background-color: #CCCCFE;
	background-image: url(../Images/Design/Bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	position:relative; /* center, not in IE5 */
	width:950px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../Images/Design/ContBg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 260px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}


#header {
	background-image: url(../Images/Design/Head.jpg);
	background-repeat: no-repeat;
	height: 260px;
}
#header h1 {
	position: absolute;
	left: -9000px;
}
#header a {
	outline: none;
}
#content {
	height: 100%;
	background-image: url(../Images/Design/Side.jpg);
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
#footer {
	width:100%;
	background-image: url(../Images/Design/footer.jpg);
	background-repeat: repeat-x;
	height: 74px;
	padding-top: 26px;
	position: absolute;
	bottom: 0px;
}
.top a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	background-color: #CCCCFF;
	height: 15px;
	width: 85px;
	border: 1px solid #FFFFFF;
	text-align: center;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 2px;
}
.top a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	background-color: #CCCCFF;
	border: 1px solid #FFFFFF;
	text-align: center;
	height: 15px;
	width: 85px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.top a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC66;
	border: 1px solid #FFFFFF;
	text-align: center;
	height: 15px;
	width: 85px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.top a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	background-color: #CCCCFF;
	border: 1px solid #FFFFFF;
	text-align: center;
	height: 15px;
	width: 85px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
.footer a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 1px;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:active {
	color: #003366;
	text-decoration: none;
}
#reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	width: 300px;
	padding-left: 25px;
	position: relative;
	top: 35px;
	float: left;
}
.ablaze {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	width: 300px;
	position: relative;
	top: 35px;
	float: right;
	text-align: right;
	padding-right: 40px;
}

.ablaze a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: none;

}
.ablaze a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: none;
}
.ablaze a:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.ablaze a:active {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: none;
}
.Side {
	width: 140px;
	padding-top: 75px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	vertical-align:text-top;
}
.maincontent {
	padding-right: 25px;
	padding-bottom: 50px;
	padding-top: 11px;
}
.maincontent a:link {
	color: #0000CC;
}
.maincontent a:visited {
	color: #990066;
	text-decoration: underline;
}

.maincontent a:hover {
	color: #FF6633;
	text-decoration: none;
}
.maincontent a:active {
	color: #FF6633;
	text-decoration: none;
}



.ColumnHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC00;
	background-color: #9999CC;

}
#column {
	border: 1px solid #003366;
}

.ColumnText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.link a:link {
	color: #0000CC;
	text-decoration: underline;
}
.link a:visited {
	color: #0000CC;
	text-decoration: underline;

}
.link a:hover {
	color: #FF6633;
	text-decoration: underline;
}
.link a:active {
	color: #000000;
	text-decoration: underline;
}
.imageTopRight{
	margin: 0px 0px 10px 20px;
	float: right;
}
.imageTLeft {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.imageTRight {
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.eventHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #003366;
	background-color: #CCCCFF;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-top: 2px solid #9999CC;
	border-right: 2px solid #9999CC;
	border-bottom: 1px solid #000000;
	border-left: 2px solid #9999CC;
	background-image: url(../Images/Design/headingBG.jpg);
	background-repeat: repeat-y;
}
.eventHead  a:link   {
	color: #003366;
	text-decoration: none;
}
.eventHead a:visited {
	color: #003366;
	text-decoration: none;
}

.eventHead a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.eventHead a:active {
	color: #003366;
	text-decoration: none;
}


.event {
	background-color: #FFFFCC;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #9999CC;
	border-bottom-color: #9999CC;
	border-left-color: #9999CC;
	border-top-color: #9999CC;
	background-image: url(../Images/Design/eventBG.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 8px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.imageHome {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.eventRight {
	width: 260px;
	margin-bottom: 15px;
	float: right;
	clear: none;
}
.eventBottom {
	height: 440px;
	background-color: #FFFFCC;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #9999CC;
	border-bottom-color: #9999CC;
	border-left-color: #9999CC;
	background-image: url(../Images/Design/eventBG.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.eventTop {
	height: 240px;
	background-color: #FFFFCC;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #9999CC;
	border-left-color: #9999CC;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #9999CC;
	background-image: url(../Images/Design/eventBG.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.eventHome {
	background-color: #FFFFCC;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #9999CC;
	padding: 8px;
	background-image: url(../Images/Design/eventBG.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}
.eventHomeBase {
	padding: 8px;
	background-color: #FFFFCC;
	background-image: url(../Images/Design/eventBG.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.eventLeft {
	width: 460px;
	margin-bottom: 15px;
	clear: none;
	float: left;
}
.DesignNote {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
}
.MheadLink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	padding-left: 5px;

}
.MheadLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	padding-left: 5px;
}
.MheadLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}
.MheadLink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}
.MheadLink td {
	background-image: url(../Images/Design/headingBG.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.posted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	padding: 5px 5px 5px 10px;
}
.imageJournal {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
}
.SmallTxtWhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.txtBold {
	font-weight: bold;
}
.SmallHeading {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.quotebox {
	background-color: #FFFFCC;
	padding: 15px;
	border: 2px dotted #9999CC;
	margin: 0px;
	font-style: italic;
	width: 700px;
}
.flash {
	margin: 0px 0px 10px 20px;
	float: right;
	border: 1px solid #000000;
}
