html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
	#container {
		min-height:100%;
		position:relative;
	}
	#header {
        height: 50px;
		padding:10px;
        background:url('bg-pattern-t.gif') repeat center top #F5F5F5;
	}
	#body {
		padding:10px;
		padding-bottom:30px;	/* Height of the footer */
        min-height: 200px;
	}
	#footer {
        color: #fff;
		position:absolute;
		bottom:0;
		width:100%;
		height:30px;			/* Height of the footer */
        padding-top: 10px;
		background:url('bg-pattern-t.gif') repeat center top #F5F5F5;
	}
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:10px;
	}


.maintext {
	float: left;
    text-decoration:none;
    font-family: SansationLight;
	font-size: 2.2em;
	color: #fff;
	text-align: center;
    text-decoration: bold;
	text-shadow: 1px 1px 2px #000;
    padding-left: 80px;
}

.maintext a {
    color: #fff;
    text-decoration:none;
}

#contact {
    color: #ddd;
	float: right
}

#main_menu {
    font-family: SansationLight;
}

#main_menu ul { 
    list-style-type:none;
}

#main_menu ul li {
    display: inline;
    padding: .2em 1em;
}

#main_menu ul li a{
    color: #ddd;
    text-decoration: none;
}

#main_menu ul li a:hover {
    color: #fff;
}
#photo {
    background: #000;
    height: 110px;
    margin:0 auto;
    background: url('bg5_v2.jpg') no-repeat center;
    -webkit-background-size: 100% 100%;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
    margin-bottom: 20px;
}

#intro{
    float:center;
    margin-left: 250px;
    border-bottom: 2px solid #ddd;
}

#content{
    width: 700px;
    float: left;
    #text-shadow: 2px 2px 2px #ddd;
    padding-left: 100px;
    padding-top: 50px;
}

#content2{
    margin-left: 225px;
    float: center;
    padding-top: 20px;
}

#main{
   min-height: 750px;
   padding:10px;
   padding-bottom:30px;	/* Height of the footer */
}

#cTitle{
    font-family: Helvetica, Trajan Pro, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000;
	text-align: left;
}

#navigation{
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 200px;
    float: left;
    border-right: 2px solid #ddd;
}

#navigation ul{
    color: #404040;
    list-style-type:none;
}

#navigation ul li a:hover {
    color: #aaa;
}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
}

.AccordionTitle
{
  cursor:pointer;
  font-family:Arial;
  font-size:12pt;
  font-weight:bold;
  vertical-align:middle;
  -moz-user-select:none;
}

.ui-accordion .ui-accordion-content { overflow:hidden !important; }

table, td, tr{
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width; 1000px;

}
.AccordionContent
{
  margin-left: 50px;
  height:0px;
  overflow:hidden !important;
  display:none; 
}


.text {
  position: absolute;
  left: -2px;
  top: -2px;
  color: #fff;
}

.label, .title {
	color: #000;
	font-size: 1.0em;
}


.btn {
	
	height: 10px;
	padding-left: 10px;
	font-style: oblique;
	border-radius: 10px;
	float: right;
}

.nav {
	padding: 10px;
	height: 40px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.btn td {
	background: #CCCCFF;
	border-radius:10px;
}
.btn td:hover {
	background: #ddd;
	border-radius: 10px;
}

.btn td a:hover {
	color: #000;
}
	
.auto-style1 {
	font-size: xx-small;
}
