* {
        font-family             :       "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

body {
	margin			:	0px;
	background		:	#79C043;
}

body,
td {
	font-size		:	14px;
}

h6 {
        margin-bottom   :       0px;
        font-size       :       16px;
        color           :       #8020D5;
        font-weight     :       normal;
}

h5 {
        margin-bottom   	: 0px;
	color			: #800080;
	font-size		: 16px;
}

a {
	color			:	#1E1E1E;
	font-size		:	14px;
}

a:hover {
	color			:	#3399CC;
	font-size		:	14px;
	font-style		:	italic;
}

#top_cell{
        background              :       url(../images/top_background.gif);
	border-top		:       1px solid #000;
	border-bottom		:       1px solid #000;

}

#main {
        font-size               :       10px;
        background              :       url(../images/bg.jpg);
	width			:	960px;
}

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

#right {
        width                   :       80px;
}

#footer {
        text-align              :       center;
        font-size               :       10px;
        background              :       url(../images/foot.jpg);
	height			:	100px;
	background-repeat	:	no-repeat;
}

#footer a {
        font-size               :       10px;
}

#content{
        vertical-align          :       top;
        padding                 :       15px;
        padding-right           :       25px;
	width			:	700px;
}

#search {
        vertical-align          :       top;
        padding                 :       5px;
        width                   :       100px;
}

td.contentheading{
	color			:	#7AC043;
	font-size		:	18px;
}

