/* Basic Layout */
body {
	text-align:center;
	background-color: #e9ecf3;
	font-family: verdana, helvetica, sans, arial;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#wrap {
	max-width:800px;
	width:auto !important;
	text-align:justify;
	margin:0 auto;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#content {
	float:left;
	width:70%;
	overflow:hidden;
	border-left: 1px solid black;
}

#footer {
	clear:both;
	padding: 10px;
	text-align: center;
}

.inside {
	padding:10px;
}

#sidebar{
	float:left;
	width: 25%;
	overflow:hidden;
	padding: 10px;
}
#sidebar img{
	margin:0;
}
#sidebar-2 {
	float:left;
	width:20%;
	overflow:hidden;
	border-color: black;
	border-width: 1px;
}


#header{
	margin:0;
	padding:0;
}
#header img{
	margin:0;
}

#form-login{
}
#form-login li{
	list-style-type: none;
	margin-left: -40px;
	width: 100%;
}

/* Joomla Specific styles */
.article_separator{}
.adminform{}
.article_separator{}
.author{}
.bannerfooter{}
.bannergroup{}
.bannerheader{}
.banneritem{}
.blog{}
.blog_more{}
.blogsection{}
.breadcrumbs{}
.button{}
.buttonheading{}
.category li a{
	font-size: 14px;
	text-decoration: none;
}
.clr{}
.componentheading{
	font-size: 18px;
	font-weight: bold;
	color: #040025;
}
componentheading a{
	text-decoration: none;
}	
.content_email{}
.content_rating{}
.content_vote{}
.contentdescription{}
.contentheading{
	font-size: 14px;
	font-weight: bold;
}
.contentheading a{
	text-decoration: none;
}
.contentpagetitle a{
	font-size: 20px;
	color: red;
	text-decoration: none;	
}
.contentpagetitle a:visited{
	font-size: 20px;
	color: red;
	text-decoration: none;	
}
.contentpane{}
.contentpane ul{
	list-style-type: none;
	left: -50px;
}
.contenttoc{}
.createdate{}
.created-date{}
.date{}
.input{}
.inputbox{}
.intro{}
.latestnews{}
.loclink{}
.mainlevel{}
.message{}
.metadata{}
.modifydate{}
.module{}
.mosimage{}
.mosimage_caption{}
.mostread{}
.newsfeed{}
.outline{}
.pagenav{}
.pagenav_next{}
.pagenav_prev{}
.pagenavbar{}
.pagenavcounter{}
.pathway{}
.pollstableborder{}
.read{}
.search{}
.searchintro{}
.sections{}
.sectiontable_footer{}
.sectiontableentry{}
.sectiontablefooter{}
.sectiontableheader{}
.setd_num{
	display: none;
}
.small{}
.smalldark{}
.sublevel{}
.title{}
.wrapper{}
.menu{
	text-align: left;
	width: 180px;
	margin-top:0;
	margin-bottom:10px;
	padding: 0;
	background-color: #036;
}
.menu li{
	list-style-type: none;
	position: relative;
	border-bottom: 1px solid white;
}
.menu li a{
	display: block;
	color: white;
	padding-left: 10px;
	background-color: #036;
	text-decoration: none;
}
.menu li a:visited{
	color: white;
	background-color: #036;
}

.menu li a:hover{
	display: block;
	padding-left: 10px;
	background-color: white;
	color: #036;
	text-decoration: none;
}
.moduletable{
	margin: 0;
	padding: 0;
	font-size: 15px;
	border-bottom: 1px solid black
}

.moduletable ul{
	text-align: center;
}

.moduletable li{
	display: inline;
	list-style-type: none;
}

.moduletable li a{
	background-color: #036;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

.moduletable li a:hover{
	background-color: white;
	color: #036;
	text-decoration: none;
}

#mainlevel{
	padding: 0;
	margin: 0;
	background-color: #036;
}

/* Standard Elements */

a{
	color: #036;
}

a:hover {
	text-decoration: none;
	color: #036;
}
a:visited {
	color: #036;
}
a:active {
	color: #036;
}
img{
	border: 0;
	padding: 0;
	margin: 5px;
}

/* Misc specifics */

p.blue{
	background-color: #036;
	color: white;
	text-align: center;
	font-size: 15px;
}
.org ul{
	list-style-type: disc;
}
.org li{

	display: inline;
}
.print_title{
	display: none;
}
