/* CSS Document */

/*DIV or Section Formatting*/

body {
	margin-top: 5px;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaa;  /*font color*/
}

#wrapper {
	margin: 0 auto; /*FOR CENTERING*/
	text-align: center; /*FOR CENTERING*/
	width: 750px;
}

#banner {  /*THIS IS THE DIV FORMATTING*/
	background-color: #95C1C0;
	height: 55px;
	width: 750px;
	border-bottom: 6px solid #ffbd42;
	margin-bottom: 10px;
}

#rbarr_fade {
	margin-left: 50px;
}

#menu_links { /*This is the text menu formatting and alignment.*/
	float: left;
	text-align: left;
	margin-top: -10px;
	width: 100%;
	padding-top: 5px;
}

#main_content {
	margin-top: 0px;
	margin-bottom: 15px;
	min-height: 500px;
	width: 100%;
	float: left;
	text-align: left;
}

#left {
	float: left;
	width: 45%;
	margin-right: 10px;
}

#right {
	float: right;
	width: 45%;
}

#footer {
	margin-top: 5px;
	margin-bottom: 20px;
	height: auto;
	clear: both;
	font-size: 10px;
	float: left;	
	width: 100%;
	color: #888;
	border-top: 1px solid #ffbd42;
}

/*Text and Link Formatting*/

#menu_links a:link,
#menu_links a:visited { /*This is the formatting of the menu links*/
	color: #999;
	text-decoration: none;
}

#menu_links a:hover { /*This is the formatting of the menu links in mouse-over OR hover status*/
	color: #ffbd42;
	text-decoration: underline;
}

.port_menu ul{
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 0px;
}

h2 {
}

h3 {
	font-size: 11px;
	margin-top: -15px;
}

#main_content p	{
	color: #555;
}

#main_content a:link,
#main_content a:visited {
	line-height: 20px;
	color: #999;
	text-decoration: none;
}

#main_content a:hover {
	color: #ffbd42;
	text-decoration: underline;
}

#footer p {
	margin-top: 5px;
}

ul {
	color: #777;
}

ul {
	margin-top: 15px;
}

ul.second {
	margin-top: 2px;
	margin-bottom: 20px;
}

#footer a:link {
	color: #333333;
	text-decoration: underline;
}

#footer a:hover {
	color: #FF6600;
	text-decoration: none;
}

/* IMAGE STYLES */

#banner_image {
	border: 5px solid #ffbd42; /*Gold color border around the banner image*/
}

.icon {
	margin-top: 0px;
	margin-right: 10px;
	border: 1px solid #888;
}

.random {
	border: 1px solid #CCC;
}