body {
	font-family: Times,Garamond,serif;
	background-color: #C1A690;
	background-image: url('../assets/images/background_2500x1.jpg');
	}
	
html,body {
	height:100%;
	margin:0;
	padding:0;
	}

#mainTable {
	background-image: url('../assets/images/background_800x1000.jpg');
	background-repeat: no-repeat;
	background-color: #4E0808;
	width: 800px;
	height: 100%;
	}

#LeftSideBar {
	width: 217px;
	padding-top: 300px;
	}

#copyMain {
	width: 500px;
	padding-top: 150px;
	padding-left: 0px;
	padding-right: 40px;
	}

.copyLeftSideBar {
	font-family: arial;
	font-size: 11px;
	color: #D5BBA5;
	}

.copyLeftSideBarHeader {
	font-family: arial;
	font-size: 13px;
	color: #D5BBA5;
	}
	
.copyNorm {
	font-family: Times,Garamond,serif;
	font-size: 14px;
	color: #D5BBA5;
	}

.copyHeader17 {
	font-family: Times,Garamond,serif;
	font-size: 17px;
	font-weight: bold;
	color: #D5C6BF;
	}
	
.copyHeader {
	font-family: Times,Garamond,serif;
	font-size: 20px;
	font-weight: bold;
	color: #D5C6BF;
	}

.copyLinkHighlight {
	font-weight: bold;
	color: #D5C6BF;
	}
	
.copyChoice {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #A9A8A8;
	}

A.LinkMain:link		{ cursor:pointer; color: #D5C6BF; font-weight: bold; text-decoration: underline; }
A.LinkMain:visited	{ cursor:pointer; color: #D5C6BF; font-weight: bold; text-decoration: underline; }
A.LinkMain:hover	{ cursor:pointer; color: #D5C6BF; font-weight: bold; text-decoration: underline; }
A.LinkMain:active	{ cursor:pointer; background-color: RGB(255,255,255); text-decoration: none; }

A.EmailMission:link		{ cursor:pointer; color: #D5C6BF; font-weight: bold; text-decoration: underline; }
A.EmailMission:visited	{ cursor:pointer; color: #D5C6BF; font-weight: bold; text-decoration: underline; }
A.EmailMission:hover	{ cursor:pointer; color: #D5C6BF; font-weight: bold; text-decoration: underline; }
A.EmailMission:active	{ cursor:pointer; background-color: RGB(255,255,255); text-decoration: none; }

A:link      { cursor:pointer; color: #FFFFFF; font-weight: normal; text-decoration: none; }
A:visited   { cursor:pointer; color: #FFFFFF; font-weight: normal; text-decoration: none; }
A:hover     { cursor:pointer; color: #FFFFFF; text-decoration: none; }
A:active 	{ cursor:pointer; background-color: RGB(255,255,255); text-decoration: none; } 