@font-face {
 font-family: MyCustomFont;
 src: url("VINERITC.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("VINERITC.TTF") /* TTF file for CSS3 browsers */
}

body {
	min-height:1050px;
	font-family: "Trebuchet MS";
	background-color:#CCCCCC;
	margin:0;
	padding-bottom:5px;
}

.content {
	background-color:white;
	width: 1050px; 
	margin: 0 auto;
	top:0;
	border:2px;
	border-top:0px;
	border-style:solid;
	border-color:black;
}

.email {
	cursor:pointer;
}
.email:hover {
	text-decoration:underline;
}

a {
	text-decoration: none;
	color:black;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
}


a img {
	border:none;
}

img {
	float : right;
	margin : 10px;
	display : block;
}

.menu {
	padding :0;
	margin:0;
}
.menu li {
	display : block;
	float:left;
	list-style-type:'|';
	width:60px;
	text-align:right;
}

.badge img {
	display:none;
	margin:10px 1px;
	width:44px;
	height:15px;
}

.breadcrumbs {
	font-size: small;
	height:20px;
	padding-left:10px;
	padding-bottom:10px;
}

#to_login {
	float: right;
	font-size: small;
	padding-right:5px;
}

#login {
	position:relative;
	top:-5px;
	float: right;
	font-size: small;
	text-align: right;
	display:none;
	background-color:#f0f0f0;
	padding:2px;
	padding-right:5px;
}
#login form {
	float: left;
}

.inline_img {
	display:inline;
	margin : 0;
	width: 10px;
	float: none;
}

#picture {
	margin-bottom: 10px;
	margin-left: 50px;
	background-image:url(/images/homepage2.jpg);	
	background-repeat: no-repeat;
	height:300px;
	width:100%;
}

#title a{
	font-family: MyCustomFont, Verdana, Arial, sans-serif;;	
	display:block;
	text-align: center; 
	color: black; 
	padding-top: 25px; 
	background-repeat: repeat-x;
	height:60px;
	font-size:38px;
	margin-bottom:10px;
}

#title a:hover {
	text-decoration:none;
}

.section {
	width:25%;
	float:left; 
	margin: 0 auto; 
	background: url(/images/sbbody-r.gif) no-repeat bottom right;
	text-align: center;
	padding:0px;
}
.section_prog {
	float:left; 
	width:100%; 
	margin: 0 auto; 
	background: url(/images/sbbody-r.gif) no-repeat bottom right;
	text-align: center;
	padding:0px;
}
.section_header {
	margin:0;
	background: url(/images/sbhead-r.gif) no-repeat top right;
	font-family: MyCustomFont, Verdana, Arial, sans-serif;;	
	font-size: 15px;
	padding:0px;
	width: 100%; 
}

.section_header a, .section_header h2 {
	display:block;
	padding: 22px 0px 5px;
	margin:0px;
	width:100%;
	background: url(/images/sbhead-l.gif) no-repeat top left;

}

.section_body {
	background: url(/images/sbbody-l.gif) no-repeat bottom left;
	margin:0;
	padding: 5px 30px 31px;
	min-height:130px;
}



.main {
	width: 100%;
}

.main .section_body {
	min-height:430px;
}

.section p, .section h3, .section li{
	text-align:left;
	font-size: small; 
}

.main p, .main h3, .main li{
	text-align:justify;
}


.slideshow {
	margin: 20px auto;
}

#error_msg {
	color: red;
	font-size: smaller;
	text-align: center;
}

.footer {
	border-top-style:solid;
	border-top-width:5px;
	border-top-color:#CCCCCC;
	font-size: 11px; 
	text-align: center; 
	width:100%;
	background-color:white;
	clear:both;
	margin:0;
}
