/*--------------------
html tags
--------------------*/

body{
background-color:#fff;
background-image: url(images/bg_image_maincolor.gif);
background-position:top center;
background-repeat:repeat-x repeat-y;
margin:0px;
padding:0px;
font-family: arial;
font-size:14px;
color: #000000;
line-height: 1.4;
}

img{
border:0px;
}


a {text-decoration: underline; color: #ff9933;}
a:hover {text-decoration: underline; color: #ffff00;}
a:visited {text-decoration: underline; color: #ff9933;}
a:visited:hover {text-decoration: underline; color: #ffff00;}

/*
---------------
nav c type link
-------------
*/


.c:link {text-decoration: none; color: #000;}
.c:hover {text-decoration: none; color: #ffff00;}
.c:visited {text-decoration: none; color: #000;}
.c:visited:hover {text-decoration: none; color: #ffff00;}



/*
---------------
Text Styles
-------------
*/


#title {
font-weight: bold;
font-size: 120%;
color: #000000;
}

h1 {
color: #000000;
font-weight: bold;
font-size: 140%;
}

h2 {
font-size: 120%;
font-style: bold;
margin:0px;
color:#333333;
}

h4 {
font-style:italic;
color : #6c9e2d;
font-size : 14px;
font-weight : normal;
font-family : Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
text-align : left;
display:inline;
}


/*
---------------
containers

border-style: solid;
border-width: 1px;
border-color: #ffffff;

-------------
*/



#container {
margin-left: auto;
margin-right: auto;
width:792px;
margin-top:10px;
}

#logo {
z-index:5;
float:right;
margin-right:5px;
margin-top:10px;
}


#header {
width:792px;
background-image: url(images/bg_header.gif);
height:90px;
border-top:10px #fff solid;
border-left:10px #fff solid;
border-right:10px #fff solid;}

#nav {
border-left:10px #fff solid;
border-right:10px #fff solid;
width:787px;
height:25px;
background-image: url(images/bg_main_gray.gif);
border-top:10px #fff solid;
text-align:center;
padding-right:5px;
line-height:1.6;
font-weight:bold;
}

#nav img {
vertical-align:middle;
margin-top:-2px;
}

#perf_img {
font-style:italics;
float:left;
width:250px;
margin-left:6px;
}

#image_container {
height:450px;
}

#perf_img img {
border: solid #666 5px;

}


#content {
width:772px;
padding-left:10px;
padding-right:10px;
padding-top: 10px;
padding-bottom:10px;
background-image: url(images/bg_main_gray.gif);
border:10px #fff solid;
}

#flash {
height:500px;
width:772px;
}

#content_img {
float:right;
border: solid #666 5px;
margin:10px;
}

#border_img {
border: solid #666 5px;
width:325px;
height:244px;
}

#footer {
background-image: url(images/bg_footer.gif);
background-position: bottom right;
background-repeat: no-repeat;
height:34px;
width: 785px;
padding-top:38px;
padding-right:7px;
text-align:right;
margin-bottom:10px;
clear:both;
color:#fff;
border-bottom:10px #fff solid;
border-left:10px #fff solid;
border-right:10px #fff solid;
font-size:12px;
}
