@charset "utf-8";
/* CSS Document */



a {
	color:#2E3192;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#content-text img {
	padding:4px;
	border:1px solid #999999;
	margin-right:5px;
	margin-bottom:5px;
}

#content-text img.justifyleft {
	float:left;
	margin-right:25px;
	padding:4px;
	border:1px solid #999999;
	clear:both;
}

#content-text img.justifyright {
	float:right;
	margin-left:25px;
	padding:4px;
	border:1px solid #999999;
	clear:both;
}

#content-text .linkimg img {
	border:none;
	text-decoration:none;
}

#content-text img.noborder {
	border:none;
}

h1 {
	font-family:century gothic, arial;
	font-size:18px;
	border-bottom:1px solid #999999;
	margin-bottom:20px;
}

h2 {
	font-family:century gothic, arial;
	font-size:16px;
	color:#b2975f;
	padding-top:10px;
	text-transform:uppercase;
}

hr {
	clear:both;
	height:20px;
	background-image:url(../images/hr.jpg);
	background-repeat:no-repeat;
	background-position:center;
	border:none;
	padding-bottom:15px;
}

.rightcol
{
	width:360px;
	float:right;
}

.leftcol
{
	width:480px;
	float:left;
}

img.thumbnail {
	border:none !important;
}


/*REGISTRATION FORM STYLES start*/

.registrationForm {
	margin-top:20px;
}

.registrationForm td {
	vertical-align:top;
	padding:5px 20px 0px 0px;
}

.registrationForm textarea {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}

.registrationForm input[type=text] {
	width:100%;
}

.registrationForm select {
	width:100%;
}

.registrationForm input[type=submit]{
	border:1px solid #666666;
	padding:4px;
}

.registrationForm input[type=submit]:hover{
	cursor:pointer;
}


/*REGISTRATION FORM STYLES end*/
