/* CSS Document */
/**************************
Copyright 2008
Pro Active Multimedia, LLC
http://www.proactivemultimedia.net
**************************/


	/* -- GENERAL BODY REDECLARATIONS ---------------------------------------- */
* {margin-top:0} /*This gets rid of the top margin without affecting the margin throughout the design*/
* {margin-bottom:0} 
body {
	background-color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	line-height:20px;
}


	/* -- MAIN DIV DECLARATIONS ---------------------------------------- */

#container{
	background-image:url(images/shadow.jpg);
	background-repeat:repeat-y;
	width:800px;
	margin:auto;
	}

#wrapper{width: 780px;
		margin: 0 auto;
		background-color:#FFFFFF;
		}
				
#div_left{
		background-color:#FFFFFF;
		float:left; 
		width:150px; 
		}

#div_right{
		background-color:#FFFFFF;
		float:right; 
		width:630px; 
		background-image:url(images/shadow_div.jpg);
		background-repeat:repeat-y;
		}

#nav_Bar{
		width:780px;
		background-image:url(images/navegation_Bar.jpg);
		background-repeat:no-repeat;
		}


	/* -- LINKS ---------------------------------------- */

a:link {color: #999999; font-size:9px; text-decoration:none;}
a:hover {color: #FF6633; font-size:9px; text-decoration:none;}
a:visited {color:#999999; font-size:9px; text-decoration:none;}

a.Dir:link {color: #ffffff; font-size:12px; text-decoration:none; font-weight:bold;}
a.Dir:hover {color:#ffffff; display:block; background-color: #FF6633;  font-size:12px; text-decoration:none; font-weight:bold;}
a.Dir:visited {color:#ffffff;  font-size:12px; text-decoration:none; font-weight:bold;}




/* -- MARGIN FORMATING ---------------------------------------- */

.magin_nav{
		margin-left:10px;
		}





/* -- TEXT FORMATING ---------------------------------------- */

.style3 {color: #3366cc; 
		font-size: 14px; 
		position: relative; 
		top: 4px; 
		font-weight: bold; 
		}

.style4 {color: #FF6633;}


.style5 {
		color: #3366cc;
		font-weight: bold;
		}


.style6 {
		font-size: 14px;
		font-weight: bold;
		color: #3366cc;
		}

.style7 {color: #999999; 
		font-weight:bold;
		}

.style8 {color: #6C5685}

.style9 {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
}

.style10 {color: #FFFFFF}

.style11 {
	color: #ff6633;
	font-weight: bold;
	font-size: 10px;
}
.style12 {font-size: 9px}

.bottom{
		color: #999999;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;}


