body {
	margin: 0px;
	background-color: #CCCCCC;
	
    font-family: Verdana, Arial;
    font-size: 13px;
    color: #000000;
    text-align: justify;
    font-weight: normal;
	min-width: 980px;
}

form {
    margin:0;
    padding:0;

}

.default {
    font-family: Verdana, Arial;
    font-size: 13px;
    color: #000000;
    text-align: justify;
    font-weight: normal;
}

h1.default {
	display: inline;
}

h2.default {
	display: inline;
}

a {
	color: #006600;
}

a:hover {
	color: #003300;
}

a.blueLink {
	color: #0000CC;
	text-decoration: none;
}

a.blueLink:hover {
	color: #800000;
}

.page {
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.rightPanel {
	float: left;
	width: 300px;
	padding-top: 10px;
	margin-left: -310px;
}

.leftPanel {
	float: left;
	width: 100%;
}

.leftPanelContent {
	margin-left: 18px;
	margin-right: 320px;
	
    font-family: Verdana, Arial;
    font-size: 13px;
    color: #000000;
    text-align: justify;
    font-weight: normal;
	
	background-color: #FFFFFF; 
	border: solid 1px #669999; 
	border-top: none;
}

.content {
	margin-top: -25px;
	padding: 0px 10px 10px 10px;
}

.footer {
	padding-top: 20px; 
	padding-right: 300px;
	padding-bottom: 5px; 
	text-align: center;
	clear: left;
}

.footer a img {
	border-style: none;
}


.content ol
{
    color: #0000CC;
    font-weight: bold;
}

.content ul
{
	color: #000000;
    list-style-type: disc;
    font-weight: normal;
}

.top {
	background-image:url(../images/top.jpg);
	background-color: #CC9900;
	background-repeat: repeat-x;
	width: 100%;
}

.logotop {
	background-image:url(../images/logotop.jpg); 
	background-repeat:no-repeat; 
	width: 100%;
	height: 57px;
}

.logomid {
	background-image: url(../images/logomid.gif);
	background-repeat: repeat; 
	
	width: 170px; 
	height: 40px; 
	
	display: block;
	float: left;
}

.logobot {
	background-image: url(../images/logo_bottom.gif); 
	background-repeat: no-repeat;
	height: 40px;
	width: 100px;
	/*margin-top: -10px;*/
	margin-left: 51px;  /* default is 70px*/
}

.toolbar {
	background-image:url(../images/mid.gif);
	background-color: #336699;
	background-repeat: repeat-x;
	
	/* Same as menu. REFACTOR*/
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
}

.toolbar ul {
	margin: 0px;
	padding: 0px;
}

.toolbar li {
	margin: 0px;
	padding: 0px;
	display: inline;
}


.slogan {
	background-image:url(../images/slogan.gif); 
	background-repeat:no-repeat; 
	/*width: 347px;
	height: 55px;*/
	width: 375px;
	height: 57px;
	float: right;
}

.spacer {
	width: 1024px;
	height: 1px;
}

.menu {
	display: block;
	text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

.menu a {
	text-decoration: none;
	margin-right: 2em;
	color: #FFFFFF;
}

.menu a:hover {
	text-decoration: underline;
	margin-right: 2em;
	color: #FFFFFF;
}

.lang {
	margin-top: 3px;
	margin-left: 5px
}

.lang img {
	border: 0px;
}

.lang a {
	border: 0px;
}

.content .title {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	
	position:relative;
	background: transparent url(../images/titlebg.gif) no-repeat scroll 0 0;
	
	font-family: Tahoma, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size: 1.7em;
	
	color: #5B053F;
	
	margin:0.8em 0 0;
	padding:32px 4px 16px 24px;
	left:-24px;
}

.news {
	border-bottom: 1px solid #C0C0C0;
 	margin-left: 5px;
 	margin-right: 5px;
 	padding-bottom: 5px;
 	text-align: right;
}

.newsContent {
	text-align: left;
}

.newFeature {
	color:#FF0000;
	font-weight:bold;
}

.fbLikePoruct {
	text-align: center;
	height: 21px;
	padding-bottom: 1em;
}
