BODY {
	font-size : 85%; 
	font-family : Georgia, Times, serif; 
	font-weight : normal; 
	color : #000000; 
	background-color:#444;
	background-image:url(img/som2_bg_main.gif);
	background-repeat:repeat;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto; 
	text-align: left;
}

H1 {
	font-family : Georgia, Times, serif; 
	font-style : normal; 
	font-weight : bold; 
	font-size : 1.2em; 
	color : #000000; 
	background-color : transparent; 
}

p {
	font-family : Georgia, Times, serif; 
	text-align: left;
}

li {
	text-align: left;
}

.smalltext {
	font-family : Georgia, Times, serif; 
	font-style : normal; 
	font-weight : normal; 
	font-size : .9em; 
}


.smalltext a:link{
	font-family : Georgia, Times, serif; 
	font-style : normal; 
	font-weight : normal; 
}

.smalltext a:visited{
	font-family : Georgia, Times, serif; 
	font-style : normal; 
	font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
	font-family : Georgia, Times, serif; 
	font-style : normal; 
	font-weight : normal; 
	font-size : 1.2em; 
}

.largetext a:link{
	font-family : Georgia, Times, serif; 
	font-style : normal; 
	font-weight : normal; 
	font-size : 1.2em; 
}

.largetext a:visited{
	font-family : Georgia, Times, serif; 
	font-style : normal; 
	font-weight : normal; 
	font-size : 1.2em; 
}

.errortext {
  font-family : Georgia, Times, serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
	border : #777 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #aaa;
}

.bg_medium {
  background-color : #ccc;
}

.bg_light {
  background-color : #eee;
}

.alt_bg_dark {
  background-color : #999;
}

.alt_bg_medium {
  background-color : #bbb;
}

.alt_bg_light {
  background-color : #ddd;
}

.copyright {
    font-size: .8em;
    text-align: center;
}


/* */

#wrapper {
  min-width: 650px;
  max-width: 1000px;
  width: expression(document.body.clientWidth > 1000?"1000px":"auto");
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
}


div.menu a:link{
	color: #fff;
	display: block;
	padding: 4px;
	font-weight: bold;
	font-size: 1em;
	text-transform: capitalize;
	text-decoration: none;
	white-space: nowrap;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
}
div.menu a:visited{
	color: #fff;
	display: block;
	padding: 4px;
	font-weight: bold;
	font-size: 1em;
	text-transform: capitalize;
	text-decoration: none;
	white-space: nowrap;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
}
.menuActive{
	font-weight: bold;
	background-color: #7793BF;
}
div.menu a:hover{ 	
	display: block;
	color: #000;
	padding: 4px;
	font-size: 1em;
	text-transform: capitalize;
	text-decoration: none;
	white-space: nowrap;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	background-color: #edc25f;
}

#footer P{
	font-family : Calibri, Verdana, Helvetica, sans-serif; 
	font-style : normal; 
	font-weight : normal; 
	font-size : .8em; 
	text-align:center;
	font-variant:small-caps;
	color : #a58a4e
}

#footer A{
	font-variant:small-caps;
	color : #a58a4e
}

#side{
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	color:white;
	font-style : normal; 
	font-weight : normal; 
	font-size : .8em; 
	padding-left: 4px;
}