/*** Global Settings ****/
body {
	font: normal 12px/ 1.6em Arial, Helvetica, sans-serif;
	color: #2a3845;
	margin: 0;
	padding: 0;
	background: #fafafa;
}

p {
	margin: 0;
	padding: 0;
}

a {
}

a:link {
	color: #a43b55;
	text-decoration: none;
	background: none;
}

a:visited {
	color: #731f34;
	text-decoration: none;
	background: none;
}

a:hover {
	color: #a43b55;
	text-decoration: underline;
	background: none;
}

h1 {
	color: #7a2e40;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	font: normal 17px Georgia, serif;
	border-bottom: 1px solid #efece7;
}

h2 {
	color: #7a2e40;
	margin: 20px 0 10px;
	padding-bottom: 10px;
	font: normal 17px Georgia, serif;
	border-bottom: 1px solid #efece7;
}

h3 {
	color: #7a2e40;
	margin: 10px 0;
	padding-bottom: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #efece7;
}

ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square url(../images/bullet.gif);
}

.box {
	background: #f7f7f7;
	border: 1px solid #f0e9eb;
	padding: 15px;
	text-align: justify;
}


#main-image {
	text-align: center;
	background: url(../images/shadow.jpg) no-repeat bottom;
	padding-bottom: 22px;
}

#main-image img {
border: 1px solid #f0e9eb;
border-bottom: 0;
}

/*** Layout ****/
#wrapper {
	margin: 0 auto;
	width: 776px;
	border-left: 1px solid #f0e9eb;
	border-right: 1px solid #f0e9eb;
	background: #ffffff;
}

#header {
	margin: 0 1px;
}

#bg {
	height: 36px;
	background: url(../images/bg.gif) repeat-x;
}

#nav {
	/*background: #7a2e40;*/
	background: #7a2e40;
	background-image: url(../images/mark.jpg);
	background-repeat:no-repeat;
	background-position: 20%;
	text-align: left;
	color: #f6dde3;
	height: 70px;
}

#nav a:visited,#nav a:link {
	text-decoration: none;
	color: #f6dde3;
}

#nav a:hover {
	text-decoration: underline;
	color: #f6dde3;
}

img.floatleft
{
	float: left;
	margin: 0px 0px 0px 0px;
	border:0;
}

#main-content {
	margin: 0 auto;
}

#logo {
	margin-bottom: 30px;
}

.logotxt1 {
	font: normal 22px Georgia, serif;
	color: #7a2e40;
	margin: 10px 0 0 15px;
}

#left-column {
	width: 500px;
	padding: 0 20px 20px;
	float: left;
}

#right-column {
	width: 230px;
	float: right;
}

#left-column-large {
	width: 560px;
	padding: 0 20px 20px;
	float: left;
}

#right-column-large {
	width: 170px;
	float: right;
}

.crd a:visited,.crd a:link,.crd a:hover {
	text-decoration: none;
	color: #2a3845;
	cursor: text;
}

#footer {
	text-align: center;
	background: #f7f7f7;
	border-top: 1px solid #f0e9eb;
	padding: 10px 15px;
	clear: both;
}

img.validationIcons {
	border:0;
    width:60px;
}

/*** SideBAR ***/
.sidebar {
	width: 208px;
	margin: 0 0;
}

.sidebar-large {
	width: 148px;
	margin: 0 0;
}
