body{
	text-align:		center;
        font-family:            Sans-Serif;
	color:			black;
	font-size:		12px;
	padding:		0px;
	margin:			20px 0px 0px 0px;
	background-color:	#9A9BB4;
}
.none{
	float:			auto;
	width:			auto;
	height:			auto;
	margin:			auto;
	padding:		auto;
}
.center{
	text-align:		center;
}
#header{
	margin:			0 auto;
	padding:		0px;
	width:			740px;
	background-image:	url(images/heading.png);
	height:			100px;
	text-align:		right;
	text-valign:		bottom;
	background-color:	#FFF;
	border:			2px solid  ;
	background-repeat:	no-repeat;
	background-align:	left center;
}
#nav{
	margin:			0 auto;
	padding:		0px;
	width:			740px;
	height:			20px;
	background-color:	white;
	border:			2px solid ;
	background-repeat:	no-repeat;
	background-align:	left center;
}
#nav a{
	margin-left:		10px;
	text-align:		center;
	text-decoration:	none;
	font-family:		Arial;
	font-size:		130%;
	color:			black;
}
#nav a:link, #nav a:visited{
	background-color:	white;;
	border-bottom:		2px solid  ;
}
#nav a:hover, #nav a:active{
	border-bottom:		2px solid  ;
}
#nav a.current{
	background-color:	white;;
	color:			black;;
	border-bottom:		2px solid  ;
}
.box{
	background-color:       white;
	border:                 2px solid  ;
	text-align:             left;
	margin:			0px 0px 10px 0px;
}
.box_header{
	height:			10px;
	clear:			both;
}
.box_content{
	text-align:		left;
	padding:		0px 10px 0px 10px;
}
.box_footer{
	height:			10px;
	clear:			both;
}
#content{
	padding-top:		10px;
	margin:			0 auto;
	width:			740px;
	text-align:		left;
}
#leftbar{
	width:			68%;
	float:			left;
}
#rightbar{
	width:			30%;
	float:			right;	
}
#footer{
	margin:			0 auto;
	padding:		20px;
	width:			750px;
	height:			13px;
	width:			700px;
	text-align:		left;
	margin-top:		10px;
	background-color:	white;;
	border:			2px solid  ;
	display:		block;
	clear:			both;
}
h1{
	padding:		0px;
	margin:			0px;	
}
h2{
	padding:		0px;
	margin:			0px;	
}
h3, h4, h5{
	padding:		0px;
	margin:			0px;	
}
#rightbar .box_content h4{
	position:		relative;
	left:			-10px;
	top:			-10px;
	padding:		0px 0px 0px 10px;
	border-bottom:		1px solid black;
}
// Formats the Forms
form.pata{
	width: 			435px;
	margin:			0;
}

form.pata input, form.pata textarea, form.pata select, form.pata .submitLink{
	width:			300px;
	margin-bottom:		5px;
}
form.pata input.antispam{
	width:			259px;
}
form.pata div.antispam{
	float:			left;
	width:			50px;
	margin-bottom:		5px;
}
form.pata .formdiv{
	width:			300px;
	padding:		0px;
	margin:			0px;
	margin-left:	155px;
}
form.pata label{
	width:			150px;
	text-align:			right;
	padding-right:		5px;
	float:			left;
}
form.pata textarea{
	height:			200px;
}
form.pata input.submit, form.pata .submitLink{
	margin-left:		154px;
	width:			306px;
}
form.pata .submitLink{
	display:			block;
	text-align:			center;
	background-color:		#AAA;
	text-decoration:		none;
	color:				black;;
}
form.pata input.radio, form.pata input.checkbox{
	width:			30px;
}



/* Settings for the download's page */
div.download{

}
div.download .icon{
	float:			left;
	width:			50px;
	height:			50px;
}
div.download .link{
	float:			left;
	font-weight:		bold;
	margin-left:		60px;
	margin-right:		10px;
}
div.download .file{

}
div.download .title{
	height:			50px;
	font-size:			120%;
}
/* Formats for tabs /*
.tab{
	float:		left;
	width:		100px;
	height:		20px;
	text-align:		center;
	font-family:	arial;
	color:			black;
	background-color:	#C9C9C9;
	font-weight:	normal;
	border:		1px solid #000;
}
#tabCurrent{
	background-color:	#333399;
	color:		white;
	font-weight:	bold;
}

/* Formats for the file manager */
.infobox{
	display:	block;
	float:		left;
	border:		1px solid #C9C9C9;
	height:		70px;
	width: 45%;	overflow: hidden; 
	margin:		5px;
	padding:	5px;
}
.thumbnail{
	float:			left;
	width:			110px;
	height:			50px;
	overflow:		hidden;
	text-align:		center;
	margin:			5px;
	padding:		5px 0px 5px 0px;
	border:			1px solid #C9C9C9;
}
a.thumbnail, a:link.thumbnail, a:visited.thumbnail{
	border:			1px solid #C9C9C9;
	text-decoration:	none;
}
a:hover.thumbnail, a:active.thumbnail{
	border:			1px solid #000;		
}
.nav{
	padding:		10px;
}
