/*****************************************************
*
*	Body
*
******************************************************/

body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color: #293E4F;
}

.clear {
	clear:both;
}

.dotbox {
	border:1px dotted #999999;
	padding:10px;
}

.dotline {
        width:100%;
        height:20px;
        background-position:center left;
        background-repeat:repeat-x;
        background-image:url('../images/dotline.gif');
}

.csc-textpic-caption {
	font-size:10px;
}

h1 {
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #293E4F;
}

h2 {
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #293E4F;
}

h3 {
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #293E4F;
}


#mailform {
	border:0px;
}

fieldset {
	border:0px;
	padding:0px;
	margin:0px;
}

#mailform input {
	margin-bottom:10px;
}

#mailform select {
	margin-bottom:10px;
}
#mailform textarea {
	margin-bottom:10px;
}

#mailform img {
	margin-bottom:10px;
}

label {
	float:left;
	width:150px;
	display:block;
}

.csc-mailform .csc-form-element-checkbox {
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	height: auto;
}

.csc-mailform .csc-form-element-checkbox label {
	float: right;
	width: 92%;
	height: auto;
}

.contenttable-0 td {
	padding-right:10px;
	padding-bottom:10px;
}

.header {
	margin-top:40px;
}

#content {
	margin:auto;
	width:821px;
	background-position:top right;
        background-repeat:repeat-y;
        background-image:url('../images/content-background.jpg');
	text-align:left;
}

#footer {
	margin:auto;
	height:100px;
	width:806px;
        background-repeat:repeat-y;
        background-image:url('../images/footer-background.jpg');
	text-align:left;
	padding-left:15px;
}

.home {
	background-image:url('../images/home-background.jpg');
	background-repeat:no-repeat;
	height:416px;
}

.menu {
	float:left;
	width:151px;
        background-repeat:no-repeat;
        background-image:url('../images/menu-background.jpg');
	padding-left:15px;

	color: #293E4F;
}

a {
	font-style: normal;
	font-weight: normal;
	color: #5A86A9;
	text-decoration: none;
}

a:hover {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.menu .item {
	/*border-bottom:1px dotted gray;*/
	background-repeat:repeat-x;
        background-image:url('../images/menu-item-background.jpg');
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	width:125px;
}

.menu .item a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:16px;
	font-style: normal;
	color: #293E4F;
	text-decoration: none;
}

.content {
	overflow:hidden;
	width:640px;
	
	padding-top:5px;
}

p {
	margin-top:0px;
	padding-top:0px;
}

.bodytext {
	padding-right:20px;
	text-align:justify;
}

li {
	padding-right:20px;
}

.left {
	float:left;
	width:350px;
	margin-right:30px;
}

.right {
	overflow:hidden;
	float:left;
	width:250px;
	
}
