html , body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Helvetica , sans-serif;
	font-size: small;
}

p
{
	color: #666666;
	margin: 0px;
}

a
{
	color: #CC0000;
	text-decoration: none;
	
}

a.Footer
{
	color: #FFFFFF;
	text-decoration: none;
}

a.ForumFooterNavItem
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: medium;
	margin: 0px;
	padding: 0px;
}

h3
{
	margin: 0px;
	padding: 0px;
}

h4
{
	font-size: small;
	margin: 0px;
	padding: 0px;
}


li.myBullets
{
	color: #666666;
	list-style-image: url( ../images/bullet.gif );
}

img
{
	border: none;
}

#Container
{
	width: 760px;
	position: relative;
	min-height: 100%;
	width: 100%;
	background-image: url( ../images/top_gradient.jpg );
	background-repeat: repeat-x;	/* Repeat along the x axis only */
	line-height:17px;
	/* border: solid 1px #000000; */
}

#Content
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 120px;
	/* border: solid 1px #000000; */
}

#TopNavigation
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;	/* Right align the navigation tabs */
	padding-top: 3px;
	/* border: solid 1px #000000; */
}

#MagLogo
{
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
    padding-left:0px;
	/* border: solid 1px #000000; */
}

#MagForumLogo
{
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
    padding-left:0px;
	/* border: solid 1px #000000; */
}

#MainNavigation
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	/* border: solid 1px #000000; */
}

#LoggedInMesasage
{
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: right;
	color:#000000;
	font-weight:bold;
	font-family:verdana;
	/* border: solid 1px #000000; */
}

#PageContent
{	
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 10px;
	/* border: solid 1px #000000; */
}

#LoginFormContent
{	
	width: 350px;
	margin-left: 30px;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 10px;
	/* border: solid 1px #000000; */
}

/* Align the home page content table */
#HomePageContent
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	/* border: solid 1px #000000; */

}

#NextMeeting
{
	vertical-align: top;
	width: 216px;
	/* border: solid 1px #000000; */
}

#PaymentsNews
{
	vertical-align: top;
	padding-left: 25px;
}

#ForumFooter
{
	position: relative;
	bottom: 0px;
	height: 90px;			/*  Must match the padding-bottom of the Content */
	width: 100%;
	background-image: url( ../images/bottom_gradient.jpg );
	background-repeat: repeat-x;	/* Repeat along the x axis only */
	font: arial 10px;
}

#ForumFooterNavigation
{
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
}

#Footer
{
	position: absolute;
	bottom: 0px;
	height: 90px;			/*  Must match the padding-bottom of the Content */
	width: 100%;
	background-image: url( ../images/bottom_gradient.jpg );
	background-repeat: repeat-x;	/* Repeat along the x axis only */
	font: arial 10px;
}

#FooterNavigation
{
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
}

#FooterCopyright
{
	text-align: center;
	margin-top: 2px;
	color: #999999;
	font-size:12px;
}

#FooterPlug
{
	text-align: center;
	margin-top: 2px;
	color: #999999;
}

/* download page style */

.downloadrow
{
	border-bottom: solid 1px #ccc;
	padding:12px 0px 15px 0px;
}
input,select,option
{
	font-family:verdana;
	font-size:11px;
}
