﻿html
{
	width:100%;
	margin:0px;
	overflow:auto;
}

body
{
	width:100%;
	margin:0px;        
}

#mainHeader
{
	width: 778px;
	margin: auto;        	
}

.SmallCentered
{
	width: 778px;
	margin: auto;
}

.Paragraph
{
	font-family:Calibri;
	font-size:15px;
	color:#244A5B;
	margin-left:10px;
	line-height:150%;
}

#mainMenuContainer
{
	padding-top: 5px;
	width: 778px;
	margin: auto;      	
}

#mainMenuStrip
{        	
	height:30px;
	width:100%;
	margin:0px;	
}

#mainMenu
{
	color: White;
	font-weight:bold;
	text-align:left;		
}

#mainMenu td
{
	padding-right:25px;
	padding-left:10px;
}

#mainMenu a
{
	text-decoration:none;
	color:White;	
}

.SelectedLink
{
	color:Black !important;	
}


img
{
	border:0px;
}

.GreenTable td
{
	border-left: solid 2px #6DB744;
	border-top: solid 2px #6DB744;
}

.GreenTable
{
	border-right: solid 2px #6DB744;
	border-bottom: solid 2px #6DB744;
}

.SubTitle
{
	color:#4BBDEB; 
	font-family:Calibri; 
	font-size:15px; 
	font-weight:bold; 
	margin-left:10px;
}

.GreenTitle
{
	color:#439B3B !important;
}

.GreenTitleBold
{
	color:#439B3B;
	font-weight:bold;
	font-size:18px;	
}

.Paragraph a
{
	color:#244A5B;	
}

.FontBold
{
	font-weight:bold;
	font-size:20px;	
}
div#clock{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:25px;
}
div#article{
	position:absolute;
	margin-left:20px;
	padding:10px;
	width:600px;
	cursor: default;
	text-align:left;
	border:1px solid rgb(121,179,225);
	background-color: rgb(246,246,255);
	color:gray;
	-moz-border-radius: 5px;
}
.click{
	font-family:"Calibri";
	font-size:1em;
	font-weight:bold; 
	text-align: center;
	cursor:hand;
	cursor:pointer;
	width: 90px;
	color:white;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:rgb(101,176,231);
	-moz-border-radius: 10px;
	border: none;
}
.click_hover{
	font-family:"Calibri";
	font-size:1em;
	font-weight:bold; 
	text-align: center;
	cursor:hand;
	cursor:pointer;
	width: 90px;
	color:white;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:rgb(2,114,190);
	-moz-border-radius: 10px;
	border: none;
}
div#rsvp{
	font-family:"Calibri";
	cursor:hand;
	cursor:pointer;
}
div#option_div{
	float: left;
	position:absolute;
	background-color:rgb(240,240,240);
	width:auto;
}
div.selection{
	border:1px solid;
	border-color:rgb(240,240,240);
}
div.selected{
	background-color:rgb(224,237,243);
	border:1px solid;
	border-color:rgb(168,216,235);
	cursor:pointer;
	cursor:hand;
}