﻿body
{
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	text-align: Center;
	font-size: .75em;
	background-image: url('images/Layout/background.png');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	
}
        
h1{color: #F4E604; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 1px solid #fff; font-size: 22px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;}
h2{color: #F4E604; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 1px solid #fff; font-size: 20px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;}
h3{color: #F4E604; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 1px solid #fff; font-size: 18px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;}
h4{color: #F4E604; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 1px solid #fff; font-size: 16px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;}
h5{color: #F4E604; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 1px solid #fff; font-size: 14px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;}
h6{color: #F4E604; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 1px solid #fff; font-size: 12px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;}

p{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	color: #E0E0E0;
}

address
{
	color: #E0E0E0;
}

a
{
	color: #F4E604;
    text-decoration: none;
}
        
a:Hover
{
	color: yellow;
    text-decoration: underline;
}

.Register
{
	width: 75px;
	height: 35px;
	background-image: url('images/Icons/SignUp.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 50px;
}

.LogInHeader
{
	color: #DCDCDC;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FCF703;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
}

.LinkButton{
	VERTICAL-ALIGN: middle;
    TEXT-ALIGN: center;
    background-image: url(Images/Layout/Button.png);
    padding-bottom: 3px;
    color: black;
    padding-top: 4px;
    text-decoration: none;
    border: 1px solid #776325;
    margin-left: 1px;
    margin-right: 1px;
    font-weight: bolder;
}
.LinkButton:hover
{
	background-image: url(Images/Layout/ButtonHover.png);	
	border: 1px solid black;
	color: Black;
	text-decoration: none;
}

.CommandButton
{
	height: 25px;
    width: 75px;
    background-image:url(images/Layout/Button.png);
}
            
.CommandButton:hover
{
	background-image:url(images/Layout/ButtonHover.png);
    cursor:hand;
}
            
.CommandButtonLong
{
	height: 25px;
	width: 125px;
	background-image:url(images/Layout/ButtonLong.png);
}
            
.CommandButtonLong:hover
{
	background-image:url(images/Layout/ButtonLongHover.png);
	cursor:hand;
}
            
#Banner
{
	display: block;
    width: 798px;
    height: 226px; 
    margin: 0 auto; 
    padding: 0px; 
    background-position: left;
    background-attachment: inherit;
    background-repeat: no-repeat;
    border: #000 1px solid; 
    border-bottom: 0px;
}

#Menu
{
	display: block;
    width: 798px;
    height: 30px; 
    max-height: 30px;
    max-width: 798px;
    min-width: 798px;
    min-height: 30px;
    background: url('images/Layout/Swoosh.png');
    background-position: left;
    background-attachment: inherit;
    background-repeat: no-repeat;
    margin: 0px auto; 
    padding: 0px; 
	border: #000 1px solid;
	border-top: 0px;
	border-bottom: 0px;
}

#Menu .MenuLinks
{
	margin-top: 1px;
	width: 550px;
	height: 24px;
	float: left;
	color: #000;
	text-align: left;
	padding-left: 2px;
}

#Menu .MainLink
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #b22222;
}

#Menu .MainLink:hover
{
	text-decoration: none;
	color: Red;
}

#Menu .MenuLinksRight
{
	margin-top: 1px;
	width: 200px;
	height: 24px;
	float: right;
	color: #000;
	text-align: right;
	padding-right: 2px;
}

#MenuBottom
{
	display: block;
    width: 798px;
    height: 42px; 
    max-width: 798px;
    min-width: 798px;
    min-height: 42px;
    background: url('images/Layout/Menu.png');
    background-position: left top;
    background-attachment: inherit;
    background-repeat: no-repeat;
    margin: 0px auto; 
    padding: 0px; 
	border: #000 1px solid;
	border-top: 0px;
	border-bottom: 0px;
}

#MenuBottom .DateStamp
{
	width: 176px;
	height: 24px;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	font-size: 12px;
	font-weight: bolder;
}

#MenuBottom .Quote
{
	width: 425px;
	float: Left;
	margin-top: 0px;
	margin-left: 50px;
	min-height: 50px;
}

#MenuBottom .QuoteText
{
	width: 425px;
	font-size: 12px;
	font-weight: bolder;
	font-style:  oblique;
	text-align: center;
	float: left;
	color: White;
}

#MenuBottom .Author
{
	width: 425px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bolder;
	font-style:  oblique;
	text-align: right;
	float: Right;
	color: White;
}

#Content
{
	display: block;
	width: 798px;
    min-height: 500px;
    margin: 0px auto;
    padding: 0px; 
    color: #000;
    background: url('images/Layout/Body.png') top center;
    background-repeat: repeat-y;
	border: #000 1px solid;
	border-top: 0px;
	border-bottom: 0px;
	text-align:left;
}

#RightContent
{
	float: right;
	width: 178px;
	border: 0px solid black;
	margin-right: 2px;
	text-align: left;
}

#RightContent .InsetPanelTop
{
	margin-top: 10px;
	height: 6px;
	width: 173px;
	background-image: url('images/layout/IncidentPanelTop.png');
	background-position: top center;
}

#RightContent .InsetPanel
{
	padding: 6px;
	width: 161px;
	max-width: 161px;
	max-height: 700px;
	min-width:1 61px;
	min-height: 100px;
	background-image: url('images/layout/IncidentPanel.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #656565;
}

#RightContent .InsetPanelBottom
{
	margin-bottom: 10px;
	height: 5px;
	width: 173px;
	background-image: url('images/layout/IncidentPanelBottom.png');
	background-position: bottom center;
}
#RightContent h1
{
	color: #fff;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0em;
	font-weight: bolder;
}

#RightContent h2
{
	color: #fff;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-bottom: 0px solid #fff;
	font-size: 12px;
	text-transform: none;
	text-align: left;
	letter-spacing: 0em;
	font-weight: bolder;
}

#RightContent .IncidentPanelLink
{
	width: 160px;
	float: left;
	text-decoration: none;
}

#RightContent .IncidentPanelLink:hover
{
	text-decoration: none;
	background-image: url('Images/Layout/IncidentHover.png');
	background-position: left;
	background-repeat: no-repeat;
}

#RightContent .IncidentPanelLinkCol1
{
	font-size: 11px;
	width: 25px;
	min-width: 25px;
	max-width: 25px;
	min-height: 16px;
	max-height: 16px;
	text-align: right;
	padding-right: 3px;
	color: white;
	float: left;
	cursor: pointer;
	
}

#RightContent .IncidentPanelLinkCol2
{
	font-size: 11px;
	width: 130px;
	min-width: 130px;
	max-width: 130px;
	min-height: 16px;
	max-height: 16px;
	text-align: left;
	color: white;
	overflow: hidden;	
	float: left;
	cursor: pointer;
}

#RightContent .UpcomingLink
{
	width: 100%;
	margin-left: 5px;
	text-decoration: none;
}

#RightContent .UpcomingLink:hover
{
	text-decoration: none;
	background-image: url('Images/Layout/IncidentHover.png');
	background-position: left;
	background-repeat: no-repeat;
}


#LeftContent
{
	width: 575px;
	border: 0px solid black;
	margin-left:5px;
	text-align: left;
}

#Footer
{
	display: block;
	width: 798px;
    margin: 0px auto; 
    height: 110px;
    padding: 0px; 
    padding-top: 10px;
    color: #000;
	border: #000 1px solid;
	border-top: 0px;
	background: url('images/Layout/Body.png') top center;
}

#Footer .LWD
{
	float: Left;
	width: 585px;
	border: 0px solid black;
	margin-left: 5px;
	text-align: center;
}

#Footer a:hover
{
	border: 0px;
}

#Footer p
{
	margin: 0px;
	padding: 0px;
	color: #dcdcdc;
	font-size: 10px;
}

.ContentMainPanel
{
	float: left;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	border-color: Black;
	border-width: 2px;
	border-style: solid;
	background-color: White;
	padding: 1px;
	width: 570px;
}

.ContentSecondaryPanel
{
	float: left;
	border-color: Black;
	border-style: solid;
	border-width: 2px;
	width: 556px;
	margin: 0px;
	padding: 5px;
	background-color: #c0c0c0;
	background-image: url('images/layout/tablebackground.png');
	background-position: top center;
	background-repeat: repeat-y;
}


.ListTable
{
	width: 100%;
    margin-top: 1px;
}
        
.ListTable th
{
	font-size: 12px;
	font-weight: bolder;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	color: #FCF703;
	background-image: url('images/Layout/TableBanner.png');
	background-repeat: repeat-x;
}
        
.ListTable th.Center
{
	text-align:center;
}

.ListTable td
{
	color: black;
}
        
.DetailTable
{
	color: Black;
	text-align: left;
}
        
.DetailTable th
{
	font-weight: bolder;
}
        
.Highlight
{
	background-color: #971C14;
    cursor: pointer;
}

.Article
{
	width: 100%;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-bottom: 0px solid #000;
	min-height: 100px;
}

.ArticleLink
{
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 22px;
	color: #F4E604;
	border-bottom: 1px solid transparent;
	margin-bottom: 2px;
}

.ArticleLink:Hover
{
	text-decoration: underline;
	color: Yellow;
	border-bottom: 1px solid transparent;	
}

.ArticleTitle
{
	float: left;
	clear: both;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 22px;
	color: #F4E604;
	border-bottom: 1px solid transparent;
	margin-bottom: 2px;
}

.ArticleByLine
{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	font-weight: bolder;
	color: #fff;
}

.ArticleImage
{
	margin-right: 10px;
    margin-bottom: 10px;
    padding: 1px;
    border: 2px solid black;
    background-color: white;
}