﻿@import url(https://fonts.googleapis.com/css?family=Kreon);

html {overflow-y: scroll;}
img {border:0}


#body {
	margin-left: auto;
	margin-right:auto;
	width:1200px;
	background-color:white;
	color:#3E4797;
	margin-top: 25px;
	min-height: 100%;

	
}

#wrapper {

  border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  	background-color:white;
  	width:100%;
	font-family: Kreon;
	 min-height: 100%;
	

}


#topbar {
	
}

#logo {
	text-align:left;
	border-radius:10px 10px 10px 10px;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   background-color:#7ECBB7;
   height:230px;
   

}

#logo a {
	color:white
}

#logo a:visited {
	color:white;
}

#nav {
	padding: 20px 0 20px 0;
	text-align:center;
}

#pageimg {
	
}

#pageheader {
	width:1200px;
	height:400px;
	background-color:#662e91;
	color:white;
	font-size:1.5em;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-family: Kreon;

}

#ph_left {
	width:550px;float:left;
	padding:30px;
	font-size:1.5em;
}

#ph_right {
	text-align:center;
	width:550px;
	margin-left:600px;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:20px;
}

#pagecontent {
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-top:30px;
	padding:20px;
	border: medium #7ecbb7 solid;
	color:#3e4797;
	font-size:1.5em;
	font-family: Kreon;
}


#pagecontent a {
	color:#6d6d6d;
}


#aboutus_col {
	
}

#aboutus-left-col {
	float:left;
	width:500px;
	padding:10px;
	text-align:center;
}

#aboutus-right-col {
	margin-left:500px;
}


#push {
	height: 100px;
}


#footer {
	color:#3e4797;
	clear:both;
	height: 100px;
	font-family: Kreon;
	text-align:center;
	margin-top:20px;	
}


.HeaderImgDiv {
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:white;
	padding:10px;


}



.AspTextBox 
{
    font-family: Kreon;
    font-size:.9em;
    height:40px;
    
}
    

.ContactTableLeftTD
{
    height: 60px;
    text-align:right;
}

.ContactTableRightTD
{
    height: 60px;
    width:700px;
    text-align:left;
    padding-left:10px;
}


.sbtsinfo {
		padding:20px 10px 20px 10px;
		float:left;
		width:500px;
		font-size:1.3em;

}