*
{
	margin: 0;
	padding: 0;
}
* h2
{
	margin: 0 0 10px;
	padding: 10px 0 3px;
}
h3
{
	padding-left: 10px;
	color: #fff;
	background: #FE7B09 url(images/bg.jpg) repeat-x;
	font-size: 1em;
	height: 24px;
	line-height: 24px;
}
p
{
	margin: 10px 0 10px 0;
}
img
{
	border: none;
}

#header
{
	background: url(images/header-4.png);
	height: 115px;
        margin-left: 1px;
        margin-right: 1px;
}
#header h1
{
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	padding: 22px 0 5px 10px;
}
#header h1 a
{
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover
{
	color: #000;
	text-decoration: none;
}
#header h2
{
	text-align: left;
	color: #cccccc;
	font-size: 18px;
	font-weight: 100;
	padding: 0 0 0 15px;
	letter-spacing: 0px;
	line-height: 180px;
}

#topNav
{
	color: #ffffff;
	font-size: 15px;
	height: 28px;
	align: left;
	background: #555555 url(images/bar.png) no-repeat;
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 10px;
}

#sideBottomMenu
{
	color: #ffffff;
	font-size: 15px;
	height: 100%;
	align: left;
	background: #555555;
	margin-left: 1px;
	padding-right: 0px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	width: 184px;
	list-style: none;
}

.content
{
	width: 100%;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-family: Calibri;
	padding-right: 15px;
}
.content hr
{
	color: #87AEC5;
	background-color: #87AEC5;
}

.content h1
{
	font-size: 24px;
	font-weight: bold;
}

.content h2
{
	font-size: 14px;
}

#articles
{
	width: 180px;
	font-family: Calibri;
	font-size: 12px;
	float: right;
	margin-top: 15px;
	margin-left: 25px;
	margin-bottom: 15px;
}

#articles h1
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#articles h2
{
	font-size: 12px;
}

#wrap
{
	width: 900px;
	margin: 0px auto;
}

#left
{
	float: left;
	width: 200px;
	margin-bottom: 5px;
	margin-top: 1px;
	text-align: left;
}

#right
{
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	float: right;
	width: 660px;
	margin-top: 1px;
	text-align: left;
}

#footer
{
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 10px 5px;
}

body
{
	background-color: #87AEC5;
	font-family: calibri;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(images/back-repeat.gif);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
}

.link
{
	color: #FFFFFF;
}

#menu
{
	margin: 0;
	padding: 0;
	width: 200px;
	list-style: none;
	background: rgb(255,255,255);
        margin-left: 0px;
}


#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a
{
	background: #efefef;
	text-decoration: none;
	height: 25px;
	text-align: left;
	padding: 0px 15px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(255,255,255);
	display: block;
	background: url(images/verMenuImagesSmall.png) 0px 0px no-repeat;
}

#menu a:hover
{
	height: 25px;
	background: url(images/verMenuImagesSmall.png) no-repeat 0px -25px;
	color: rgb(255,255,255);
}

#menu a.active, .menu a.active:hover
{
	background: url(images/verMenuImagesSmall.png) 0px -50px no-repeat;
	color: rgb(255,255,255);
}

#menu li a span
{
	line-height: 25px;
}

#menu li
{
	padding: 0 0 1px 1px;
	margin: 0 0 0px 0px;
	height: 25px;
	display: block;
}

#menu li
{
	position: relative;
	height: 25px;
}

#menu ul ul ul
{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 25px;
}

div#menu ul ul ul, div#menu ul ul li:hover ul ul
{
	display: none;
	height: 25px;
}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
{
	display: block;
	height: 25px;
}
