/* CSS Notes Area */

/* Universal Styles */
*
{
	/* required for uniformity */
	margin: 0;
	padding: 0;
	position: relative;
}

/* Basic HTML Styles */
html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%; /* Required for IE Compliance */
	height: 100%; /* Required for IE Compliance */
	background-color: #000066;
	background-image: none;
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat;
	color: #000000;
}

a
{
	color: #000000;
}

li.menu_item
{
  display: block;
  list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #000066;
	text-align: left;
	width: 100%;
}

li.menu_item a
{
  display: block;
  width: 100%;
}

a:hover
{
	color: #FFFFFF;
}

li.menu_item:hover
{
	background-color: #000066;
  text-align: right;
}

li.menu_item:hover a
{
  color: #FFFFFF;
  display: block;
  width: 100%;
}

ul ul, dl dl, ol ol
{
	/* "indent" inner lists */
	margin-left: 1.5em;
}

dd
{
  margin-left: 1.5em;
}

dd dl
{
  margin-left: 0;
}

blockquote
{
	text-indent: 1.5em;
}

/* ID's and Classes Styles */

#main_container
{
	/* Center the container horizontally on the page */
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

/* Rounded Corner Section */
/* Taken from http://www.html.it/articoli/nifty/index.html */
/* Modified to fit my own style */
.rtop, .rbottom
{
	display: block;
}

.rtop *, .rbottom *
{
	display: block;
	height: 1px;
	overflow: hidden;
}

.r1
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.r2
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 3px;
	margin-right: 3px;
}

.r3
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2px;
	margin-right: 2px;
}

.r4
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
	margin-right: 1px;
}
/* Remaining Portion added by me */
.rounded_outer_container
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: transparent;
}

.content
{
	margin-left: 4px;
	margin-right: 4px;
}
/* End Rounded Corner Section */

#header div.header
{
	background-color: #0066FF;
}

#header span.r1
{
	background-color: #0066FF;
}

#header span.r2
{
	background-color: #0066FF;
}

#header span.r3
{
	background-color: #0066FF;
}

#header span.r4
{
	background-color: #0066FF;
}

#header div.content
{
	background-color: #0066FF;
	background-image: none;
	background-position: top left;
	background-repeat: repeat;
	color: #000000;
}

#left_bar
{
	float: left;
	width: 150px;
}

#left_bar .left_bar
{
	background-color: #0066FF;
}

#left_bar span.r1
{
	background-color: #0066FF;
}

#left_bar span.r2
{
	background-color: #0066FF;
}

#left_bar span.r3
{
	background-color: #0066FF;
}

#left_bar span.r4
{
	background-color: #0066FF;
}

#left_bar div.content
{
	background-color: #0066FF;
	background-image: none;
	background-position: top left;
	background-repeat: repeat;
	color: LEFT_TEXT_COLOR;
	p {line-height: 200%}
}

#right_bar
{
	float: right;
	width: 260px;
}

#right_bar .right_bar
{
	background-color: #0066FF;
}

#right_bar span.r1
{
	background-color: #0066FF;
}

#right_bar span.r2
{
	background-color: #0066FF;
}

#right_bar span.r3
{
	background-color: #0066FF;
}

#right_bar span.r4
{
	background-color: #0066FF;
}

#right_bar div.content
{
	background-color: #0066FF;
	background-image: none;
	background-position: top left;
	background-repeat: repeat;
	color: RIGHT_TEXT_COLOR;
}

#main_part
{
	margin-left: 180px;
	margin-right: 290px;
}

#main_part .main_part
{
	background-color: #0066FF;
}

#main_part span.r1
{
	background-color: #0066FF;
}

#main_part span.r2
{
	background-color: #0066FF;
}

#main_part span.r3
{
	background-color: #0066FF;
}

#main_part span.r4
{
	background-color: #0066FF;
}

#main_part div.content
{
	background-color: #0066FF;
	background-image: none;
	background-position: top left;
	background-repeat: repeat;
	color: #000000;
}

#footer_part
{
	clear: both;
}

#footer_part .footer_part
{
	background-color: #0066FF;
}

#footer_part span.r1
{
	background-color: #0066FF;
}

#footer_part span.r2
{
	background-color: #0066FF;
}

#footer_part span.r3
{
	background-color: #0066FF;
}

#footer_part span.r4
{
	background-color: #0066FF;
}

#footer_part div.content
{
	background-color: #0066FF;
	background-image: none;
	background-position: top left;
	background-repeat: repeat;
	color: FOOTER_CONTENT_TEXT_COLOR;
}

