/**** BASICS ****/
body {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
    color: #7E7E7E;
    margin-top: 1px;
    padding: 0px;
    width: 98%; /* to get rid of the horizontal scrollbar in IE */
}
td {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
    color: #333333;
}
a {
    color: #990000;
    text-decoration:none;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
input.submit {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    color: #333333;
    border: 1px solid #999999;
    background: transparent;
    height: 24px;
    width: 144px;
    margin-left: 2px;
}
input {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    color: #333333;
    border-width: 1px;
    border-style: none;
    background: transparent;
    width: 100%;
}
textarea {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    color: #333333;
    border-width: 1px;
    border-style: none;
    height: 150px;
    width: 350px;
}




/*** PAGE LAYOUT ***/
#container {
    text-align: left;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#header {
    height: 19px;
    background: url("") no-repeat top left;
	background-color: #333333;
    margin-bottom: 1px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:3px;
}
#page_image {
    height: 210px;
    background: url("../image/sog-default.png") no-repeat top left;
    margin-bottom: 1px;
}
#left {
    float: left;
    width: 160px;


}

#mainmenu {
    margin-left: 160px;
}
#content {
    margin-left: 160px;
    min-height: 340px;
	width:430px;
    border-left: 1px solid #E4E4E4;
	padding: 30px 5px 5px 20px;
}
#news {
    position: absolute;
	border-left: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	display:inline;
    top: 280px;
    margin-left: 640px;
    width: 160px;
    min-height: 300px;
	z-index:30;
}


/* IE * html hack, see http://css-discuss.incutio.com/?page=StarHtmlHack */
* html #news {
    margin-left: 635px;
    top: 280px;
	height: 300px;

}
* html #content {
    margin-left: 160px;

    /*border-right: 1px dotted #999999;*/
}


#footer {
    margin-left: 160px;
	width:440px;
    text-align: right;
    height: 25px;
    border-top: 1px solid #E4E4E4;

}





/**** MENU ****/
.menu {
    display:block;
    border: 0px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #999999;
    background-color: #eeeeee;
    width: 95px;
    height: 18px;
    color: #333399;
    font-size: 11px;
	font-weight:500;
	padding-top:2px;
    padding-left: 10px;
    letter-spacing: 0.1em;
}
.menu_active {
    display:block;
    border: 0px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #FFFFFF;
    background-color: #999999;
	color:#FFFFFF;
    width: 95px;
    height: 18px;
    font-size: 11px;
	font-weight:500;
    padding-left: 10px;
	padding-top:2px;
    letter-spacing: 0.1em;
    cursor: pointer;
}
.submenu {
    display:block;
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
    letter-spacing: 0.1em;
    height: 20px;
    border: none;
    color: #666666;
}

.submenu a:hover {
    text-decoration: underline;
}





/**** NEWS ****/
span.news_date {
    display: block;
    font-family: "Lucida Sans Unicode";
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    color: #333333;
	background-color:#F5F5F5;

}
span.news_headline {

    display: block;
    margin-left: 10px;
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    font-weight: normal;
}





/**** CELLS ****/
span.cellheader {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color:#333333;
    height: 20px;
    color: #ffffff;
    padding-left: 3px;
}

span.celltracker {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color: green;
    height: 20px;
    color: #ffffff;
    padding-left: 3px;
}

span.cellcontent {
    display:block;
    height: 100px;
    padding: 10px 0px 0px 5px;
}





/**** CONTENT ****/
h1 {
    font-family: "Lucida Sans Unicode";
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000000;
    font-weight: normal;
}
h2 {
    font-family: "Lucida Sans Unicode";
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 5px 0;
}
div.content_element {
    margin-bottom: 20px;

}
div.content_element table td {
    height: 20px;
	border: 1px solid #cccccc;
	padding: 1px 3px 1px 3px;
}
div.image_css2 {
    /* small left */
    margin-bottom: 20px;
}
div.image_css3 {
    /* small right */
    margin-bottom: 20px;
    text-align: right;
}
div.image_css0, div.image_css1 {
    /* large center, small center */
    margin-bottom: 20px;
    text-align: center;
}

div.image_css4 {
    /* small left text */
    float: left;
    margin: 0px 10px 10px 0px;
}
div.image_css5 {
    /* small right text */
    float: right;
    margin: 0px 0px 10px 10px;
}    
.questionform table td{
    vertical-align:top;
    border:0px !important;
}

.questionform input{
    width:120px;
    border:1px solid #333333 !important;
}
.questionform textarea{
    width:120px;
    height:20px;
    border:1px solid #333333 !important;
}
.questionform input.checkbox{
    width:14px;
    border:0px !important;
}
.questionform input.radio{
    width:14px;
    border:0px !important;
}

.questionform span.submit {
    cursor:pointer;
}