html {
margin:0;
padding:0;
}

body {
background-color:#000;
/*background-color:#ccc;*/
color:#333;
font:11px Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

/* MAIN STRUCTURE start */
#container {
width:760px;
margin:0 auto;
}

#container2 {
float:left;
width:758px;
border-left:1px solid #000;
border-right:1px solid #000;
background-color:#fff;
}

#innercontainer {
float:left;
background:url('../images/lines.gif') repeat-y;
border-top:1px solid #000;
}

#header {
height:180px;
margin:0 0 5px;
background-color:#fff;
}

#content {
float:left;
width:458px;
background:url('../images/top-line.gif') no-repeat top left;
padding:20px;
}

#right {
float:right;
width:260px;
}

#footer{
clear:both;
height:23px;
color:#fff;
background:#e00 url('../images/footer_back.jpg') no-repeat top;
padding:13px 0 0 20px;
margin:0;
}
/* MAIN STRUCTURE end */

/* MAIN ELEMENTS start */
#content p {
margin:10px 0;
}

#content img {
clear:right;
float:right;
border:1px solid #bbb;
margin:0 0 10px 20px;
}

#content img.photo {
width:180px;
}

#content img.thumb {
width:145px;
}

#content a {
color:#000;
text-decoration:underline;
}

#content a:hover {
color:#b7080e;
}

hr {
height:1px;
border:none;
border-bottom:1px solid #bbb;
margin:20px 0;
}

/* MAIN ELEMENTS end */

/* FORM ELEMENTS start */
#right .search {
padding:20px 0 20px 20px;
}

#content label{
float:left;
display:block;
width:100px;
margin:0;
padding:0;
font-weight:bold;
}

#content input {
display:inline;
margin:0;
padding:0;
}

.w400 {
width:400px;
}

.w300 {
width:300px;
}

.w200 {
width:200px;
}

.w100 {
width:100px;
}

.w30 {
width:30px;
}

/* FORM ELEMENTS end */

/* HEADINGS start*/
h1, h2, h3, h4, h5, h6 {
font-family:Arial, Helvetica, sans-serif;
color:#000;
margin:0;
}

h1 {
font-size:16px;
color:#b7080e;
margin-bottom:15px;
}

h2 {
font-size:14px;
margin-bottom:15px;
}

h3 {
font-size:11px;
}

h4 {
font-size:11px;
font-weight:normal;
color:#333;
}

h5 {
font-size:10px;
}

h6 {
font-size:10px;
font-weight:normal;
color:#333;
}
/* HEADINGS STYLES end */

/* HEADER ELEMENTS and MAIN NAVIGATION MENU start */
#extratop {
height:148px;
background:#e00 url('../images/header_back.gif') repeat-x top;
}

#header img#logo {
float:left;
margin:30px 0 0 15px;
border:none;
}

#header img#subtitle {
float:right;
}

ul#navmenu {
display:block;
width:758px;
height:21px;
background:#bbb url('../images/nav_back.gif') repeat-x;
list-style-type:none;
margin:5px 0 0;
padding:7px 0 0;
overflow:hidden;
}

ul#navmenu li {
display:inline;
border-right:1px solid #000;
margin:0;
padding:0 18px;
}

ul#navmenu li.first {
padding-left:20px;
}

ul#navmenu li.last {
padding-right:0;
border-right:none;
}

ul#navmenu li a {
font-size:13px;
color:#000;
text-decoration:none;
margin:0;
padding:0;
}

ul#navmenu li a:hover {
color:#fff;
}

ul#navmenu li a#home:hover {
color:#b7070e;
}
/* HEADER ELEMENTS and MAIN NAVIGATION MENU end */

/* SIDE NAVIGATION MENU start * /
ul#sidenav {
list-style-type:none;
margin:0;
padding:0;
}

ul#sidenav li {
margin:0;
padding:0 0 10px 0;
}

#sidenav ul li a {
font:14px Times, Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
color:#c8a5b5;
text-decoration:none;
}

#sidenav ul li a:hover {
color:#fff;
}
/* SIDE NAVIGATION MENU end */

/* FOOTER ELEMENTS start */
#footer a {
color:#fff;
font-size:11px;
text-decoration:none;
margin-left:30px;
}

#footer a:hover {
text-decoration:underline;
}

#footer span {
float:right;
margin-right:15px;
}
/* FOOTER ELEMENTS end */

/* for the HOMEPAGE only start* /
#contenthomecontainer {
float:left;
width:308px;
}

#contenthome {
margin:auto;
padding:0 15px;
background-color:blue;
}

#contenthome p{
margin:0;
}
/* for the HOMEPAGE only end*/

/* OTHER ELEMENTS start */
.hidden {
display:none;
}

#right img {
border:none;
margin:0 0 5px;
}

.black {
color:#000;
}

a.more, #content a.more, a.more:visited, #content a.more:visited {
font-weight:bold;
text-decoration:none;
}

a.pdf {
background:url('../images/pdf.gif') no-repeat top left;
padding:0.6em 0 0.4em 24px;
}

.note {
color:#b7080e;
}

.note2 {
color:#ccc;
}

#content a.sublinks, #content a.sublinks:visited {
color:#000;
text-decoration:none;
margin-right:20px;
font-weight:bold;
}

#content a.sublinks:hover, #content a.sublinks:active {
color:#b7080e;
text-decoration:underline;
}

#flashcontainer {
border-bottom:1px solid #000;
margin-bottom:5px;
}
/* OTHER ELEMENTS end */
