/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 15px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #fffae4;
	background-image: url(../images/border.jpg);
}

.contentheading
{
	font-size: 16px;
	margin: 0px;
	padding-top: 5px 0px 0px 0px;
	text-align: center;	
}

h3
{
	font-size: 16px;
	font-weight: bold;
	color: #996699;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #333366; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #99cc99;	text-decoration: none;
	font-weight: bold;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
/*	background: url(../images/nav1.gif); */
	background-repeat:no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #CC99CC;
	text-align: center;
	padding-top: 7px;
	padding-left: 0px;
	height: 18px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #CC99CC;
}

a.mainlevel#active_menu {
	color: #CC99CC;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #CC99CC;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
	border: 1px solid #ccc;
}

.mosimage {
	border: 1px solid #cccccc;
	margin: 5px
}

.mosimage_caption {
	margin-top: 2px;
	background: #efefef;
	padding: 1px 2px;
	color: #666;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}

.searchbox{
	border: none;
	background:#FFFFFF;
}

.inputbox{
	border: solid #000000 1px;
}

#copyright {
	height: 30px;
}

.copyright {
	padding: 4px 2px 2px 2px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	font-variant: small-caps;
}

#menuitem {
	margin: 15px 10px 15px 15px;
	padding: 5px 5px 5px 5px;
	}
	
#menu {
	margin: 15px 10px 15px 15px;
	padding: 5px 5px 5px 5px;
}

#topnav {
		text-align: center;
		margin-bottom: 20px;
		}

a.topnav:link, a.topnav:visited {
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color: #000000; text-decoration: none;
	font-weight: bold;

}

a.topnav:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #666666;	text-decoration: none;
	font-weight: bold;
}

#mainbody {
	width:  100%;
}

#banner {

}

#left {
	/* width: 175px; */
	/* position:fixed; */
}

#right {

}

#user1 {
}

#user2 {
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

#container {
	margin: 0px 0px 2px 0px;
	padding: 20px 20px 20x 20px;
	background-image: url(../images/background.jpg);
	border: solid;
	border-color:#ffffff;
	border-width:thick;	
	width: 650px;
}

#innercontainer {
	margin: 20px 20px 20px 10px;
	vertical-align:top;
	width: 500px;
}

#box {
	padding: 10px 10px 5px 10px;
	overflow:hidden;
	background: #ffffff;
	border: solid #996699 5px;
}

#search {
	height: 25px;
	width: 225px;
	background: url(../images/search.gif);
	background-repeat: no-repeat;
	margin: 10px 10px 5px 10px;
 	padding: 4px 5px 5px 5px;
}
