
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #a2b7c3 ;
	margin-top: 20px;
	text-align: justify;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	#font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #555555;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	/*text-shadow: 0px 1px 1px rgb(85,85,85);*/
}

/* Header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #ffffff;
	border-bottom: none;
	background: #0d55a5;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h1 {
	float: left;
	margin: 40px 0 0 20px;
	font-size: 40px;
	letter-spacing: 2px;
	color: #ffffff;
	text-shadow: 0px 2px 2px rgb(14,62,104);
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 20px;
	letter-spacing: 0px;
	
}


a {
	color: #323B2E;
	/*text-decoration: none;*/
}

a:hover {
	color: #14549b;
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
	border: 2px solid;
}

/* Menu */

#menu1 {
	float: left;
	width: 140px;
	margin: 0px auto;
	padding-bottom: 20px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 14px;
	color: #ff8500;
	
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 150px;
	padding: 10px 0px;
	background-color: #0d55a5;
	border-top: 1px solid #8F7964;
	border-bottom: 1px solid #63554A;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	#font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgb(14,62,104);
}

#menu1 a:hover{
	background-color: #FBF7EE;
	border-top: 1px solid #764B31;
	border-bottom: 1px solid #764B31;
	color: #333333;
	text-shadow: 0px 1px 1px rgb(204,204,204);
}

#margin-news {
	text-align: center;
	background-color: #fff;
	background: ButtonFace;
}

#margin-news a {
	text-decoration: underline;
	color: #555555;
}

#margin-news a:hover{
	text-decoration: none;
	color: #14549b;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	border: 10px solid #0d55a5;
	border-top: none;
	background: #E9EAE2;
}

#colOne {
	float: right;
	width: 150px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: left;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
	color: #222222;
	font-size: 14px;
}

#colTwo h2 {
	border-bottom: 1px #555555 solid;
	text-shadow: 0px 1px 1px rgb(85,85,85);	
}

#colTwo h3 span {
	border-bottom: 1px #555555 solid;
}


#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 0.5px;
}

#imp {
	font-size: 11px;
}

#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
	color: #555555;
}


#footer p {
	text-align: left;
	padding: 0;
	font-size: 11px;
}

#footer a {
	text-decoration: underline;
	color: #555555;
}

iframe {
    width: 150px;
    height: 185px;
    margin-bottom: -10px;
}