﻿body
{
	margin: 0px;
	font-family: Arial;
	font-size: 11pt;
	font-weight: 300;
	background-color: #FFEAFF;
	color: #333333;
}
h1
{
	color: #59BDFF;
	font-size: large;
	margin: 0px;
}
h2
{
	margin: 0px;
}
hr
{
	background-color: #59BDFF;
	height: 2px;
}
img
{
	border: 0px;
}

a
{
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}
a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}
ul
{
	margin:0px;
	padding-left: 10px;
}

li
{
	list-style-type:circle;
	text-indent: 15px;
	margin-bottom: 10px;
}

#header
{
	display: table;
	width: 100%;
	background-color: #ffffff;
	min-width: 1024px;
}

#top
{
	background-image: url('images/top-border.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
}

#search
{
	background-image: url('images/searchbox.png');
	background-repeat: no-repeat;
	width: 550px;
	height: 50px;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #444444;
	float: right;
	margin-bottom: 5px;
}


#body_container
{
	display: table;
	width: 1015px;
	border-left: solid 2px #FDD7FF;
	border-right: solid 2px #FDD7FF;
	border-bottom: solid 4px #FDD7FF;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	height: auto;
	background-color: #FFFFFF;
	padding: 5px;
}
#navLeft
{
	border: 1px solid #FCC1FF;
	background-color: #FFF0FF;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	width: 150px;
	min-height: 550px;
	height: auto;
	padding: 2px;
	display: table;
}

#center
{
	display: table;
	border: 1px solid #A9CFFE;
	background-color: #DDE3FF;
	margin-left: 165px;
	width: 830px;
	min-height: 550px;
	height: auto;
	padding: 2px;
}
/*CLASSES*/
.navigation_header
{
	border: solid 1px #fb6ae7;
	vertical-align: middle;
}
.navigation_items
{
	border: solid 1px #fb6ae7;
	padding-left: 2px;
	background-color: #FCC1FF;
}
.navigation_items_boy
{
	border: solid 1px #5E5EFF;
	padding-left: 2px;
	background-color: #BFBFFF;
}
.navigation_items a
{
	color: #303030;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}
.navigation_items_boy a
{
	color: #303030;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: small;
}

.links a
{
	font-size: large;
}

.links a:hover
{
	font-size: large;
}

.links a:visited
{
	font-size: large;
}
/*boxes*/
.container
{
	display: table;
	border: solid 5px #FCC1FF;
	padding: 1px;
	background-color: #93d3ff;
}

.header
{
	background-color: #FFFFFF;
	font-size: medium;
	margin-bottom: 2px;
	height: 25px;
	padding: 4px;
	vertical-align: middle;
}

.content
{
	display: table;
	padding: 4px;
	background-color: #FFFFFF;
}
/*boy and girl links*/
.pinkLinks a
{
	color: #FF4FA7;
	font-weight: bold;
	font-size: large;
}

.blueLinks a
{
	color: #0093F4;
	font-weight: bold;
	font-size: large;
}
/* font for app*/
table.app
{
}
table.app td
{
	font-family: Arial;
	font-weight: bold;
}

table.popnames
{
}
table.popnames td
{
	text-align: left;
}

.allbaby a
{
	font-size: large;
	font-weight: bold;
}

.separator
{
	width: 100%;
	background-color: #F979FF;
	min-height: 25px;
	height: 25px;
	vertical-align: middle;
	border-top: solid 1px #FF5EFF;
	border-bottom: solid 1px #FF5EFF;
	min-width: 1024px;
}
.separator a
{
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.separator a:hover
{
	font-size: medium;
	color: #FFCCFF;
}
.separator a:visited
{
	font-size: medium;
	color: #FFFFFF;
}

.boys
{
	color: #0093F4;
	font-size: 32px;
}

.girls
{
	color: #FF4FA7;
	font-size: 32px;
}
.large
{
	font-size:20px;
	font-weight:bold;
}