﻿body
{
    background-color: #ffffff;
    margin: 0px;
}

#page_container
{
    margin: 0px auto 0px auto;
    background-color: #990000;
    width: 1000px;    
}
.page_container_inside
{
    width: 980px;
    margin: 10 auto;
}

.header
{
    width: 100%;
    margin-left:10px;
    margin-top:10px;    
    height: 104px;    
}

/* Css HeaderMenu */
.CssHeaderMenu
{ 
	width: 698px;
	height: 35px;
	background: #ffff99 url(../../Images/Design/Bar/FrontPageMenuBackground.gif) repeat-x left bottom;	
	margin-left: 10px;
	margin-top:5px;
	margin-bottom:5px;	
}

/* End Css HeaderMenu */


/* Css HeaderMenuList */
.CssTopMenuList
{
    width: 100%;
    height: 25px;
    margin-top:5px;
    clear: both;
    float: left;    
}
.CssTopMenuList ul
{
    height: 25px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.CssTopMenuList ul li
{
    float: left;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
}
.CssTopMenuList ul li a
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	width: 116px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	display: block;
	color: #ffff99;
	text-align: center;
	text-decoration: none;
	background-image: url(../../Images/Design/Bar/MenuTabCenterInactive.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.CssTopMenuList ul li a:hover
{
    color: #990000;
    background-image: url(../../Images/Design/Bar/MenuTabCenter.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.menuHeaderSpacer
{
	width: 3px;
	height: 25px;
	background-color: #ffff99;
	float: left;
}
.menuBorderLeft
{
	width: 10px;
	height: 25px;
	background: url(../../Images/Design/Bar/ManuTabLeftInactive.gif) no-repeat left top;
	float: left;
}
.menuBorderRight
{
	width: 10px;
	height: 25px;
	background: url(../../Images/Design/Bar/MenuTabRightInactive.gif) no-repeat right top;
	float: left;
}
/* End Css HeaderMenuList */

.left_column
{
    width: 170px;
    float: left;
    padding-left: 10px;    
}

/*------------------ Left MenuList -------------------*/
.CssNormalList
{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.CssNormalList td
{
    border: 0px;
    padding: 0px;
}

.CssNormalList a
{
    padding-left: 18px;
    margin-right: 10px;
    width: 130px;
    height: 100%;
    line-height: 25px;
    vertical-align: middle;
    display: block;
    color: #ffff99;
    text-decoration: none;
    font-size: 10pt;
    border-bottom: solid 1px #ffff99;  
    background-image: url(../../Images/Design/Bullet/CategoryBullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;  
}

.CssNormalList a:hover
{
    color: #990000;
    background: url(../../Images/Design/Background/NormalListHoverBg.gif) repeat-x left bottom;
}

/*------------------ End Left MenuList -------------------*/


.center_column
{
    width: 770px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;  
    padding: 10px;
    border: solid 1px #ffff99; 
}

.footer
{
    border-top-style: dotted;
    border-width: thin;
    border-color: #ffff99;
    width: 100%;
    text-align: right;
    clear: both;
    height: 20px;
    font-family: Arial;
    font-size: 10px;
    color: #ffff99;
}

.title
{
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #ffff99;
    text-decoration: underline;
}

.titleCenter
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 26pt;
	font-weight: lighter;
	color: #ffff99;
}
.contentTxt
{
	padding-top: 10px;
	text-align: justify;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #ffff99;
}
.centerTxt
{
    padding-top: 10px;
    text-align:center; 
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    color: #ffff99;
}
.highlight
{
    font-weight: bold;    
}

.BlockCenter
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.Clear
{
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}
.CssTextBox
{
    border: solid 1px #c1c1c1;
    font-size: 11px;
}
.ContactUsTable
{
    padding: 10px;
    font-family: Arial;
    font-size: 10pt;
    color: #ffff99;   
}
.galery
{
    text-align: center;    
    color: #ffff99; 
    background-color: #990000; 
}