
/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

#main_body 
{
    text-align: center;
    width:1240px;
}
#backdrop
{
    text-align: center;
    height:800px;
    width:1240px;
}
#page_title
{
	padding: 3px 0px 0px 0px;
	top:3px;
}

#newsflash
{
	padding: 5px 0px 10px 0px;
}

#container {
    position: relative;
    padding: 125px 0px 0px 0px;
    top: 125px;
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}

#header {
    position: relative;
    padding: 0;
    margin: 15px 120px 0px 0px;
    width:700px;
    height:150px;
    float:right;
    z-index:10;
}

#layout_table {
    border-collapse: collapse;
    width: 1000px;
}

#left_nav_column_absolute 
{
    position: absolute;
    top:220px;
    left:130px;
    right:0px;
    bottom:0px;
    width: 300px;
    z-index:200;
}

#left_nav_column 
{
    vertical-align: top;
    width: 300px;
}

#right_nav_column {
    vertical-align: top;
    width: 50px;
}

#content_column {
    vertical-align: top;
}

#right_column_container {
    margin: 0;
    padding: 0;
}

#content_container {
    overflow: hidden;
    margin: 0px 15px 0px 0px;
    padding: 23px 0px 0px 0px;
    top: 23px;
    width: 98%;
    height: 100%;
}

#logo
{
	position: absolute; 
	top:600px; 
	left:70px;
	border-collapse:collapse;
	border-width: 0px;
}


#main_nav_list 
{
	text-align:left;
    list-style-type:square;
    width: 250px;
    height: 375px;
}

#main_nav_list li {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
    height:40px;
    margin: 0px 15px 0px 0px;
    padding: 0px 15px 0px 0px;
    width:225px;
}

#footer {
    margin: 0;
    padding: 0;
    height: 60px;
    bottom: 0px;
    width:1240px;
}

.bordered_table
{
    border: solid 1px #333333;
}

.bordered_table td
{
    border-top: solid 1px #333333;
    border-left: solid 1px #333333;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
}
/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 10px 10px 0;
    padding: 0;
    line-height: 1.3;
}

.content table {
    margin: 0px 0px 15px 1px;
    border-style: none;
    border-width: 0px;
    border-spacing: 0;
    border-left: 0px none;
    border-top: 0px none;
    border-collapse: collapse;
}

.content select {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

/*--- links ----------------------------------------------------------------*/

.content a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

/*--- tables ---------------------------------------------------------------*/

.content th {
    border-right: 0px none;
    border-bottom: 0px none;
    padding: 3px 5px 3px 5px;
}

.content td {
    border-right: 0px none;
    border-bottom: 0px none;
    padding: 3px 5px 3px 5px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}
