* {
	font-family		:	Arial;
}

body {
	margin			:	0px;
}

body,
td {

}

#main {
        width                   :       970px;
        margin                  :       10px auto;
        font-family             :       Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        background              :       url(../images/bg.jpg);
        font-size               :       14px;
}

#top{
	font-weight		:	bold;
	font-size		:	10px
}

#left {
        vertical-align          :       top;
        text-align          	:       left;
        padding-top           	:       5px;
        width                   :       300px;
}

#left ul {
        list-style-type         :       none;
        padding                 :       0px;
        margin-top              :       20px;
        margin-left             :       50px;
        width                   :       200px;
        border-bottom	        :       1px solid #000;
}

#left ul li {
        line-height             :       25px;
        border-left	        :       1px solid #000;
        border-right  	        :       1px solid #000;
        border-top  	        :       1px solid #000;
}

#left ul li a {
        padding-left            :       10px;
        color                   :       #494949;
        text-decoration         :       none;
        display                 :       block;
        background-color        :       #FFF;
	font-size		:	15px;
}

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

#left ul li ul{
        width                   :       198px;
        list-style-type         :       none;
        padding                 :       0px;
        margin                  :       0px;
        border		        :       0px;
}

#left ul li ul li {
        padding                 :       0px;
        margin                  :       0px;
        border		        :       0px;
        border-top  	        :       1px solid #000;
}

#left ul li ul li a {
        color                   :       #494949;
        background-color        :       #FFF;
        text-decoration         :       none;
        padding-left            :       25px;
        background-image        :       none;
}

#left ul li ul li a:hover {
        color                   :       #494949;
        text-decoration         :       none;
        background-color        :       #F3A436;
        border		        :       0px;
}

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

#content{
        vertical-align          :       top;
        padding		       	:       25px;
        width                   :       630px;
}

td.contentheading{
        font-size               :       18px;
        color                   :       #333BA7;
}

div.module h3 {
        font-size               :       10px;
	margin-left		:	50px;
}

div.search {
	margin-left		:	50px;
} 

div.module img {
	margin-left		:	50px;
	
}

div.module a {
	text-decoration		:	none;
	color			:	#000;
}

.tablebodyblack{
color:black;
font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size:12px;
list-style-image:url(ticktable.gif);
list-style-type:disc;
}

