/* CSS Document */



body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 920px;
	margin: 0px auto;
	background: url(../images/header.gif) no-repeat center top;
}

#header {
	height: 70px;
}

#content_limitator{
	width: 700px;
	margin: 0px auto;
}

#menu {
	background: url(../images/menu_bkg.gif) no-repeat center;
	background-position: bottom;
	height: 355px;
}

#menu_items {
	padding: 215px 80px 0px 80px;
}

.menu_item {
	margin: 0px 20px;
	text-align: center;
}

#content {
	background: url(../images/content_bkg.jpg) repeat-y center top;
	padding: 10px 40px 40px 40px;
}

.article {
	padding: 20px 90px 0px 90px;
	background: url(../images/content_bkg.gif) top left repeat-y;
}

.articleTitle {
	font-size: 1.2em;
	font-weight: bold;
	background: url(../images/articleTitle_bkg.gif) top left no-repeat;
	height: 30px;
}

.articleBody {
	text-align: justify;
	padding: 10px 25px;
	background: url(../images/sidebar_dotted_left.gif) left repeat-y top;
}

.articleParagraph {
	border: 1px solid #666666;
}

.separator {
	background: url(../images/separator.gif) center top repeat-y;
	height: 35px;
}
#footer {
	background: url(../images/footer_bkg.gif) center bottom no-repeat;
	height: 62px;
	text-align: center;
	padding: 0px 100px;
	vertical-align: baseline;

}

#footer .bottom {
	padding-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

#footer .banner {
	height: 31px;
}

#footer a{
	background: #000;
	color: #fff;
}

.article a img {
	border: dotted 5px #336699;
	padding: 3px;
	margin: 10px 10px;
}

.article a:hover img {
	border: dotted 5px #fff;
	padding: 3px;
	margin: 10px 10px;
}

a img, a:hover img{
	border: 0px;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
	
}

.clearBoth {
	clear: both;
}

.underline {
	text-decoration:underline;
}

.backBlack {
	background: #000000;
	color: #FFFFFF;
	border: solid 1px #000;
}

a {
	text-decoration: underline;
	color: #006666;
	font-weight: bold;
}

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

p {
	line-height: 15px;	
	padding: 0px;
	margin: 5px 2px;
}