﻿body 
{
	margin: 0 0 0 0;
	/*padding: 0 0 0 0;*/
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

TABLE
{
	padding: 0 0 0 0;
}

/* Main Structure Table */
TABLE.MainTable
{
	height: 660px;
	width: 900px;
	text-align: center;
	vertical-align: middle;
	/*border: solid 1px black;*/
}

TABLE.MainTable TD.TopLeft
{
	height: 181px;
	width: 400px;
	vertical-align:bottom;
	text-align: right;
}

TABLE.MainTable TD.TopRight
{
	height: 181px;
	width: 505px;
	vertical-align:bottom;
	text-align: right;
}

TABLE.MainTable TD.TopNav
{
	height: 20px;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	background-color: #CD8554;
	padding-left: 10px;
	padding-right: 10px;
}

TABLE.MainTable TD.Sep
{
	height: 3px;
}

TABLE.MainTable TD.Line
{
	height: 1px;
	background-color: #CD8554;
}

TABLE.MainTable TD.ContentImage
{
	height: 400px;
	width: 400px;
	vertical-align: bottom; 
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-left: solid 1px #CD8554;
}

TABLE.MainTable TD.ContentText
{
	height: 400px;
	width: 500px;
	text-align: left;
	vertical-align: top;
	border-right: solid 1px #CD8554;
}

TABLE.MainTable TD.MailingListContent
{
	height: 400px;
	width: 900px;
	text-align: center;
	vertical-align:middle;
	border-left: solid 1px #CD8554;
	border-right: solid 1px #CD8554;
}

TABLE.MainTable TD.AdminContentText
{
	height: 400px;
	width: 900px;
	text-align: left;
	vertical-align: top;
	border-left: solid 1px #CD8554;
	border-right: solid 1px #CD8554;
}

TABLE.MainTable TD.Bottom
{
	height: 100px;
	text-align: left;
	vertical-align: top;
}

TABLE.MainTable TD.BottomNav
{
	height: 30px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
}

TABLE.MainTable TD.BottomCopyright
{
	color: Gray;
	height: 20px;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
}

/* Structure Images */
IMG.TopLeft
{
	height: 181px;
	width: 400px;
	text-align: right;
	vertical-align: bottom;
}

IMG.TopRight
{
	height: 181px;
	width: 505px;
	text-align: right;
	vertical-align: bottom;
}

IMG.ContentImage
{
	height: 400px;
	width: 390px;
	text-align: left;
	vertical-align: middle;
}

IMG.Bottom
{
	height: 95px;
	width: 225px;
	text-align: left;
	vertical-align: top;
}

/* Top Navigation Bar */
TABLE.TopNavBar
{
	width: 880px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 11px;
    text-transform: capitalize;
    height: 18px;
}
TABLE.TopNavBar TD.Sep
{
    border: medium none;
    padding-right: 0px;
    padding-left: 0px;
    width: 1px;
    background-color: white;
}
TABLE.TopNavBar TD.MouseOver
{
    border: #FFFFFF 1px solid;
    cursor: hand;
    color: #CD8554;
    background-color: #DEB887;
}
TABLE.TopNavBar TD.MouseOut
{
    background-color: #CD8554;
    color: white;
}
TABLE.TopNavBar TD
{
    border: #CD8554 1px solid;
    background-color: #CD8554;
    color: white;
}

TABLE.TopNavBar A, TABLE.TopNavBar A:visited, TABLE.TopNavBar A:active
{
	text-align: center;
	color: White;
	text-decoration: none;
}

TABLE.TopNavBar A:hover
{
	text-align: center;
	color: white;
	text-decoration: none;
}

TD.BottomCopyright A, TD.BottomCopyright A:visited, TD.BottomCopyright A:active
{
	text-align: center;
	color: Gray;
	text-decoration: none;		
}

TD.BottomCopyright A:hover
{
	text-align: center;
	color: Gray;
	text-decoration: underline;	
}

/* Main Frame Structure */
DIV.MainFrameSep
{
	height: 20px;
}

DIV.MainFrameTitle
{
	height: 30px;
	width: 500px;
	vertical-align: middle;
	text-align: left;
	color: #CD8554;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;

	/*background-color: Gray;*/
}

DIV.MainFrameTitle A, DIV.MainFrameTitle A:visited, DIV.MainFrameTitle A:active
{
	color: #CD8554;
	text-decoration: underlne;
}

DIV.MainFrameTitle A:hover
{
	color: #974F1E;
	text-decoration: underlne;
}

DIV.MainFrameText
{
	text-align: justify;
	/*height: 280px;*/
	width: 490px;
	padding-right: 10px;
	padding-bottom: 5px;
	/*overflow: scroll;*/
	overflow-x: visible;
	overflow-y: hidden;
	/* background-color: Silver; */
	scrollbar-face-color: #CD8554;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #EEEEEE;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

DIV.MainFrameText A, DIV.MainFrameText A:visited, DIV.MainFrameText A:active
{
	color: #CD8554;
	text-decoration: underlne;
}

DIV.MainFrameText A:hover
{
	color: #974F1E;
	text-decoration: underlne;
}

DIV.MainFrameText TABLE.InnerTable
{
	/*border: solid 1px black;*/
	width: 470px;
	padding-top:3px;
}

/* Inner Table */
TABLE.InnerTable TH
{
	font-size: 12px;
	color: #CD8554;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

TABLE.InnerTable TD
{
	vertical-align: top;
}

TABLE.InnerTable TD.ContactSep
{
	height: 10px;
}

TABLE.InnerTable TD.ContactLine
{
	height: 1px;
	background-color: #CD8554;
}


TABLE.InnerTable TABLE.InnerTextTable
{
	width: 270px;
}

TABLE.SubMenu
{
	width: 490px;
    height: 18px;
	padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 11px;
    text-transform: capitalize;
}

TABLE.SubMenu TD.Sep
{
    border: medium none;
    padding-right: 0px;
    padding-left: 0px;
    width: 1px;
    background-color: white;
}
TABLE.SubMenu TD.MouseOver
{
    border: #DEB887 1px solid;
    cursor: hand;
    color: #CD8554;
    background-color: #CD8554;
}
TABLE.SubMenu TD.MouseOut
{
    background-color: #DEB887;
    color: white;
}
TABLE.SubMenu TD
{
    border: #CD8554 1px solid;
    background-color: #DEB887;
    color: white;
}

TABLE.SubMenu A, TABLE.SubMenu A:visited, TABLE.SubMenu A:active
{
	text-align: center;
	color: White;
	text-decoration: none;
}

TABLE.SubMenu A:hover
{
	text-align: center;
	color: white;
	text-decoration: none;
}

/* Text */
H1
{
	font-size: 13px;
	font-weight: bold;
	color: #CD8554;
	text-transform: capitalize;
}

H2
{
	font-size: 12px;
	font-weight: bold;
	color: #CD8554;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*text-transform: capitalize;*/
}

H3
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #CD8554;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*text-transform: capitalize;*/
}

UL
{
	list-style-type: disc;
	list-style-position: outside;
}

LI
{
	list-style-image: url('../../Images/Bullet.gif');

}
