body
{
	margin:0px;
  	padding:0px;
	text-align:center;
    font-family: Verdana helvetica Sans-Serif;
	background-color:#1E262C;
}

a
{
    color: Maroon;
    font-weight: bold;
    text-decoration: none;
}

#bodyIndex
{
	background:URL(images/tall_x.jpg) repeat-x;
}

#bodyContents
{
	background:URL(images/short_x.jpg) repeat-x;
}

form
{
	margin:0px;
	padding:0px;
}

ul.nobullet, dl 
{
    margin:0;
    padding:0;
    list-style:none;
    font-size:11px;
    font-family:Tahoma; 
    color:#434A4D;
}
    
li, dt 
{
    background:none; margin-top:3px
}

dt 
{
    font-weight: bold;
}

dd 
{
    margin: 0;
}

div, input, textarea
{
	font-size:12px;
    font-family:Tahoma; 
    color:#434A4D;
	line-height:15px;
	text-align:left;
	margin:0 auto;
}

.button
{
    text-align: center;
	line-height: normal;
	margin: 10px auto auto;
	padding: auto;
}

.buttonCompact
{
    text-align: center;
	line-height: normal;
	margin: 0;
	padding: auto;
}

.m
{
    color:#434A4D;
}

.pol
{
    color:#E3E3E3;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
}

.pol2
{
    color:#E3E3E3;
    font-size:10px;
}

.t1
{
    color:#6F7274;
    font-size:10px;
    text-decoration:none;
}

.blue
{
    color:#2E6386;
}

.r_m
{
    color:#2E6386;
    text-decoration:none;
    font-size:10px;
    font-weight:bold; 
}

.sep
{	
	margin-left:11px; 
	margin-right:11px;
	vertical-align:bottom;
}

a.pol:hover {text-decoration:underline}
a.r_m:hover {text-decoration:underline}
a.pol2:hover {text-decoration:none}
a.blue:hover {text-decoration:none}
a.m:hover {text-decoration:none}

.wrap
{
	margin:0 auto;
	padding:0;
	width:588px;
	height: 100%;
	display:table;
	text-align:center;
	background:#757B7D;
	border: 1px solid #161C21;
	position: relative;
}

#header
{
	margin:0;
	padding:0;
	width:588px;
	height:327px;
	display:table;
	position: relative;
}

#headershort
{
	margin:0;
	padding:0;
	width:588px;
	height:160px;
	display:table;
	position: relative;
}

#content
{
	margin:0;
	padding:0;
	width:588px;
	display:table;
	background:URL(images/tall_c.gif) repeat-y;
}

#footer
{
	margin:0;
	padding:0;
	width:588px;
	height:80px;
	display:table;
	background:URL(images/tall_f.jpg) repeat-x;
}

#newsletterSignup
{
	float: left;
	width: 47%;
}

#newsletterSignup h5
{
	margin: 0 0 3px 0;
	padding: 0;
}

#newsletterSignup p
{
	margin: 0;
	padding: 0;
}

.calloutContainer
{
	border: 1px solid black;
	float: right;
	margin-left: 12px;
	height: 55px;
	width: 276px;
	position: relative;
}

.calloutContainer .callout
{
	background: URL('images/Calendar.jpg') no-repeat;
	filter: alpha(opacity=25); -moz-opacity:.25; opacity:.25;
	height: 55px;
	width: 276px;
}

.calloutContainer .calloutInternal
{
	padding: 2px 3px;
	position:relative;
	top:-55px;
	height: 55px;
	width: 276px;
	color: black
}

.calloutContainer .calloutInternal h5
{
	margin: 3px 0 0 0;
}

.calloutContainer .calloutInternal p
{
	margin-top: 3px;
	width: 272px;
}

.input
{
	width:174px;
	height:19px; 
	background-color:#FFFFFF; 
	font-family:Tahoma; 
	color:#434A4D;
	margin:0px;
	padding:0 0 0 3px;
}
 
.textarea
{
	width:174px;
	height:117px; 
	background-color:#FFFFFF; 
	font-family:Tahoma; 
	color:#434A4D;
	margin:0px;
	padding:0 0 0 3px;
	overflow:hidden;
}

.grid
{
    border: 0;
    font-family: Verdana;
    border-collapse: collapse;
}

    .grid th
    {
        font-size: .8em;
        font-weight: bold;
        background: #8C8882;
        color: White;
    }

    .grid td
    {
        font-size: .8em;
        padding: 4px;
    }

#AddItem
{
    margin: 0 0 2px 0;
    font-weight: bold;
    font-size: .8em;
}

.ArticleView {}

    .ArticleView h3
    {
        margin: 0 0 20px 0;
        padding: 0;
        font-size: 1.2em;
        font-weight: bold;
    }
    
    .ArticleView div
    {
        padding: 0 0 0 10px;
        font-size: inherit;
    }
    
.alert 
{
    color: Red;
}

.list
{
    border: 0;
    font-family: Verdana;
    border-collapse: collapse;
    font-size: 1em;
}

.calendar a
{
	font-weight: normal;
}

.calendar .highlight a
{
    font-weight: bold;
}

.calendar .highlight
{
    background-color: #FFFFA6;
}

.eventDetails
{
}

.eventHandle
{
    font-weight: bold;
}

.modalBG
{
	background-color: Gray;
	filter: alpha(opacity=70);
}

.modalForeGround
{
	border: 2px solid black;
	background: white;
	padding: 20px;
	width: 300px;
}

.modalForeGround .closeButton
{
	border: 1px solid black;
	padding: 2px;
	float: right;
}