@charset "utf-8";
/* CSS Document */

body
{
	background-color: #444;
	color: #005;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
	text-align: center;
}

a
{
	color: #00C;
}
a:hover
{
	color: #A00;
}

div.wrapper
{
	background-color: #fff;
	border: 2px solid #fff;
	clear: both;
	margin: auto;
	padding: 0;
	text-align: left;
	width: 802px;
}

div.head1
{
	background-attachment: scroll;
	background-image: url(images/TartanSingle.png);
	background-position: center top;
	background-repeat: repeat-x;
	clear: both;
	height: 70px;
	width: 802px;
}
div.head2
{
	border: none;
	clear: both;
	height: 300px;
	text-align: center;
	width: 802px;
}
div.head2 img
{
	border-top: 2px solid white;
	border-bottom: 1px solid white;
	width: 802px;
}
div.head3
{
	background-attachment: scroll;
	background-image: url(images/TartanSingleFade.png);
	background-position: center top;
	background-repeat: repeat-x;
	clear: both;
	height: 80px;
	width: 802px;
}

div.head4
{
	border-bottom: 1px solid #006;
	clear: both;
	margin: 10px 11px 0 11px;
	padding-bottom: 10px;
	width: 780px;
}
div.IntMenu
{
	border-top: 1px solid #006;
	clear: both;
	margin: 0 11px;
	padding: 0 0 10px 0;
	text-align: center;
	width: 780px;
}
div.IntMenu a
{
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	margin-left: 5px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	width: 125px;
}

div.content
{
	clear: both;
	padding: 0 11px;
	width: 760px;
}
div.content2
{
	min-height: 300px;
}

div.content div.HomeMenu
{
	float: left;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 25px;
	width: 125px;
}

div.HomeMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
div.HomeMenu ul li
{
	padding-bottom: 15px;
}
div.HomeMenu a
{
	background-attachment: scroll;
	background-image: url(images/ButtonBG.png);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	color: #005;
	display: block;
	text-align: center;
	text-decoration: none;
}
div.HomeMenu a:hover
{
	background-image: url(images/ButtonBGon.png);
}


div.content div.HomeText
{
	float: left;
	padding-left: 20px;
	width: 615px;
}


div.content p
{
	line-height: 1.5em;
}

.PageHeading
{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 0 .5em 0;
	margin: 0;
	text-align: left;
	width: 100%;
}

.origin
{
	color: #888;
	font-size: .75em;
	padding-left: 5px;
}

div.footer
{
	clear: both;
	color: #aaa;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	width: 802px;
}

table.RosterTable
{
	font-size: 12px;
	line-height: 2em;
}

div.MemberContact
{
	clear:both;
	padding-top: 1em;
}
div.MemberContact p
{
	margin: .5em 0 1em 0;
	padding: 0;
}
div.MemberContact p.PageHeading
{
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 .5em 0;
}


div.NewsArticle div
{
	clear: both;
	width: 100%;
}
div.NewsTitle
{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 100%;
}
div.NewsPostInfo
{
	color: #777;
}
div.NewsBody
{
	margin-top: 1em;
}
div.NewsPrivate
{
	margin-top: 1em;
}
div.NewsPrivate div, div.NewsPrivate p
{
	margin-top: 1em;
}
div.NewsPrivate div.NewsPrivateHeading
{
	color: #900;
	font-style: italic;
	margin: 0;
}

table.PhotoTable
{
}

table.PhotoTable * img
{
	border: 1px solid #00C;
	margin: 15px;
}

table.PhotoTable * img:hover
{
	border: 1px solid #A00;
}

table.PhotoTable tr.GalleryTitle
{
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
}

table.PhotoTable tr.GalleryRow
{
	vertical-align: top;
}

table.PhotoTable tr.GalleryRow td
{
	text-align: center;
}