body { 
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  text-align: center;
  background:url(../img/background.jpg) top repeat-x #317fbb;
}

td {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}

input {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#333333;
}

textarea {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#333333;
}

h2.title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size:18px;
  font-weight:bold;
  color: #186bbe;
}

h3.content{
	font-size:16px;
	color:#333333;
	margin-left:40px;
}

.red {
  font-size: 10px;
  color: red;
}

.small {
  font-size: 10px;
}

a {
  color: #186bbe;
}

a:visited {
  color: #186bbe;
}

a:hover {
  color: #308ae4;
}

.page {
  width: 924px;
  margin-left:auto;
  margin-right:auto;
  background: url(../img/mainbackground.png) repeat-y;
  text-align: justify;
  min-height:470px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.footer {
  background: url(../img/footer.jpg) bottom center no-repeat;
  width: 924px;
  height: 127px;
  font-size: 9px;
 
}

.content {
  margin-left:10px;
  margin-right:10px;
}

.feature {
  float: left;
  margin-left: 15px;
  width: 80px;
  height: 30px;
}

.welcome_text {
  margin-left: 15px;
  background-color: #e8ffe8;
  border: 1px solid #dddddd;
  text-align: justify;
  width: 480px;
}

.templates {
	margin:10px;
	text-align:center;
	vertical-align: middle;
	text-decoration: none;
}

.templates a.black {
	border: 2px solid #ffffff;
	padding:2px;
	display: inline-block;
	text-decoration: none;
	color: black;
}

.templates a.black:hover {
	border: 2px dashed navy;	
}

.selectedd {
	border: 2px dashed navy !important;
}

.center {
	text-align: center;
}

.site_link {
	text-decoration: none;
}

th {
	font-size: 14px;
	text-align: left;
	border-bottom:1px solid #ccc;
}

#ajaxNotifier{
	display:none;
	border:6px solid red;
}
