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

body {
	margin: 0;
	padding: 0;
	background: #DDEEFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0C3256;
}

a {
	color: #1F6B97;
}

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



/* Logo */

#logo {
	width: 800px;
	height: 175px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/img_logo.jpg) no-repeat;
	border-bottom: 5px solid #869BD4;
}


/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
  background: url(images/bg.jpg) repeat-y 0 0;
}

#colA {
	float: right;
	width: 570px;
	padding: 0 0 0 10px;
}

#colB {
	float: left;
	width: 220px;
}

/* BoxedA */

.boxedA {
}

.boxedA h2 {
	height: 35px;
	padding-top: 25px;
	border-bottom: 2px solid #CCCCCC;
	font-size: 2em;
	text-align: right;
}


.boxedA h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 10px 0 10px 10px;
}


.boxedA ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.boxedA .post{
  padding-bottom: 10px;
  padding-top: 10px;
	background: #DDEEFF;
}

.boxedA .description {
  padding-left: 5px;
  padding-right: 5px;
  background: #99CDFF;
  color: #171C57;
}

.boxedA .ct {
  background: #99CDFF;
}

.boxedA .ct .l {
	background: url(images/img100.gif) no-repeat;
}

.boxedA .ct .r {
  height: 20px;
	background: url(images/img102.gif) no-repeat right top;
}

.boxedA .cb {
  background: #99CDFF;
}

.boxedA .cb .l {
	background: url(images/img104.gif) no-repeat left bottom;
}

.boxedA .cb .r {
  height: 20px;
	background: url(images/img103.gif) no-repeat right bottom;
}


.boxedA .activ {
}

.boxedA .activ a {
  color: #171C57;
}


/* BoxedC */

.boxedC {
	margin-bottom: 1px;
	background: #99CDFF url(images/img11.gif) repeat-y;
}

.boxedC h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

.boxedC ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedC li {
	display: inline;
}

.boxedC a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #A9CEF4 url(images/img113.gif) repeat-y;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
  color: #000044;
}

.boxedC a:hover {
	background: #EEF5FD url(images/img11.gif) repeat-y;
	color: #869BD4;
}

.boxedC .submenu {
}

.boxedC .submenu a {
	display: block;
	width: 190px;
	height: 23px;
	padding: 7px 0 0 30px;
	background: #DBE2F5 url(images/img113.gif) repeat-y;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #549EE9;
}

.boxedC .submenu a:hover {
	background: #EEF5FD url(images/img11.gif) repeat-y;
	color: #869BD4;
}

.boxedC .activmenu {
}

.boxedC .activmenu a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #A9CEF4 url(images/img13.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #000044;
}


.boxedC .activsubmenu {
}

.boxedC .activsubmenu a {
	display: block;
	width: 190px;
	height: 23px;
	padding: 7px 0 0 30px;
	background: #DBE2F5 url(images/img13.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #549EE9;
}



/* Footer */

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	border-top: 5px solid #869BD4;
	background: #A2DAFF;
}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: smaller;
	color: #555555;
}

#footer a {
	color: #555555;
}
