body,td,th {
	font-family: Calibri;
	color: #333333
	text-align: center;
	padding-top: 10px;
}
h1,h2,h3,h4,h5,h6,h7 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	color: #15265C;
	text-align: center;
}
h2 {
	font-size: 20px;
	color: #15265C;
	text-align: left;
}


h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

h4 {
	font-size: 12px;
	color: #C8C6C1;
	text-align: center;
	font-weight: normal;
}

h5 {
	font-size: 18px;
	font-weight: normal;
	color: #EDEDED;
	text-align: center;
	font-style: italic;
	background-color: #FACC76;
}

h6 {
	font-size: 16px;
	font-weight: normal;
	color: #C8C6C1;
	text-align: center;
	font-style: normal;
}

h7 {
	font-size: 18px;
	color: #C8C6C1;
	font-weight: normal;
	text-align: center;
}


p {
	font-size: 16px;
	font-weight: normal;
	color: #C8C6C1;
	text-align: left;
	line-height: 16px;
}



ul, li, em, strong, pre, code {
padding: 0;
margin: 0;
line-height: 1em;
font-size: 100%;
font-weight: normal;
font-style: normal;
}

h1, h2, h3, h4, h5, h6, h7{
	padding: 0;
	margin: 0;
	color: #333333;
}

ul, li {
    list-style-type: none;
}


.wrapper {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 6px -1px 20px -5px #333, -6px -1px 20px -5px #333;
	background-color: #CFCFCF;
	position: relative;
	text-align: center;
	margin-top: 0px;
	padding: 10px;
}
#header {
	background-image: none;
	width: 980px;
	height: 125px;
	background-repeat: repeat-x;
}



#menu
{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #111;
	background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #FC3;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}

#menu li:hover > a
{
	color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 200px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 200px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #727D9B;
	background: -moz-linear-gradient(#727D9B,  #727D9B);	
	background: -webkit-gradient(linear, left top, left bottom, from(#727D9B), to(#727D9B));
	background: -webkit-linear-gradient(#727D9B,  #727D9B);
	background: -o-linear-gradient(#727D9B,  #727D9B);
	background: -ms-linear-gradient(#727D9B,  #727D9B);
	background: linear-gradient(#727D9B,  #727D9B);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #727D9B; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #727D9B; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
#menu_holder {
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}



.footer {
	height: 125px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	text-align: center;
	color: #F6AD21;
	font-size: medium;
}



.Main_Welcome {
	font-family: Cambria;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.Intro_Title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

.Item_Title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}


.General_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
	width: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: auto;
}


.Footnote_Or_Date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.return_to_home {
	background-image: url(../decoration/web_page_home_background.png);
	width: 900px;
	height: 45px;
	color: #FC0;
	text-align: center;
	vertical-align: baseline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.black_back_link {
	background-image: url(../decoration/web_page_link_background.png);
	width: 150px;
	height: 25px;
	color: #FC0;
	text-align: center;
	vertical-align: baseline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
	line-height: 25px;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}



.normal_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #FFF;
}
.bold_normal_text {
	font-weight: bold;
}



a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FC3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FC3;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FC3;
	text-decoration: none;
}
