body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2c0157;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 100%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #343434; }

a:hover { text-decoration: none; }


hr { display: none; }


#wrapper {
    width:100%;
    padding: 0px;
    border-collapse:collapse;
}

/* Header */
#header0 td {
    background-color: #343434;
    height: 15px;
}

#header1 {
	height: 100px;
}

#header1 td {
	background: #fff url(images/imgBgd01.jpg) repeat-x left top;
}

#header1 h1 {
	font-weight: bold;
    margin: 0px;    
}
#header1 h3 {
	font-weight: bold;
    margin:0px;
}

#header1 ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#header1 li {
	display: block;
	float: right;
	margin-right: 3px;
	padding: 10px 25px 10px 25px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

#header1 li:hover {
    text-decoration: none;
    border-bottom: 2px solid #ccc;
    cursor:pointer;
    }

#header1 li.current_page_item {
    border-bottom: 2px solid #C70012;
	color: #9D2900;
}


#header2 {
	height: 200px;
}

#header2 td {
	background: #fff url(images/imgBgd02.jpg) repeat-x left top;
    border-bottom: 20px solid #000000;
}

/* Latest News */

#Banner {
    float:left;
    padding-top:40px;
    height:150px;
    width:400px;
    font: 3em "Trebuchet MS", Arial, Sans-Serif; color: #FFF2B3;
}

#latestNews {
    float:right;
    margin-top:20px;
    height:150px;
    width:200px;
        background: #cccccc;
     border-radius: 6px;

}

#latestNews h2 {
	height: 26px;
	margin: 5px 5px 5px 5px;
	padding: 5px 0px 0px 10px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background: #343434;
	-moz-border-radius: 4px;
     border-radius: 4px;
}

#latestNews p {
	margin: 5px 5px 5px 5px;

}


/* Sidebar */

#sidebar {
	padding-left: 10px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
	background:#f1f1f1;
}

#sidebar ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 10px;
	padding: 0 10px 10px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 10px 10px 7px;
	background: url(images/img07.jpg) repeat-x left bottom;
    text-align:center;
}

#sidebar p {
	margin: 0;
	padding: 0px 10px;
}

#sidebar h2 {
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background: #343434;
	-moz-border-radius: 4px;
     border-radius: 4px;
	
}


#sidebar p {
	line-height: 150%;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #343434;
}


/* Content */
#content {
	padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#content li {
    padding-top: 10px;
    padding-bottom:10px;
}

.contentVisible {
    display:normal;
}

.contentHidden {
    display:none;
}

.contentTable1 {
    width:100%;
}

.contentTable1 tr td {
    padding:5px 5px 5px 5px;
}

#contactTable{
    font-size:14px;
}

#contactTable th, #contactTable td {
    padding: 10px;
}

/* Footer */
#footer {
	height: 50px;
	background-color: #006600;
    color:white;
    border-top:solid 2px black;
}
