﻿/*
	Header
*/
#Header
{
	width:930px;
	margin:0 auto;
}
#Header #Top
{
	height: 80px;
}
#Header #PartType
{
	margin: 0;
	list-style-type: none;
	color: White;
	background-color: #CCCCCC;
	height: 24px;
}

#Header #PartType li
{
	float: left;
	width: 60px;
	text-align: center;
	padding: 5px;
}

#Header #Menu
{
	background-color: #000000;
	height: 40px;
}
#Header #Menu ul
{
	list-style-type: none;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
}
#Header #Menu ul li
{
	float: left;
	border-right: 2px solid white;
	padding: 2px;
	width: 100px;
}
#Header #Menu ul li a
{
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
}
#Header #Menu ul li a:hover
{
	color: Red;
	font-size: 14px;
}

/*
	Footer
*/
#Footer
{
	width:930px;
	clear: both;
	margin:0 auto;
}
#Footer #Copyright
{
	background-color: #000000;
	color: White;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
}

#Footer #SiteMenu
{
	text-align: center;
	background-color: #ffffff;
	padding: 10px;
	border-bottom: 1px solid black;
}

/*
	Left
*/
#left
{
	overflow: hidden;
}

/*
	Right
*/
#Right
{
	overflow: hidden;
}
#Right #FriendLink
{
	text-align: center;border:1px solid #000000; margin-bottom:1px;
}
#Right #FriendLink ul
{
	list-style-type: none;
	margin: 0;
}
#Right #FriendLink ul li
{
	margin-bottom: 5px;
}
#PageContainer
{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#CenterPageContainer
{
	padding: 10px; margin-left:5px; margin-right:5px; margin-top:1px; margin-bottom:1px; border:1px solid #000000;
}

#CurrentPosition
{
	font-weight: bold;
	font-size: 12px;
}

#CurrentPosition i
{
}
#CurrentPosition a
{
}
#QuestionList
{
	font-size: 12px;
	font-family: Verdana;
}

#QuestionList li
{
	line-height: 150%;
}
#Question
{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}