* {
	font-family		:	Arial;
}

body {
	margin			:	0px;
	background		:	#FFF;
	background-image        :       url(../watermark.jpg);
}

td {
	font-size		:	12px;
	background		:	#FFF;
}

#main_table {
	border			:	1px solid #000;
}

#left {
        vertical-align          :       top;
        padding-top             :       10px;
        padding-left            :       0px;
        width                   :       200px;
}

#left ul {
        list-style-type         :       none;
        padding                 :       0px;
        padding-right           :       0px;
        margin-top              :       30px;
        margin-left             :       23px;
        margin-right            :       27px;
        width                   :       150px;
}

#left ul li {
        line-height             :       23px;
        border-top              :       1px solid #FFF;
}

#left ul li a {
        padding-left            :       5px;
        color                   :       #fff;
        text-decoration         :       none;
        display                 :       block;
        background-color        :       #4478C5;
}

#left ul li a:hover {
        background-color        :       #3160A4;
        text-decoration         :       none;
}

#left ul li ul {
        padding                 :       0px;
	margin			:	0px;
}

#left ul li ul li {
        padding                 :       0px;
        margin                  :       0px;
        border-bottom           :       1px solid #5389DA;
	border-top		:	none;
}

#left ul li ul li a {
        color                   :       #F3F6Fb;
        background-color        :       #6693D5;
        text-decoration         :       none;
        padding-left            :       15px;
}

#left ul li ul li a:hover {
        background-color        :       #9ABCED;
        color                   :       #F3F6FB;
        text-decoration         :       none;
}

#content{
        vertical-align          :       top;
        width                   :       770px;
}

#footer {
        text-align              :       right;
        font-size               :       10px;
}

#clock_table{
	height			:	auto;
	width			:	100%;
}

.clock_label {
	font-weight		:	bold;
}

.blog{
	width			:	100%;
}

table.contentpaneopen {
	width			:	100%;
}

td.contentheading{
        font-size               :       20px;
        color                   :       #1E279E;
}




