/*
Stylesheet for common page elements
*/

/* ------------------- Global --------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #004A96;
}

a:hover {
	color: #0099FF;
}

.picborder {
	border: solid 1px #000;
}

.biopic {
        position: relative;
        margin-right: 10px;
        margin-bottom: 5px;
	border: solid 1px #000;
        float: left;
}

.biopic_small {
        position: relative;
        margin-bottom: 5px;
        margin-right: 10px;
	border: solid 1px #000;
        float: left;
}

.boothpic {
        position: relative;
        margin-bottom: 5px;
        margin-right: 10px;
	border: none 1px #000;
        float: left;
}

.float_sep {
        position: relative;
        clear: both;
}

/* ------------------- Banner --------------------------------- */

#banner h1 /*header    */ { 
	background-color: #004A96; 
	border: #000000 solid; 
	border-width: 1px 0px; 
}
#banner h2 /*news ticker*/ { 
	background-repeat: no-repeat; 
	font-size: 11px; 
	background-color: #333333;
	padding-right: 20px; 
	padding-top: 2px; 
	padding-bottom: 3px; 
	padding-left: 20px; 
	color: #FFFFFF; 
	border-color: black black #000000; 
	font-weight: normal; 
	text-align: left; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
}
#banner h4 /*footer    */ { 
	font-size: 10px; 
	font-style: normal ; 
	color: #FFFFFF; 
	border: #000000 solid; 
	padding-top: 2px; 
	padding-bottom: 5px; 
	padding-left: 120px; 
	border-width: 1px 0px 0px; 
	background-color: #004A96; 
	background-image: url("/C:/Documents%20and%20Settings/Jasper/My%20Documents/cutc/images/mini2005.gif"); 
	background-repeat: no-repeat; 
	clear: both; 
	font-weight: normal;
}
#banner a:link { 
	color: #FFFFFF; 
	text-decoration: underline;
}
#banner a:visited { 
	color: #CCCCCC; 
	text-decoration: underline;
}
#banner a:hover { 
	text-decoration: underline;
}
#banner a:active { 
	text-decoration: underline;
}
#banner strong {
	color: #999999;
}

/*-------------------- Menu ------------------------------------*/
#menu {
	color: #666666;
        font-size: 12px;
	background-color: #eeeeee; 
	padding-top: 10px;
	padding-right: 0px; 
	padding-bottom: 10px; 
	padding-left: 0px;
	border-color: #000000; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 0px; 
}

#menu a:link { 
	color: #08f; 
	text-decoration: none;
}
#menu a:visited { 
	color: #08f; 
	text-decoration: none;
}
#menu a:hover { 
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
#menu a:active { 
	text-decoration: none;
}

#menu .menu_root {
	background-color: #666;
        color: #fff;
        font-weight: bold;
	border-color: #000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
	margin-top: 10px; 
	margin-right: 0px; 
	margin-bottom: 5px; 
	margin-left: 0px; 
	padding-top: 1px; 
	padding-right: 0px; 
	padding-bottom: 1px; 
	padding-left: 10px;
}
#menu .menu_leaf {
	text-align: left; 
        margin-bottom: 1px;
        padding-left: 10px;
}

/* ------------------- Main Body ------------------------------- */
#mainBody { 
	background-color: #999;
}

#mainBody h1 { 
	font-size: 18px; 
	font-weight: bold; 
        position: relative;
}
#mainCell {
        float: left;
	background-color: #fff;
        border-right: solid 1px #000;
}

/*------------------- headlines section ------------------*/
#headlines {
	border: solid 1px #ccc;
	background-color: #eee;
	padding: 7px;
        margin-left: 10px;
        margin-right: 10px;
}

#headlines *{
        position: relative;
}

#headlines p {
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 5px; 
	margin-left: 0px; 
}
#headlines em {
        color: #fc0;
}

#headlines img{
        float: left;
}

