/* Start of CMSMS style sheet 'default' */
body {
	margin: 0px;
	padding: 0px;
	color: #404040;
	background: #e0e0e0;
	font: 76% Verdana,Tahoma,sans-serif; }


#root {
	border: #c0c0c0 solid 0px; 
	width: 990px;
	/*width: 90%;*/
	margin: 10px auto 0 auto;
	background: #fafafa url(images/default/background.png) top left repeat-y; }

#header {
	border: solid 0px;
	height: 130px;
	background: url(images/default/background_header2.png) top left repeat-y; }

#header2 {
	background: #fafafa url(images/default/background_header2.png) top left repeat-y;
	border: #e0e0e0 solid 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	margin-bottom: 20px; }
	
#header2 h1 {
	/*color: #7288f8;*/
	text-align: center;
	font-weight: normal;
	color: #fff; }
	
#header2 h1 a {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none; }
	
#header2 h1 a:hover {
	color: #e0e0e0; }
	
#col_left {
	float: left;
	border: solid 0px;
	width: 190px; }

#content {
	border: solid 0px;
	margin:0 0 0 200px;
	padding: 5px;
	width: 760px;
	color: #ff9900;
	line-height:1.6em;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Comic Sans, Comic Sans MS, cursive; }
	
#content h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.6em; }
	
#content h2 {
	margin: 0px;
	padding: 0xp; }

#col_right {
	float: right; 
	border: solid 0px;
	width: 180px;
	padding: 5px; }

#footer {
	background: #fafafa url(images/default/background_header2.png) top left repeat-y;
	clear: both;
	border: #e0e0e0 solid 0px;
	border-top-width: 2px;
	margin-top: 10px;
	padding: 5px 20px 7px 0;
	color: #e0e0e0;
	text-align: right; }
	
#footer a {
	color: #fff;
	text-decoration: none; }
	
#footer a:hover {
	color: #fff;
	text-decoration: underline; }
	
	
#menu a.nav1 {
	display: block;
	width: 160px;
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none; }
	
#menu a.nav1:hover {
	color: #303030;
	background: #f0f0f0; }

#menu a.nav1_red {
	display: block;
	width: 160px;
	padding: 5px 15px 5px 15px;
	color: #ff0000;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none; }
	
#menu a.nav1_red:hover {
	color: #303030;
	background: #f0f0f0; }


#menu a.nav1_yellow {
	display: block;
	width: 160px;
	padding: 5px 15px 5px 15px;
	color: #ff9900;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none; }
	
#menu a.nav1_yellow:hover {
	color: #303030;
	background: #f0f0f0; }


#menu a.nav1_active {
	display: block;
	width: 160px;
	padding: 5px 15px 5px 15px;
	color: #303030;
	background: #f0f0f0;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none; }
	
#menu a.nav1_active:hover {
	color: #505050;
	background:#fafafa; }
	
	
	
	
#menu a.nav2 {
	display: block;
	width: 145px;
	padding: 5px 15px 5px 30px;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none; }
	
#menu a.nav2:hover {
	color: #303030;
	background: #f0f0f0; }

#menu a.nav2_active {
	display: block;
	width: 145px;
	padding: 5px 15px 5px 30px;
	color: #505050;
	background: #f0f0f0;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none; }
	
#menu a.nav2_active:hover {
	color: #505050;
	background:#fafafa; }

a {
 color: #fafafa; }

a:hover {
 text-decoration: none; }

.red {
 color: #ff0000; }

ul {
margin: 0px;
padding: 0px;
padding-left: 15px; }

li {
margin-bottom: 1.5em; }
/* End of 'default' */

