html { overflow-y: scroll; } 

body {
	margin: 0;
	font-size: 1em;
	/*font-size: 62.5%;*/
	font-family: Tahoma;
	line-height: 1.26em;
}

#topLine {
	height: 7px;
	width: 100%;
	background: #000000;
}
#container {
	width: 100%;
	background: #FFFFFF;
	min-height: 600px;
}
#content {
	margin: 0 auto;
	width: 940px;
}
#topHeader {
	text-align: right;
	color: #99cc33;
	font-size: 13px;
	padding: 5px 0;
}
#topHeader a:link { color:#720E47; text-decoration:none; }
#topHeader a:hover { color:#99CC33; text-decoration:underline; }
#topHeader a:visited { color:#720E47; text-decoration:none; }

#logo {
	float: left;
	width: 225px;
}
#nav {
	float: right;
	text-align: right;
	padding: 30px 0;
	
	/*border: 1px dashed #123456;*/
}
#nav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: right;
}
#nav li {
	float: right;
	text-align: right;
}
#nav li a:link {
	display: block;
	/*width: 100px;*/
	padding-left: 25px;
	text-decoration: none;
	color: #720E47;
}
#nav li a:visited {
    display: block;
    /*width: 100px;*/
    padding-left: 25px;
    text-decoration: none;
    color: #720E47;
}
#nav li a:hover {
	text-decoration: underline;
	color: #99CC33;
}

#three_cols {
    font-size: 0.81em;
    padding-bottom: 10px;
    overflow-y: hidden;
}

#col1 {
	width: 283px;
	margin-right: 15px;
	padding: 10px;
	background: #C6E687;
	/*background: #FFFFFF;*/
	min-height: 250px;
	float: left;
}
#col2 {
	width: 284px;
	margin-right: 15px;
	padding: 10px;
	background: #99CC33;
	min-height: 250px;
	float: left;
	
}
#col3 {
	width: 283px;
	
	/*margin-right: 20px;*/
	padding: 10px;
	background: #C6E687;
	/*background: #000000;*/
	min-height: 250px;
	float: left;
}
#bigcol {
	/*width: 920px;*/
	margin-top: 20px;
	padding: 10px;
	background: #99cc33;
	min-height: 250px;
}
#topmaincol {
	margin-top: 10px;
	background: #720E47;
	
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	-moz-box-shadow: 4px 4px 5px #888888;
	-webkit-box-shadow: 4px 4px 5px #888888;
	box-shadow: 4px 4px 5px #888888;
}
.maincolHeader {
    color: #FFFFFF;
    padding: 7px 27px;
    font: 700 1.26em Tahoma;
}
#bottommaincol {
	background: #C6E687;
	min-height: 200px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	-moz-box-shadow: 4px 4px 5px #888888;
	-webkit-box-shadow: 4px 4px 5px #888888;
	box-shadow: 4px 4px 5px #888888;
}
.maincolContent {
    color: #FFFFFF;
    font: 500 0.96em/1.26em Tahoma;
    padding: 10px;
}
.maincolContent2 {
    color: #000000;
    background: #C6E687;
    font: 500 0.96em/1.26em Tahoma;
    padding: 20px 30px;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
	overflow-y: hidden;
}
.maincolContent2 a:link { text-decoration:none; color:#720E47; }
.maincolContent2 a:hover { text-decoration:underline; color:#000000; }
.maincolContent2 a:visited { text-decoration:none; color:#720E47; }
.maincolContent2 ul { margin: 0 0 10px 0; list-style-type: square; }

.footerContentLeft {
    font-size: 0.76em;
    padding: 10px 20px;
    color: #FFFFFF;
    float: left;
    width: 400px;
    overflow-y: hidden;
}
.footerContentRight {
    font-size: 0.76em;
    padding: 10px 20px;
    color: #FFFFFF;
    float: right;
    text-align: right;
    width: 400px;
    overflow-y: hidden;
}
#footer {
	overflow-y: hidden;
	margin-top: 15px;
	background: #720E47;
	min-height: 20px;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	-moz-box-shadow: 4px 0 5px #888888;
	-webkit-box-shadow: 4px 0 5px #888888;
	box-shadow: 4px 0 5px #888888;
}
#footer a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
.shadow {
	-moz-box-shadow: 4px 4px 5px #888888;
	-webkit-box-shadow: 4px 4px 5px #888888;
	box-shadow: 4px 4px 5px #888888;
}
.rounded {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}



.font1 {
	color: #556677;
}
.msg { font:700 0.86em Tahoma; color:#FF0000;}

/*** SLIDER ***/
#slider {
    position: relative;
    width: 940px; /* Change this to your images width */
    height: 150px; /* Change this to your images height */
    background: url(images/loading.gif) no-repeat 50% 50%;
    border: 1px solid #C6E687;
}
#slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#slider a {
    border: 0;
    display: block;
}