#headlines h1 {
	font-size: 12px; 
	font-style: normal; 
	padding-left: 5px; 
	padding-bottom: 10px; 
	font-weight: bold; 
	text-align: right;
}
#headlines h2 {
	font-size: 18px; 
	font-weight: bold; 
	margin-top: 5px; 
	margin-bottom: 5px; 
}
#headlines a:link {
	font-weight: bold; 
	color: #0099FF; 
	text-decoration: underline;
}
#headlines a:visited { 
	font-weight: bold; 
	color: #0099FF; 
	text-decoration: underline;
}
#headlines a:hover { 
	font-weight: bold; 
        color: #fc0;
	text-decoration: underline;
}
#headlines a:active { 
	font-weight: bold; 
	text-decoration: underline;
}

/*------------------- frontpage section ----------------*/
#frontpage {
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
#frontpage img {
	border: none 0px #000;
}
#frontpage p{
        font-size: 5px;
}

/*------------------- scroller section ----------------*/
#scroller {
        position: relative;      
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        margin-bottom: 10px;
}

/*------------------- column section ------------------*/
#column_main{
        float:  left;
}

#column_left{
        background-image: url("/C:/Documents%20and%20Settings/Jasper/My%20Documents/cutc/images/drop_w.gif"); 
        background-repeat: repeat-x; 
        float:  left;
}

#column_right{
        background-image: url("/C:/Documents%20and%20Settings/Jasper/My%20Documents/cutc/images/drop_g.gif"); 
        background-repeat: repeat-x; 

	border-right: solid 1px #000;
        background-color: #eee;
        float: right;
}
#column_side{
        padding: 7px;
        float: right;
}

/*------------------- sponsors section -------------------*/
#sponsors img {
        float: right;
	margin-top: 10px;
        margin-right: 0px;
	border: none 1px #ccc;
}

.sponsor_div {
        width: 100%;
        height: 1px;
        clear: right;
}

/*------------------- sponsorbar section -------------------*/
#sponsorbar_top h1{
        background-color: #004A96;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
	border: solid 1px #000;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 10px;
}

#sponsorbar {
        background-color: #fff;
        font-size: 11px;
        color: #999;
        text-align: center;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#sponsorbar .top{
        background-color: #eee;
	border-bottom: solid 1px #ccc;
        text-transform: uppercase;
        padding: 3px;
}

#sponsorbar .mid{
        background-color: #eee;
        margin-top: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
        text-transform: uppercase;
        padding: 3px;
}

#sponsorbar .bot{
        background-color: #eee;
        margin-top: 10px;
	border-top: solid 1px #ccc;
        padding: 3px;
}

#sponsorbar img {
        margin-bottom: 5px;
	border: none 1px #ccc;
        margin: 7px;
}
/*------------------- posts header ----------------------*/
#posts_header {
        padding-top: 25px;
        padding-right: 10px;
}
#posts_header h1 {
        text-align: right;
        padding-bottom: 0px;
}

/*------------------- posts section ---------------------*/
#posts {
       padding: 10px;
}

#posts p { 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 0px; 
	padding-right: 10px; 
	padding-bottom: 5px; 
	padding-left: 0px; 
	font-size: 12px; 
	font-weight: normal;
        position: relative;
}
#posts li { 
	margin-left: 20px;
	font-size: small; 
	font-weight: normal;
}
#posts h2 {
        color: #000000;
	font-size: 14px; 
	font-weight: bold; 
	margin-top: 15px; 
	margin-right: 0px; 
	margin-bottom: 5px; 
	margin-left: 0px; 
	border-bottom: solid 1px #cccccc;
        position: relative;
}
#posts h3 {
        color: #000000;
	font-size: 14px; 
	font-weight: bold; 
        position: relative;
        margin-top: 10px;
}

#posts .pic{
	margin-right: 5px;
	margin-bottom: 5px;
	border: solid 1px #000;
}

#posts b,strong {
/*	color: #330099; */
	color: #000000;
}
#posts .sep {
        font-size: 5px;
        margin-bottom: 10px;
        border-bottom: solid 1px #ccc;
}
#posts a:link { 
	color: #0099FF; 
	text-decoration: none;
}
#posts a:visited { 
	color: #0099FF; 
	text-decoration: none;
}
#posts a:hover { 
        color: #fc0;
	text-decoration: none;
}
#posts a:active { 
	text-decoration: none;
}





