/*Headers*/
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
}

/*Subheaders*/
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: #000000;
	line-height: 17px;
}

/*Footer*/
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;  
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}



/*Page Properties*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/bd-bg.jpg);
	background-repeat: repeat-x;
}
	
/*Footer Links*/
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background:none;
	line-height: 19px;
}

.footerlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	background:none;
	line-height: 19px;
}


/*Content default*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	text-align: left;
}

.picborder {
	border: 1px solid;
	border-color:#ffffff;
}

.picborder2 {
	border: 1px solid;
	border-color:#108EB7;
}

hr {
width: 100%; height: 1px; color: #CDCCCA;
}

/*Contact Form*/
.inputButton {
	FONT-SIZE: 11px;
	BORDER: 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-color: #4760AA;
	width: 50px;
	line-height: 17px;
	background: #2B3388;
	background-color: #071949;
}

.inputSelect {
	FONT-SIZE: 11px;
	BORDER: 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-color: #93ABA9;
	width: 175px;
	line-height: 17px;
	background: #FFFFFF;
}
.inputComments {
	FONT-SIZE: 11px;
	BORDER: 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-color: #93ABA9;
	width: 255px;
	line-height: 17px;
	background: #FFFFFF;
}


/*Right-aligned Picture*/
.picRight {
	border: 1px solid; 
	border-color:#ffffff; 
	float:right; 
	margin-left:20px;
	margin-bottom:10px;
}

.picRightblue {
	border: 1px solid; 
	border-color:#108EB7; 
	float:right; 
	margin-left:20px;
	margin-bottom:10px;
}

/*Left-aligned Picture Border*/
.picLeft {
	border: 1px solid; 
	border-color:#ffffff; 
	float:left; 
	margin-right:20px;
	margin-bottom:10px;
	margin-left:0px;
}

.headerblue {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	font-weight: bold;
	line-height: 20px; 
	color: #3f3f3f;
}

.linkblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #BE312A;
	line-height: 20px;
	text-decoration: underline;
	background: none;
}

.linkblue:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
	background: #108EB7;
}

.picturetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #653533;
	line-height: 20px;
	text-decoration: none;
	background: none;
}

.footerlinkblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #165368;
	line-height: 20px;
	text-decoration: none;
	background: none;
}

.footerlinkblue:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #165368;
	line-height: 20px;
	text-decoration: underline;
	background: none;
}

.sidebars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #BE312A;
	line-height: 20px;
	text-decoration: none;
	background: none;
}

.sidebars:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
	background: #108EB7;
}


.bg {
        background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
