body,td,th {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
body, html {
	background-color: #ffa200;
	background-image: url(../images/BG_Main.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
a:link 		{ color: #FFFFFF; }
a:visited 	{ color: #FFFFFF; }
a:hover 	{ color: #FFFFFF; }
a:active 	{ color: #FFFFFF; }


/*-------------------\
|  Main Content IDs  |
\-------------------*/

#Intro {
	position:absolute;
	width:430px;
	height:630px;
	z-index:1;
}

#Top_Links {
	position:relative;
	width:800px;
	z-index:2;
}

#MainTable {
width:850px;
height:100%;
border-style:none;
}
#MainCenterTable {
width:800px;
height:100%;
border-style:none;
}



#BG_Left {
background:url(../images/BG_Main_Left.jpg) repeat-y;
background-color:#FFFF01;
width:25px;
}
#BG_Right {
background:url(../images/BG_Main_Right.jpg) repeat-y;
width:25px;
}
#BG_Left_Top {
background-image:url(../images/BG_Main_Left_Top.jpg);
background-position:top;
background-repeat:no-repeat;
height:800px;
}
#BG_Right_Top {
background-image:url(../images/BG_Main_Right_Top.jpg);
background-position:top;
background-repeat:no-repeat;
height:800px;
}

#Home_BG {
	background:url(../images/BG_Main_CenterGradient.jpg) repeat-y;
	margin:0px;
}
#Home_BG_Top {
	background:url(../images/BG_Main_Center2.jpg) top no-repeat;
	margin:0;
	*padding-top:15px; /* Fix for IE7*/
	_padding-top:15px; /* Fix for IE6 and below*/
	/*padding-bottom:150px;*/
	min-height:564px;
}
#Home {
	border-style: none;
	margin:75px 110px 0 300px;
	width:390px;
	height:200px;
}
#Home th {
	font-size:30px;
	font-weight:normal;
	color:#ffff00;
	padding: 12px 0;
	*padding-bottom:25px; /* Fix for IE7*/
	_padding-bottom:25px; /* Fix for IE6 and below*/
}

#distribution {
	*padding-top:15px; /* Fix for IE7*/
	_padding-top:15px; /* Fix for IE6 and below*/
}

#Sub_BG_Top {
	background:url(../images/BG_Sub_Center.jpg) top no-repeat;
	margin:0px;
	/*padding-bottom:100px;*/
	*padding-top:15px; /* Fix for IE7*/
	_padding-top:15px; /* Fix for IE6 and below*/
	min-height:564px;
}
#Sub {
	border-style: none;
	margin:75px 0;
	width:600px;
	text-align:center;
}
#SubContent {
	border-style: none;
	width:100%;
}
#SubContent th {
	font-size:30px;
	font-weight:normal;
	color:#ffff00;
}
#SubContent a {
	color:#0029b9;
	text-decoration:underline;
}


#Border2 {
	border-style: none;
	text-align:left;
}
#Border2Content {
	border-style: none;
	width:100%;
}
#Border2Content th {
	font-size:25px;
	font-weight:bold;
	font-weight:normal;
	color:#000076;
	padding: 5px 0;
}
#Border2Content td {
	color:#000076;
}
#Border2Content a {
	color:#0029b9;
	text-decoration:underline;
}

#Footer {
	width:100%;
	border-style:none;
	text-align:center;
	margin-bottom:8px;
}

/*-------------------\
|  Main Menu Styles  |
\-------------------*/

#TopMenu {
	align:center;
	text-align:center;
	width:100%
}
#TopMenu ul {
	color:#002c75;
	text-align:center;
}
#TopMenu li {
	list-style:none; /*removes the default dot*/
	display:inline; /*places the list horizontally instead of vertically*/
	margin:0 15px; /*add some space in between each menu link. First number sets top and bottom. Second number sets left and right.*/
}
#TopMenu a {
	font-size:18px;
	color:#002c75;
	text-decoration:none;
}
#TopMenu a:hover {
	color:#1468D8;
	text-decoration:underline;
}


/*----------------------\
|  Main Content Styles  |
\----------------------*/

.SubHeader {
	color:#ffff00;
}
.Subheader2 {
	text-align:center;
	font-size:18px;
	color:#000076;
}

.Indent {
	padding-left:100px;
}

.Indent2 {
	padding-left:125px;
}

a.PageLinks {
	color:#0029b9;
	text-decoration:underline;
}

.Copyright {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.IceCold {
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	font-weight: bold;
	padding-top:15px;
	*padding-top:18px; /* Fix for IE7*/
	_padding-top:18px; /* Fix for IE6 and below*/
}
