/* CSS Document */

/* TEXT */
/* SITE NAME */
h1 {font-family: Arial Black;
		color: #ffffff;}

/* SECTION HEADINGS */
h2 {font-family: Arial;
		font-size: 28px;}

/* SIDE HEADINGS */
h3 {font-family: Arial;
		font-size: 24px;
		color: #000000;
		font-weight: bold;}

h4 {font-family: Arial;
		font-size: 14px;
		color: #000000;
		font-weight: bold;}

/* REGULAR TEXT */
p,li {font-family: Arial;
	 font-size: 12px;}

.link {font-family: Arial;
			 font-size: 12px;
			 color: #eeeecc;
			 font-weight: bold;}

.siteaddy {font-family: Arial;
					 color: #000000;
					 font-size: 12px;
					 font-weight: bold;
					 letter-spacing: .05em}

.copy {font-family: Arial;
			 color: #000000;
			 font-size: 10px;
			 font-weight: bold;
			 text-align: center;}

/* TABLE AND LAYOUT */

body {border: 0px;
			margins: 0px;
			cell-spacing: 0px;
			background-color: #000000;}

.row_type_1 {background-color: #000080;
						 margins: 0px;
						 cell-spacing: 0px;
						 border: 0px;
						 line-height: normal;}

.row_type_2 {background-color: #eeeecc;
						 margins: 0px;
						 cell-spacing: 0px;
						 border: 0px;
						 line-height: normal;}
			
.center_content {background-color: #ffffff;}

.side_content {background-color: #f2ffff;}

.body {margins: 10px;}